X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-text-fraction-with-notes.ly;fp=input%2Fregression%2Ftuplet-text-fraction-with-notes.ly;h=7a4e1e2a3cd82f48e3b1e2bf04ef61ca1a5e2f88;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/regression/tuplet-text-fraction-with-notes.ly b/input/regression/tuplet-text-fraction-with-notes.ly new file mode 100644 index 0000000000..7a4e1e2a3c --- /dev/null +++ b/input/regression/tuplet-text-fraction-with-notes.ly @@ -0,0 +1,12 @@ +\version "2.14.0" +\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. } +}