MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / span-bar-break.ly
blob3ac07160ffd20f301bf8d6ee6872dde137199541
1 \version "2.12.0"
3 \header {
5 texidoc = "At the beginning of a system, the @code{|:} repeat
6 barline is drawn between the staves, but the @code{:|} is not."
10 \layout{ ragged-right = ##t }
13 \new PianoStaff <<
14 \new Staff = "up" {
15 \bar "|:" r1
16 \bar ":|" \break r1
18 \new Staff = "down" { r r }