]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-stems.ly
(start_translation_timestep): split
[lilypond.git] / input / regression / grace-stems.ly
index 24feff42013eb36efc4dba48e4452e38ba28bcdf..e0a2177cff9139c823269cc8b0ed1222c12fb862 100644 (file)
@@ -1,24 +1,24 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.4.0"
 \header{
-texidoc = "Here startGraceMusic should set no-stem-extend to true;
-the two grace beams should be the same here.
+texidoc = "Here @code{startGraceMusic} should set @code{no-stem-extend} to 
+true; the two grace beams should be the same here.
 "
 }
 
 
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \relative c {
     \grace { 
-       f8-[ e8] 
-      \property Voice.Stem \override #'no-stem-extend = ##t
-       f8-[ e8] 
-      \property Voice.Stem \revert #'no-stem-extend
+       f8[ e8] 
+      \override Stem  #'no-stem-extend = ##t
+       f8[ e8] 
+      \revert Stem #'no-stem-extend
     }
     a4
        
   }
-  \paper {
+  \layout {
     raggedright = ##t
   }  
   \midi { }