My first reponse is of course you can have only one mark per barline. Try
combining everything in one \mark statement. Perhaps if you placed each mark
in a separate layer it could work, but Lilypond can't know what priority
each mark gets otherwise.
Stephen
From: "Kieren Richard MacMillan" <[EMAIL PROTECTED]>
Sent: Friday, May 26, 2006 9:56 AM
Hello, all --
The code included below clearly doesn't "do the right thing", i.e., in
the final measure, I want to have a fermata over the (leading) barline
and then the tempo indication, but Lilypond appears to ignore (or, at
least, replace) all but the last \mark it encounters.
Is there any way to apply multiple \mark items to a single measure?
Thanks,
Kieren.
%% CODE SNIPPET BEGINS
\version "2.9.5"
tempoMarkPrep =
{
\once \override Score.RehearsalMark #'break-align-symbol = #'time-
signature
\once \override Score.RehearsalMark #'self-alignment-X = #left
\once \override Score.RehearsalMark #'extra-offset = #'( 1 . 0 )
}
\relative c'
{
\tempoMarkPrep \mark \markup { "tempo markup" } c c c c |
\mark \markup { \musicglyph #"scripts.ufermata" } c c c c |
\mark \markup { \musicglyph #"scripts.ufermata" }
\tempoMarkPrep \mark \markup { "tempo markup" }
c c c c |
}
%% CODE SNIPPET ENDS
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user