]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/midi-grace.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / no-notation / midi-grace.ly
index dbf12da38ca7b4baa2bad24bd5a3dd5d10333eef..108b03b2f09398467b0d48738533754f0fc6f246 100644 (file)
@@ -1,10 +1,10 @@
 #(ly:set-option 'old-relative)
-\version "2.2.0"
+\version "2.10.0"
 \header{ texidoc = "Tests MIDI output with grace notes. " }
 
 \score { 
-  \context Voice \notes\relative c {
-    \context Voice=VoiceOne
+  \context Voice \relative c {
+    \new Voice = VoiceOne
        \grace {
   \override Stem  #'stroke-style = #"grace"
    c8 
@@ -17,7 +17,7 @@
  d4 d d d d 
        
   }
-  \paper { }  
+  \layout { }  
   \midi { }
 }