]> git.donarmstrong.com Git - lilypond.git/blob - input/test/bar-lines.ly
release commit
[lilypond.git] / input / test / bar-lines.ly
1
2 \version "2.1.30"
3 \header {
4     texidoc = "@cindex Bar Lines
5 There a many types of bar lines available.
6 " }
7 % TODO: dashed "|", HJJ
8 \score
9 {
10 \notes \relative c'' {
11 c4
12 \bar "|." c
13 \bar "|:"c
14 \bar "||"c
15 \bar ":|"  c
16 \bar ".|" c
17 \bar ".|." c
18 \bar "|"  c
19 \bar ":" c
20
21 \paper{raggedright = ##t}
22 }