X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplets.ly;h=3900594eb9df1e953dad06b6fa9dc3e82860a98b;hb=16d46fb0995cc6d078617ada1e8fea7879dffe07;hp=9a2f98ad2c8abda786f8e9c5c64d8e9297843c70;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/tuplets.ly b/input/regression/tuplets.ly index 9a2f98ad2c..3900594eb9 100644 --- a/input/regression/tuplets.ly +++ b/input/regression/tuplets.ly @@ -1,8 +1,8 @@ -#(ly:set-option 'old-relative) -\version "1.9.0" + +\version "2.19.21" \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 { ragged-right= ##t } + + +\context Voice \relative { + \tuplet 3/2 { a'8 b c } + \tuplet 3/2 { r8 b[ f] } + \override TupletBracket.bracket-flare = #'(0.5 . 0.5) + \tuplet 3/2 { r8 b r8 } + c4 | + + \tuplet 4/3 { c4 c4 c4 c4 } c4 | + + \time 6/8 + \tuplet 9/6 { c8 c c c c c c c c } + } +