X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-beam.ly;h=caef660f5334ddeff407d391916fcb0d2d5c4897;hb=caac677710724849651381d11577f61dd9618bcf;hp=1ee8abeb3dee78510814a0850b7e3d40e8afadde;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/tuplet-beam.ly b/input/regression/tuplet-beam.ly index 1ee8abeb3d..caef660f53 100644 --- a/input/regression/tuplet-beam.ly +++ b/input/regression/tuplet-beam.ly @@ -1,17 +1,17 @@ -\version "2.4.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." } - \layout { raggedright= ##t } +\layout { ragged-right= ##t } -\score { \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] } +}