X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-text-fraction-with-notes.ly;h=ae3b30b836281fa71565b2e03c21d7398510521d;hb=bc3062dd8a07c51e074ba45e2718e1331a1e3a42;hp=beef1d3b2ff30ed2bc6f0d4b6f3261f960bcb026;hpb=a2380d71c2eb2c1632c83b535e4ef3b5c4b4ebab;p=lilypond.git diff --git a/input/regression/tuplet-text-fraction-with-notes.ly b/input/regression/tuplet-text-fraction-with-notes.ly index beef1d3b2f..ae3b30b836 100644 --- a/input/regression/tuplet-text-fraction-with-notes.ly +++ b/input/regression/tuplet-text-fraction-with-notes.ly @@ -1,12 +1,12 @@ -\version "2.13.1" +\version "2.19.21" \header{ texidoc="Non-standard tuplet texts: Printing a tuplet fraction with note durations assigned to both the denominator and the numerator." } -\context Voice \relative c'' { - \once \override TupletNumber #'text = #(tuplet-number::fraction-with-notes "4." "8") - \times 2/3 { c4. c4. c4. c4. } - \once \override TupletNumber #'text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4") - \times 2/3 { c4. c4. c4. c4. } +\context Voice \relative { + \once \override TupletNumber.text = #(tuplet-number::fraction-with-notes "4." "8") + \tuplet 3/2 { c''4. c4. c4. c4. } + \once \override TupletNumber.text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4") + \tuplet 3/2 { c4. c4. c4. c4. } }