]> git.donarmstrong.com Git - lilypond.git/blob - input/test/bar-lines.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / bar-lines.ly
1
2
3 \score
4 {
5 \notes \relative c'' {
6 c4
7 \bar "|."; c
8 \bar "|:";c
9 \bar "||";c
10 \bar ":|" ; c
11 \bar ".|"; c
12 \bar ".|."; c
13 \bar "|";  c
14
15 }