]> 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 6b401ff2de29105038b7e636da6d5a77706d8799..d933bfcec0138979eafe4848b8dfb5c903ac786f 100644 (file)
@@ -1,24 +1,26 @@
-\version "1.3.148"
+
+\version "2.3.4"
 \header{
-texidoc = "startGraceMusic should 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 {
-    linewidth=-1.0
+    raggedright = ##t
   }  
   \midi { }
 }
+