lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multiple \mark items on a single measure


From: Stephen
Subject: Re: multiple \mark items on a single measure
Date: Fri, 26 May 2006 11:36:12 -0500

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" <address@hidden>
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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

[Prev in Thread] Current Thread [Next in Thread]