]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/span-bar-break.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / span-bar-break.ly
1 \version "2.12.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 \layout{ ragged-right = ##t }
11
12
13 \new PianoStaff <<
14   \new Staff = "up" {
15     \bar "|:" r1
16     \bar ":|" \break r1
17   }
18   \new Staff = "down" { r r }
19 >>
20
21