X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplets.ly;h=9572742fa8ef41401508c0ff9f051593132c4f25;hb=e6ccd1c536b89e965e0bde1d298bd9388fb5dea9;hp=ac5eedb5d28476d5c95af3417bde19ea1cc0e146;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/tuplets.ly b/input/regression/tuplets.ly index ac5eedb5d2..9572742fa8 100644 --- a/input/regression/tuplets.ly +++ b/input/regression/tuplets.ly @@ -1,8 +1,8 @@ -\version "2.1.22" +\version "2.14.0" \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 @@ -16,23 +16,23 @@ direction as the bracket. The endings can be adjusted with " } -\paper { raggedright= ##t } - -\score{ - \notes \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 } - - } +\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 } + c4 | + + \times 3/4 { c4 c4 c4 c4 } c4 | + + \time 6/8 + \times 6/9 { c8 c c c c c c c c } + } +