![]() |
GNU LilyPond-- -- |
||||||||||
|
Rehearsal marksTo print a rehearsal mark, use the \relative c'' { c1 \mark "A" c1 \mark \default c1 \mark \default c1 \mark "12" c1 \mark \default c1 } As you can see, the mark is incremented automatically if you use
The c1 \mark \markup { \musicglyph #"scripts-ufermata" } c1 The problem is that marks that occur at a line break are typeset only at the beginning of the next line, opposite to what you want for the fermata. This can be corrected by the following property setting \property Score.RehearsalMark \override #'break-visibility = #begin-of-line-invisible |
||||||||||
Go back to index of LilyPond.
Please send GNU LilyPond questions and comments to lilypond-user@gnu.org. Please send comments on these web pages to (address unknown) Copyright (c) 1997--2002 Han-Wen Nienhuys and Jan Nieuwenhuizen. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. |
This page was built from LilyPond-1.7.14 (development-branch) by