MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tuplet-text-note-appended.ly
bloba2aae93411b3b42586263366fb9b10cefc509aea
1 \version "2.13.1"
2 \header{
3 texidoc="Non-standard tuplet texts: Appending a note value to the normal text and to the fraction text."
5 \layout { ragged-right= ##t }
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 }