X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-single-note.ly;h=27152684531fc0283c49ffbc8464ea54fe2f78f3;hb=3af0951f9a11677240efa6228683dd4fcea13eaf;hp=322a4d635b76d0bac131aa8811cad9a66ad66d6e;hpb=652ed35a2013489d0a14fede6307cd2595abb2c4;p=lilypond.git diff --git a/input/regression/tuplet-single-note.ly b/input/regression/tuplet-single-note.ly index 322a4d635b..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.17.11" +\version "2.19.21" \paper { ragged-right = ##t indent = 0.0 } \new Staff << - \new Voice \relative c'' { - \tuplet 6/4 { c2.:8 } \tuplet 3/2 { g4.:8 } \tuplet 3/2 { a,4.:8 } \tuplet 6/4 {} \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"|." } >>