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