]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-position.ly
* input/regression/tuplet-properties.ly:
[lilypond.git] / input / regression / beam-position.ly
index 52f5dafeb6fab8e1c2a28e438aab2f023189aa49..eca2ccf9bb157eaeaa63d6cac6e2fd5ebcbee06e 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.3.146"
+\version "1.5.68"
 \header{
 texidoc="
 Beams should always reach the middle staff line.  The second beam
@@ -11,8 +11,13 @@ Override with @code{noStemExtend}.
 
 \score { 
   \context Voice \notes\relative c {
-    [f8 f]  [f64 f] \grace { [f8 e8] }
-       \property Grace.Stem \override #'no-stem-extend = ##t
+    [f8 f]  [f64 f] 
+    \grace { 
+      [f8 e8] 
+      \property Voice.Stem \override #'no-stem-extend = ##f
+      [f8 e8] 
+      \property Voice.Stem \revert #'no-stem-extend
+    }
        [f8 f]
        
   }