1\version "2.17.5"
2
3\header {
4
5  texidoc = "At the beginning of a system, the @code{.|:} repeat
6barline 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
22