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