]> git.donarmstrong.com Git - lilypond.git/blob - input/test/bar-lines.ly
sed Lilypond to LilyPond.
[lilypond.git] / input / test / bar-lines.ly
1 \version "1.7.18"
2 \header {
3     texidoc = "@cindex Bar Lines
4 Different types of bar lines demonstrated.
5 " }
6
7 \score
8 {
9 \notes \relative c'' {
10 c4
11 \bar "|." c
12 \bar "|:"c
13 \bar "||"c
14 \bar ":|"  c
15 \bar ".|" c
16 \bar ".|." c
17 \bar "|"  c
18
19 \paper{raggedright = ##t}
20 }
21