]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/midi-grace.ly
clarify slightly.
[lilypond.git] / input / no-notation / midi-grace.ly
index d17f73a1623678e3f4371891b5b4a93d0a029a37..1afc4a235a5a7cf6490e32316234bb373351fd05 100644 (file)
@@ -1,9 +1,9 @@
 #(ly:set-option 'old-relative)
-\version "2.1.28"
+\version "2.6.0"
 \header{ texidoc = "Tests MIDI output with grace notes. " }
 
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \relative c {
     \context Voice=VoiceOne
        \grace {
   \override Stem  #'stroke-style = #"grace"
@@ -17,7 +17,7 @@
  d4 d d d d 
        
   }
-  \paper { }  
+  \layout { }  
   \midi { }
 }