]> git.donarmstrong.com Git - lilypond.git/blob - input/test/perform-grace.ly
update syntax in .ly files.
[lilypond.git] / input / test / perform-grace.ly
1 \version "1.7.6"
2
3 \score { 
4   \context Voice \notes\relative c {
5     \context Voice=VoiceOne
6         \grace c8 d4 d d d d
7         \grace { e16 f e f } d4 d d d d 
8         
9   }
10   \paper { }  
11   \midi { }
12 }
13 %% new-chords-done %%