]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-stems.ly
(make-ottava-set): bugfixes: also
[lilypond.git] / input / regression / grace-stems.ly
index 6b401ff2de29105038b7e636da6d5a77706d8799..72dc204484835a81258f1087dcf17b8d9b3d4356 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.3.148"
+\version "1.7.18"
 \header{
 texidoc = "startGraceMusic should no-stem-extend to true;
 the two grace beams should be the same here.
@@ -9,16 +9,17 @@ the two grace beams should be the same here.
 \score { 
   \context Voice \notes\relative c {
     \grace { 
-      [f8 e8] 
+       f8-[ e8] 
       \property Voice.Stem \override #'no-stem-extend = ##t
-      [f8 e8] 
+       f8-[ e8] 
       \property Voice.Stem \revert #'no-stem-extend
     }
     a4
        
   }
   \paper {
-    linewidth=-1.0
+    raggedright = ##t
   }  
   \midi { }
 }
+%% new-chords-done %%