X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Ftuplets.ly;h=3bbd4d4597d0d60cb502f0256dbd86b6854bec50;hb=89f51abce852ded3618eac156ef18aa1adde420c;hp=564420e1bd6dbb6de9450b15953ca0526c43c75c;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/tuplets.ly b/input/regression/tuplets.ly index 564420e1bd..3bbd4d4597 100644 --- a/input/regression/tuplets.ly +++ b/input/regression/tuplets.ly @@ -1,8 +1,8 @@ -\version "2.6.0" +\version "2.7.13" \header{ - -texidoc=" + + texidoc=" Tuplets are indicated by a bracket with a number. There should be no bracket if there is a beam exactly matching the length of the tuplet. The bracket does not interfere with the stafflines, and the number is @@ -18,21 +18,21 @@ direction as the bracket. The endings can be adjusted with } \layout { raggedright= ##t } -\score{ - \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 } - c4 | - - \times 3/4 { c4 c4 c4 c4 } c4 | - - \time 6/8 - \times 6/9 { c8 c c c c c c c c } - - } + +\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 } + c4 | + + \times 3/4 { c4 c4 c4 c4 } c4 | + + \time 6/8 + \times 6/9 { c8 c c c c c c c c } + } +