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