|
|
GNU LilyPond-- -- |
||||||||||
|
TupletsTuplets are made out of a music expression by multiplying all durations with a fraction. \times fraction musicexpr
The duration of musicexpr will be multiplied by the fraction. In the sheet music, the fraction's denominator will be printed over the notes, optionally with a bracket. The most common tuplet is the triplet in which 3 notes have the length of 2, so the notes are 2/3 of their written length: g'4 \times 2/3 {c'4 c' c'} d'4 d'4
The property \property Voice.tupletSpannerDuration = #(make-moment 1 4)
\times 2/3 { c'8 c c c c c }
The format of the number is determined by the property
See also TupletBracket . BUGS Nested tuplets are not formatted automatically. In this case, outer tuplet brackets should be moved automatically. |
||||||||||
|
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.6.6 (stable-branch) by