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