|
|
GNU LilyPondWelcome to the home of the GNU Music Typesetter |
||||||||||
|
Node:Time signature, Next:Unmetered music, Previous:Clef, Up:Staff notation Time signatureThe time signature is set or changed by the \time n
Internally, this is a shortcut for doing
\property Score.timeSignatureFraction = #'(n . d) \property Score.beatLength = #(make-moment 1 d) \property Score.measureLength = #(make-moment n d) These properties Changing the value of The actual symbol that's printed can be customized with the style
property.
\time 3/4 s2 \property Staff.TimeSignature \override #'style = #'C \time 4/4 s2 \property Staff.TimeSignature \override #'style = #'() \time 4/4 s2 \property Staff.TimeSignature \override #'style = #'C \time 2/2 s2 There are many more options for the layout of this grob. They are
selected through the See
PartialPartial measures, for example in upbeats, are entered using the
\partial duration Internally, this is a shortcut for
\property Score.measurePosition = -length of duration The property |
||||||||||
|
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 lilypond@packages.debian.org Copyright (c) 1997--2001 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.4.12 (stable-branch) by