| [ << Rhythms ] | [Top][Contents] | [ Expressive marks >> ] |
| [ < Changing the tempo without a metronome mark ] | [ Up: Rhythms ] | [ Changing time signatures inside a polymetric section using \scaleDurations > ] |
Changing the tuplet number ¶
By default, only the numerator of the tuplet number is printed over the
tuplet bracket, i.e., the numerator of the argument to the
\tuplet command.
Alternatively, num:den of the tuplet number may be printed, or the tuplet number may be suppressed altogether.
\relative c'' { \tuplet 3/2 { c8 c c } \tuplet 3/2 { c8 c c } \override TupletNumber.text = #tuplet-number::calc-fraction-text \tuplet 3/2 { c8 c c } \omit TupletNumber \tuplet 3/2 { c8 c c } }
| [ << Rhythms ] | [Top][Contents] | [ Expressive marks >> ] |
| [ < Changing the tempo without a metronome mark ] | [ Up: Rhythms ] | [ Changing time signatures inside a polymetric section using \scaleDurations > ] |