]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.5
authorfred <fred>
Wed, 27 Mar 2002 01:04:31 +0000 (01:04 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:04:31 +0000 (01:04 +0000)
input/bugs/grace-stems.ly [new file with mode: 0644]
input/regression/beam-position.ly
input/regression/grace.ly
input/tutorial/sammartini.ly

diff --git a/input/bugs/grace-stems.ly b/input/bugs/grace-stems.ly
new file mode 100644 (file)
index 0000000..26add43
--- /dev/null
@@ -0,0 +1,23 @@
+\header{
+texidoc="startGraceMusic should no-stem-extend to true, but there's no effect:
+the two grace beams should be the same here.
+"
+}
+
+
+\score { 
+  \context Voice \notes\relative c {
+    \grace { 
+      [f8 e8] 
+      \property Voice.Stem \override #'no-stem-extend = ##t
+      [f8 e8] 
+      \property Voice.Stem \revert #'no-stem-extend
+    }
+    a4
+       
+  }
+  \paper {
+    linewidth=-1.0
+  }  
+  \midi { }
+}
index 52f5dafeb6fab8e1c2a28e438aab2f023189aa49..7fc51c1875ce243987a8bb46b812af8a54dd6527 100644 (file)
@@ -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]
        
   }
index 903d3462a3f008227fd177f1743b149c8fefee5d..b58a05b1480b288f5db1decf2e7c441bc429e3d9 100644 (file)
@@ -25,7 +25,9 @@ not set.  Main note scripts don't end up on the grace note.
         \grace { [b32 ( c32] } ) c4
        \grace  <c16 d16> [c8 c8]
 %      \grace  c16 [c8 c8]
-       \grace  { \property Grace.graceAlignPosition = \right c16} c4
+        %% broken?
+       %%\grace  { \property Grace.graceAlignPosition = \right c16} c4
+       c4 \grace  { c16 } c4
 }
 \paper {linewidth = -1.}
 \midi{ }
index 8b1b54fe95d0206686c6e4e786f09e9b03c73dfa..1975a1cadb17228b74752449ddc9b9e7378c9137 100644 (file)
@@ -21,7 +21,7 @@ oboes = \notes \relative c'' \context Voice = oboe {
         \context Voice = oboeTwo {
             \stemDown
             \grace {
-                \property Grace.Stem \override #'direction = #-1
+                \stemDown
                 [f,16 g] }
                 f8 e e2
             }