]> git.donarmstrong.com Git - lilypond.git/blob - input/test/grace-end.ly
update syntax in .ly files.
[lilypond.git] / input / test / grace-end.ly
1 \version "1.7.6"
2
3 \score { 
4   \context Voice \notes\relative c {
5     
6         c4 \grace { [d16 d16] }
7         
8   }
9   \paper { }  
10   \midi { }
11 }
12 %% new-chords-done %%