1\version "2.19.21"
2
3\header { texidoc = "Various types of bar lines can be drawn.
4
5The dashes in a dashed bar line covers staff lines exactly. Dashed
6barlines between staves start and end on a half dash precisely.
7
8The dots in a dotted bar line are in spaces.
9
10A thick bar line is created by \bar \".\", which is consistent
11with e.g. \bar \"|.\"
12
13A ticked bar line is a short line of the same length as a staff
14space, centered on the top-most barline.
15
16" }
17
18\relative \new StaffGroup <<
19  \new Staff = "1" {
20    c'2 \bar "!" c
21    s1
22    c2 \bar ";" c
23    s1
24    c2 \bar "." c
25    s1
26    c2 \bar "'" c
27  }
28  \new Staff = "2" {
29    c2 c
30    s1
31    c2 c
32    s1
33    c2 c
34    s1
35    c2 c
36  }
37>>
38
39