]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/midi-grace.ly
add vim.
[lilypond.git] / input / no-notation / midi-grace.ly
index a1eacb87c728612c058dba0b545a5cbadec27ccd..0485863277f0a04f92378905337010f97dfeb86b 100644 (file)
@@ -1,19 +1,19 @@
 #(ly:set-option 'old-relative)
-\version "1.9.8"
+\version "2.1.22"
 \header{ texidoc = "Tests MIDI output with grace notes. " }
 
 \score { 
   \context Voice \notes\relative c {
     \context 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 
        
   }