]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/span-bar-break.ly
80f29290cfa27f7b46820fe6a7c81bb127f2da36
[lilypond.git] / input / regression / span-bar-break.ly
1 \version "2.3.17"
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   \paper{ raggedright = ##t }
19 }