X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-over-barline.ly;h=8a01631a987119ef36c1cd5c384748f830c9b133;hb=3dd7c6f29c9ca494976f69736b470b6300135099;hp=1504143f68795fb22c7db7bdfa62a992f1f01325;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/beam-over-barline.ly b/input/regression/beam-over-barline.ly index 1504143f68..8a01631a98 100644 --- a/input/regression/beam-over-barline.ly +++ b/input/regression/beam-over-barline.ly @@ -1,11 +1,11 @@ -\version "2.3.17" +\version "2.12.0" \header { -texidoc = "Explicit beams may cross barlines. " + texidoc = "Explicit beams may cross barlines. " } -\score { - \relative c'' { c2. c8[ c8 c8 c8] } +\layout { ragged-right= ##t } + +\relative c'' { c2. c8[ c8 c8 c8] } + - \paper { raggedright= ##t } -}