]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/midi-grace.ly
Use a `define-builtin-markup-command' macro for builtin markups, which
[lilypond.git] / input / no-notation / midi-grace.ly
index 0485863277f0a04f92378905337010f97dfeb86b..108b03b2f09398467b0d48738533754f0fc6f246 100644 (file)
@@ -1,10 +1,10 @@
 #(ly:set-option 'old-relative)
-\version "2.1.22"
+\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 { }
 }