]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/midi-grace.ly
(conv): dashes rule.
[lilypond.git] / input / no-notation / midi-grace.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.1"
3 \header{ texidoc = "Tests MIDI output with grace notes. " }
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