X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-beam.ly;h=6b84baa674f17516bb9f675a5198fccc5c9a249e;hb=refs%2Fheads%2Fupstream-mut;hp=a970aedf8afeebdf01b73e20d6637295707c726f;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/tuplet-beam.ly b/input/regression/tuplet-beam.ly index a970aedf8a..6b84baa674 100644 --- a/input/regression/tuplet-beam.ly +++ b/input/regression/tuplet-beam.ly @@ -1,15 +1,17 @@ -\version "1.7.6" + +\version "2.17.11" \header { -texidoc = "In combination with a beam, the bracket of the tuplet + texidoc = "In combination with a beam, the bracket of the tuplet bracket is removed. This only happens if there is one beam, as long as the bracket." } +\layout { ragged-right= ##t } + +\context Voice\relative c'' { + \tuplet 3/2 { r c8[ c8] } + \tuplet 3/2 { c8[ c c] } + \tuplet 3/2 { c16[ c16] c8[ c8] } +} -\score { \notes \context Voice\relative c'' { -\times 2/3 { r [c8 c8] } -\times 2/3 { [c8 c c] } -\times 2/3 { [c16 c16] [c8 c8] } -}} -%% new-chords-done %%