[ << Rhythms ] | [Top][Contents] | [ Expressive marks >> ] |
[ < Engraving tremolos with floating beams ] | [ Up : Rhythms ] | [ Forcing rehearsal marks to start from a given letter or number > ] |
Entering several tuplets using only one \tuplet command
The property tupletSpannerDuration
sets how long each of the
tuplets contained within the brackets after \tuplet
should
last. Many consecutive tuplets can then be placed within a single
\tuplet
expression, thus saving typing.
There are ways to set tupletSpannerDuration
besides using a
\set
command. The command \tupletSpan
sets it to a
given duration, or clears it when instead of a duration
\default
is specified. Another way is to use an optional
argument with \tuplet
.
\relative c' { \time 2/4 \tupletSpan 4 \tuplet 3/2 { c8^"\\tupletSpan 4" c c c c c } \tupletSpan \default \tuplet 3/2 { c8^"\\tupletSpan \\default" c c c c c } \tuplet 3/2 4 { c8^"\\tuplet 3/2 4 {...}" c c c c c } }
[ << Rhythms ] | [Top][Contents] | [ Expressive marks >> ] |
[ < Engraving tremolos with floating beams ] | [ Up : Rhythms ] | [ Forcing rehearsal marks to start from a given letter or number > ] |