X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplets.ly;h=9572742fa8ef41401508c0ff9f051593132c4f25;hb=2941f9718947990dc9c2eefa1f842d54766c0561;hp=61415612a69819a1708166571d616b5ff0fb526f;hpb=828c9f93242e1f20360ef0248ac4159a009c06f0;p=lilypond.git diff --git a/input/regression/tuplets.ly b/input/regression/tuplets.ly index 61415612a6..9572742fa8 100644 --- a/input/regression/tuplets.ly +++ b/input/regression/tuplets.ly @@ -1,36 +1,38 @@ -\version "1.7.18" + +\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 centered in the gap in the bracket. The bracket stops at the end of the stems, if the stems have the same -direction as the +direction as the bracket. The endings can be adjusted with +@code{bracket-flare}. " } -\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 #'edge-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 } + } +