]> git.donarmstrong.com Git - lilypond.git/blob - input/test/perform-grace.ly
518661f9d1e8d3d58293c4c0d547b966acf1862a
[lilypond.git] / input / test / perform-grace.ly
1
2 \score { 
3   \context Voice \notes\relative c {
4     \context Voice=VoiceOne
5         \property Voice.graceFraction = #(make-moment 1 4) 
6         \grace c8 d4 d d d d
7         \property Voice.graceFraction = #(make-moment 1 2)
8         \grace { e16 f e f } d4 d d d d 
9         
10   }
11   \paper { }  
12   \midi { }
13 }