]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-damp.ly
update syntax in .ly files.
[lilypond.git] / input / test / beam-damp.ly
1 \version "1.7.6"
2 \score{
3         \notes\relative c''{
4 %               \stemUp
5 %               [a16 b b c]
6 %               [c b b a]
7 %               \stemDown
8 %               [c b b a]
9 %               [a b b c]
10                 \stemUp
11                 [g16 a b c]
12                 [c b a g]
13                 \stemDown
14                 [d' c b a]
15                 [a b c d]
16         }
17         \paper{
18                 linewidth=-1.
19         }
20 }
21
22 %% new-chords-done %%