[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Time signature-aligned tempo indication example
From: |
Trevor Bača |
Subject: |
Time signature-aligned tempo indication example |
Date: |
Fri, 2 Dec 2005 11:09:35 -0600 |
2.7.20 now lets you align any tempo indication you want (treated as a
mark) with any time signature you want, including at the very
beginning of the piece. Example:
%%%%%% TIME SIGNATURE-ALIGNED TEMPO SNIPPET %%%%%
\score {
\new Staff {
\set Score.rehearsalMarkAlignSymbol = #'time-signature
\override Score.RehearsalMark #'X-offset = #0.0
\time 2/4 \mark "Allegro."
c'4 c'4
\time 3/4 \mark "Andandte."
c'4 c'4 c'4
}
}
%%%%%%% END SNIPPET %%%%%%%%%%%%%%%%%%%
No need for #'extra-offset any more.
Thanks, Han-Wen.
--
Trevor Bača
address@hidden
alignment.png
Description: PNG image
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Time signature-aligned tempo indication example,
Trevor Bača <=