]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/midi-grace.ly
Update blank sheet music example again.
[lilypond.git] / input / no-notation / midi-grace.ly
index a1eacb87c728612c058dba0b545a5cbadec27ccd..108b03b2f09398467b0d48738533754f0fc6f246 100644 (file)
@@ -1,23 +1,23 @@
 #(ly:set-option 'old-relative)
-\version "1.9.8"
+\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 {
-  \property Voice.Stem \override #'stroke-style = #"grace"
+  \override Stem  #'stroke-style = #"grace"
    c8 
-  \property Voice.Stem \revert #'stroke-style }
+  \revert Stem #'stroke-style }
  d4 d d d d
        \grace {
-  \property Voice.Stem \override #'stroke-style = #"grace"
+  \override Stem  #'stroke-style = #"grace"
    e16 f e f 
-  \property Voice.Stem \revert #'stroke-style }
+  \revert Stem #'stroke-style }
  d4 d d d d 
        
   }
-  \paper { }  
+  \layout { }  
   \midi { }
 }