X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplets.ly;h=c250c5bea431a78fec627a7017a57ae213bb26dd;hb=fa7cef118ba38099e8b26f7d1e6de0cd0fed853c;hp=dc71b7f2166fe45dfc22a3e4ed2c22be1456ded7;hpb=5b1f3adfe5e3561eaa0f9440e0697054084b7107;p=lilypond.git diff --git a/input/regression/tuplets.ly b/input/regression/tuplets.ly index dc71b7f216..c250c5bea4 100644 --- a/input/regression/tuplets.ly +++ b/input/regression/tuplets.ly @@ -1,5 +1,5 @@ -\version "2.16.0" +\version "2.17.11" \header{ texidoc=" @@ -20,16 +20,16 @@ direction as the bracket. The endings can be adjusted with \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 } + \tuplet 3/2 { a8 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 } }