MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tuplet-text-fraction-with-notes.ly
blobbeef1d3b2ff30ed2bc6f0d4b6f3261f960bcb026
1 \version "2.13.1"
2 \header{
3 texidoc="Non-standard tuplet texts: Printing a tuplet fraction with note durations assigned to both the denominator and the numerator."
7 \context Voice \relative c'' {
8 \once \override TupletNumber #'text = #(tuplet-number::fraction-with-notes "4." "8")
9 \times 2/3 { c4. c4. c4. c4. }
10 \once \override TupletNumber #'text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
11 \times 2/3 { c4. c4. c4. c4. }