]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-stems.ly
(print): always start from right edge of
[lilypond.git] / input / regression / grace-stems.ly
index 2ed71f6d1f1d57f3b041f2d4f3c95e58cfc737fe..d933bfcec0138979eafe4848b8dfb5c903ac786f 100644 (file)
@@ -1,19 +1,19 @@
 
-\version "1.9.1"
+\version "2.3.4"
 \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
+      \override Stem  #'no-stem-extend = ##t
        f8[ e8] 
-      \property Voice.Stem \revert #'no-stem-extend
+      \revert Stem #'no-stem-extend
     }
     a4