![]() |
GNU LilyPond-- -- |
||||||||||
|
Time signatureThe time signature is set or changed by the \time 2/4 c'2 \time 3/4 c'2. The actual symbol that's printed can be customized with the The object for this symbol is TimeSignature
. There are
many more options for its layout. They are selected through the
This command sets the property More options are available through the Scheme function
\score { \notes \relative c'' { #(set-time-signature 9 8 '(2 2 2 3)) g8 g d d g g a8-[-( bes g-]-) | #(set-time-signature 5 8 '(3 2)) a4. g4 } \paper { linewidth = -1.0 \translator { \StaffContext \consists "Measure_grouping_engraver" }}} PartialPartial measures, for example in upbeats, are entered using the
\partial 4* 5/16 c'16 c4 f16 a'2. ~ a'8. a'16 | g'1 The syntax for this command is \partial durationThis is internally translated into \property Timing.measurePosition = -length of durationThe property measurePosition contains a rational number
indicating how much of the measure has passed at this point.
|
||||||||||
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