X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplets.ly;h=8ccbeebde098e49b16e6aebe6af7d5fd9b353da6;hb=d1698636c7f40a07047656ca04f70a55c62a9d37;hp=31c4ba05eea60b54f1fab91eab4aa08ef75cdae1;hpb=30c15d67dcc56919da38c9b5bdfda0684c1fc964;p=lilypond.git diff --git a/input/regression/tuplets.ly b/input/regression/tuplets.ly index 31c4ba05ee..8ccbeebde0 100644 --- a/input/regression/tuplets.ly +++ b/input/regression/tuplets.ly @@ -1,8 +1,8 @@ -\version "1.9.1" +\version "2.6.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] } - \property Voice.TupletBracket \set #'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 { raggedright= ##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 } + } +