]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/span-bar-break.ly
3554c2d48353eba467c4ffe7f25fd8652f8651b0
[lilypond.git] / input / regression / span-bar-break.ly
1 \version "2.6.0"
2
3 \header {
4
5     texidoc = "At the beginning of a system, the @code{|:} repeat
6 barline is drawn between the staves, but the @code{:|} is not."
7
8       }
9
10 \score {
11  \new PianoStaff <<
12     \context Staff = "up" {
13         \bar "|:" r1
14         \bar ":|" \break r1
15     }
16     \context Staff = "down" { r r }
17   >>
18   \layout{ raggedright = ##t }
19 }