]> git.donarmstrong.com Git - lilypond.git/blob - input/test/perform-grace.ly
Add texidoc index and a few comments.
[lilypond.git] / input / test / perform-grace.ly
1 \version "1.7.18"
2 % regression or delete.  -gp
3 \header{ texidoc = "" }
4
5 \score { 
6   \context Voice \notes\relative c {
7     \context Voice=VoiceOne
8         \grace c8 d4 d d d d
9         \grace { e16 f e f } d4 d d d d 
10         
11   }
12   \paper { }  
13   \midi { }
14 }
15 %% new-chords-done %%