X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-beam.ly;h=35f4181c7205c2e99bd15b4e74d93fb0a78957d2;hb=5206d86a9de2bd8bd480940fb5c861d8bd0b17c2;hp=bfdd5af5762d541047854deef53e8da9c3ac60fb;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/tuplet-beam.ly b/input/regression/tuplet-beam.ly index bfdd5af576..35f4181c72 100644 --- a/input/regression/tuplet-beam.ly +++ b/input/regression/tuplet-beam.ly @@ -1,17 +1,17 @@ -\version "1.9.8" +\version "2.10.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] } +}