X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-single-note.ly;h=27152684531fc0283c49ffbc8464ea54fe2f78f3;hb=12a06e5c29a2f58081068ac7663f0d6a6d4bdf95;hp=63d0d0e72d1fa2547ddf136b0a7633f45b0182f4;hpb=6d910958ea621e4ab878a118bd77e61ae210a6ef;p=lilypond.git diff --git a/input/regression/tuplet-single-note.ly b/input/regression/tuplet-single-note.ly index 63d0d0e72d..2715268453 100644 --- a/input/regression/tuplet-single-note.ly +++ b/input/regression/tuplet-single-note.ly @@ -4,14 +4,14 @@ texidoc = "Show tuplet numbers also on single-note tuplets (otherwise the timing would look messed up!), but don't show a bracket. Make sure that tuplets without any notes don't show any number, either." } -\version "2.11.51" +\version "2.19.21" \paper { ragged-right = ##t indent = 0.0 } \new Staff << - \new Voice \relative c'' { - \times 4/6 { c2.:8 } \times 2/3 { g4.:8 } \times 2/3 { a,4.:8 } \times 4/6 {} \bar"|." + \new Voice \relative { + \tuplet 6/4 { c''2.:8 } \tuplet 3/2 { g4.:8 } \tuplet 3/2 { a,4.:8 } \tuplet 6/4 {} \bar"|." } >>