X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Ftuplets.ly;h=a1b3f95bfce8a6355ebbc2ec98481a72e65ea4f9;hb=edf17353d89f4f6bd831466262402bb9151a26ca;hp=6160d80f1909739c90549cbd8e358ee28f87a14f;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/tuplets.ly b/input/regression/tuplets.ly index 6160d80f19..a1b3f95bfc 100644 --- a/input/regression/tuplets.ly +++ b/input/regression/tuplets.ly @@ -1,8 +1,8 @@ -\version "2.3.4" +\version "2.11.51" \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{ - \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 } + } +