X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspan-bar-break.ly;h=eaa976d215c9315887a91d9eb0690139b67128d6;hb=c1ea7b13aea6297018375ed3571753a6c36714ab;hp=3554c2d48353eba467c4ffe7f25fd8652f8651b0;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/span-bar-break.ly b/input/regression/span-bar-break.ly index 3554c2d483..eaa976d215 100644 --- a/input/regression/span-bar-break.ly +++ b/input/regression/span-bar-break.ly @@ -1,19 +1,21 @@ -\version "2.6.0" +\version "2.10.0" \header { - texidoc = "At the beginning of a system, the @code{|:} repeat + texidoc = "At the beginning of a system, the @code{|:} repeat barline is drawn between the staves, but the @code{:|} is not." - } - -\score { - \new PianoStaff << - \context Staff = "up" { - \bar "|:" r1 - \bar ":|" \break r1 - } - \context Staff = "down" { r r } - >> - \layout{ raggedright = ##t } } + +\layout{ ragged-right = ##t } + + +\new PianoStaff << + \new Staff = "up" { + \bar "|:" r1 + \bar ":|" \break r1 + } + \new Staff = "down" { r r } +>> + +