]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-abbrev.ly
update syntax in .ly files.
[lilypond.git] / input / test / beam-abbrev.ly
1 \version "1.7.6"
2 \score { 
3   \context Voice \notes\relative c {
4     c'1:16 
5         \stemUp
6         c4:8 c4:16 [c8:16 c:] [c,8:16 c'':]
7         \stemBoth
8         [c,,8:16 c'':]
9         
10   }
11   \paper { }  
12   \midi { }
13 }
14 %% new-chords-done %%