X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-beam.ly;h=caef660f5334ddeff407d391916fcb0d2d5c4897;hb=89046337d628882fdb6c5caa804690a9fb6170f2;hp=beadb3768d19d75a80ffbfad0fcedd6161c78b85;hpb=15e565fef41ab50d140c3028bc6d9cff1a43a56a;p=lilypond.git diff --git a/input/regression/tuplet-beam.ly b/input/regression/tuplet-beam.ly index beadb3768d..caef660f53 100644 --- a/input/regression/tuplet-beam.ly +++ b/input/regression/tuplet-beam.ly @@ -1,15 +1,17 @@ -\version "1.7.16" + +\version "2.14.0" \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'' { + \times 2/3 { r c8[ c8] } + \times 2/3 { c8[ c c] } + \times 2/3 { 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 %%