]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-text-note-appended.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / tuplet-text-note-appended.ly
1 \version "2.12.3"
2 \header{
3   texidoc="Non-standard tuplet texts: Appending a note value to the normal text and to the fraction text."
4 }
5 \layout { ragged-right= ##t }
6
7
8 \context Voice \relative c'' {
9   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-denominator-text "4")
10   \times 2/3  { c8 c8 c8 c8 c8 c8 }
11   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-fraction-text "4")
12   \times 2/3  { c8 c8 c8 c8 c8 c8 }
13 }