X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspan-bar-break.ly;h=aac291494d72863f1b77e873339c37ea276e9968;hb=89d3c06c35d8a9afc4ae023a22100230b21e7ffa;hp=ac7a50d37ff921ede8982250232128fc6276156f;hpb=7fd51755d9bdf40766a612b3c3e9a00f68238082;p=lilypond.git diff --git a/input/regression/span-bar-break.ly b/input/regression/span-bar-break.ly index ac7a50d37f..aac291494d 100644 --- a/input/regression/span-bar-break.ly +++ b/input/regression/span-bar-break.ly @@ -1,19 +1,21 @@ -\version "2.3.2" +\version "2.17.5" \header { - texidoc = "At the beginning of a system, the @code{|:} repeat -barline is drawn between the staves, but the @code{:|} is not." + 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 } - >> - \paper{ raggedright = ##t } } + +\layout{ ragged-right = ##t } + + +\new PianoStaff << + \new Staff = "up" { + \bar ".|:" r1 + \bar ":|." \break r1 + } + \new Staff = "down" { r r } +>> + +