]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-text-note-appended.ly
a2aae93411b3b42586263366fb9b10cefc509aea
[lilypond.git] / input / regression / tuplet-text-note-appended.ly
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."
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 }