]> git.donarmstrong.com Git - lilypond.git/blob - input/test/grace-end.ly
*** empty log message ***
[lilypond.git] / input / test / grace-end.ly
1 \version "1.5.68"
2
3 \score { 
4   \context Voice \notes\relative c {
5     
6         c4 \grace { [d16 d16] }
7         
8   }
9   \paper { }  
10   \midi { }
11 }