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