]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/midi-grace.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / no-notation / midi-grace.ly
index 1e287f65d85328e096a720ba8cb7ed5596b1c967..a804b85fc6cb76f448ab342842aa1b4dbc0b5259 100644 (file)
@@ -1,12 +1,20 @@
 #(ly:set-option 'old-relative)
-\version "1.9.1"
+\version "1.9.4"
 \header{ texidoc = "Tests MIDI output with grace notes. " }
 
 \score { 
   \context Voice \notes\relative c {
     \context Voice=VoiceOne
-       \grace c8 d4 d d d d
-       \grace { e16 f e f } d4 d d d d 
+       \grace {
+  \property Voice.Stem \override #'stroke-style = #"grace"
+   c8 
+  \property Voice.Stem \revert #'stroke-style }
+ d4 d d d d
+       \grace {
+  \property Voice.Stem \override #'stroke-style = #"grace"
+   e16 f e f 
+  \property Voice.Stem \revert #'stroke-style }
+ d4 d d d d 
        
   }
   \paper { }