]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/midi-grace.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / no-notation / midi-grace.ly
index 8f967354048b56baf39fc5a5fbf179e623706eb6..108b03b2f09398467b0d48738533754f0fc6f246 100644 (file)
@@ -1,10 +1,10 @@
 #(ly:set-option 'old-relative)
-\version "2.3.16"
+\version "2.10.0"
 \header{ texidoc = "Tests MIDI output with grace notes. " }
 
 \score { 
   \context Voice \relative c {
-    \context Voice=VoiceOne
+    \new Voice = VoiceOne
        \grace {
   \override Stem  #'stroke-style = #"grace"
    c8 
@@ -17,7 +17,7 @@
  d4 d d d d 
        
   }
-  \paper { }  
+  \layout { }  
   \midi { }
 }