X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-beam.ly;h=caef660f5334ddeff407d391916fcb0d2d5c4897;hb=89046337d628882fdb6c5caa804690a9fb6170f2;hp=e88466f627357b07157c484a25977ef1616d574c;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/tuplet-beam.ly b/input/regression/tuplet-beam.ly index e88466f627..caef660f53 100644 --- a/input/regression/tuplet-beam.ly +++ b/input/regression/tuplet-beam.ly @@ -1,17 +1,17 @@ -\version "2.2.0" +\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." } - \paper { raggedright= ##t } +\layout { ragged-right= ##t } -\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] } -}} +\context Voice\relative c'' { + \times 2/3 { r c8[ c8] } + \times 2/3 { c8[ c c] } + \times 2/3 { c16[ c16] c8[ c8] } +}