X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspan-bar-break.ly;h=3ac07160ffd20f301bf8d6ee6872dde137199541;hb=5c771783a27413b6e496512b3d8f939f01f8f1e8;hp=479429dfa7ab08eaef892dabed6388801d5c9ddc;hpb=5b42a287848b7889e2ef2418e7d992d23594e31d;p=lilypond.git diff --git a/input/regression/span-bar-break.ly b/input/regression/span-bar-break.ly index 479429dfa7..3ac07160ff 100644 --- a/input/regression/span-bar-break.ly +++ b/input/regression/span-bar-break.ly @@ -1,17 +1,21 @@ -\version "2.2.0" - -\header { texidoc = "At the beginning of a system, -the @code{|:} repeat barline is drawn between the staves, -but the @code{:|} is not." -" } - -\score { - \notes \new PianoStaff << - \context Staff=up { - \bar "|:" r1 - \bar ":|" \break r1 - } - \context Staff=down { r r } - >> - \paper{ raggedright = ##t } +\version "2.12.0" + +\header { + + texidoc = "At the beginning of a system, the @code{|:} repeat +barline is drawn between the staves, but the @code{:|} is not." + } + +\layout{ ragged-right = ##t } + + +\new PianoStaff << + \new Staff = "up" { + \bar "|:" r1 + \bar ":|" \break r1 + } + \new Staff = "down" { r r } +>> + +