X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplets.ly;h=3900594eb9df1e953dad06b6fa9dc3e82860a98b;hb=c16c8655784da3f7d1d20640ef0208a36bdeeaee;hp=f26613b6a3f312a73e7828e3390aa8cae003067f;hpb=2205ef7a616d73e6a83274816e775426bf41b7bd;p=lilypond.git diff --git a/input/regression/tuplets.ly b/input/regression/tuplets.ly index f26613b6a3..3900594eb9 100644 --- a/input/regression/tuplets.ly +++ b/input/regression/tuplets.ly @@ -1,5 +1,5 @@ -\version "2.7.39" +\version "2.19.21" \header{ texidoc=" @@ -19,17 +19,17 @@ direction as the bracket. The endings can be adjusted with \layout { ragged-right= ##t } -\context Voice \relative c'' { - \times 2/3 { a8 b c } - \times 2/3 { r8 b[ f] } - \override TupletBracket #'bracket-flare = #'(0.5 . 0.5) - \times 2/3 { r8 b r8 } +\context Voice \relative { + \tuplet 3/2 { a'8 b c } + \tuplet 3/2 { r8 b[ f] } + \override TupletBracket.bracket-flare = #'(0.5 . 0.5) + \tuplet 3/2 { r8 b r8 } c4 | - \times 3/4 { c4 c4 c4 c4 } c4 | + \tuplet 4/3 { c4 c4 c4 c4 } c4 | \time 6/8 - \times 6/9 { c8 c c c c c c c c } + \tuplet 9/6 { c8 c c c c c c c c } }