X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-beam.ly;h=1b9d32ee597b89028c68a4636eb26b7866380f4c;hb=1ae286a5dde706e6b30084dee6affc2ea250d7ac;hp=11496631e5ede2beb37615a91b4fd5a49318b092;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/tuplet-beam.ly b/input/regression/tuplet-beam.ly index 11496631e5..1b9d32ee59 100644 --- a/input/regression/tuplet-beam.ly +++ b/input/regression/tuplet-beam.ly @@ -1,17 +1,17 @@ -\version "2.3.22" +\version "2.12.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] } +}