Closed captbaritone closed 11 years ago
Are you talking about the: \mark "A" symbols to mark sections of the tune? And why are they hard to distinguish from chord names?
And I get where you are going with the \mark \default (the slashes are the other way, right ?!?) I have no problem with replacing all of them with a user defined function. It sounds like a good idea.
Cheers, Mark
In general I like the idea of living one layer above lilypond so that when you build openbook you can say which rehersal marks style you like (if at all!).
Correct, I am talking about the \mark "A"
(I have corrected the slashes in my report) symbol which marks the sections of the tune. Hopefully this screenshot will give of good example of where it can be hard to tell the difference between a section marker and a chord:
You bring up a good point, that making it a custom function would have the additional benefit of giving the user more control over the book they want to build.
If you want any help writing the function, or doing the mass find-replace, just let me know. I would be glad to help in any way I can.
I found that replacing \mark "A"
with \mark \markup { \circle "A" }
gives the circle effect. I figured having that would help whoever wrote the function.
Cool, I liked all of those. And I see your point on confusing rehersal markings with chords. I would be glad if you do it. In any case I added it to the TODO list... (which is only getting longer...)
Occasionally the
\mark
s can be in a position where it's hard to distinguish them from chord names. Lilypond can easily create rehearsal marks with a circle or square around them, but according to this documentation that's only when you use\mark \default
.The only way I can think to implement this would be to replace every instance of
\mark
with some user defined function. Maybe someone else has another idea?