]> git.donarmstrong.com Git - lilypond.git/commitdiff
(cresc): remove
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 21 Oct 2005 11:48:59 +0000 (11:48 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 21 Oct 2005 11:48:59 +0000 (11:48 +0000)
space-function tweak.

ChangeLog
input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily

index c4ddafd0f3aef0355a42eeb34363ed9b1c8615e0..fc6adb06b224859461e40b24d50356ecd18f4f6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
+       space-function tweak.
+
        * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
        
 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
index 86b660df7c94029e8c2a8afd9a38246dd5cb5f00..09cd064a9016463b65ff24234994989347fc0159 100644 (file)
@@ -12,23 +12,6 @@ cresc =  {
     \set crescendoSpanner =  #'dashed-line
 }
 
-%%
-%% TODO: a better mechanism for tweaking Grace settings.
-%%
-
-startGraceMusic = \sequential { 
-    \startGraceMusic 
-    \override Beam   #'space-function
-    = #(lambda (beam mult) (* 0.8 0.8))
-    \override Beam   #'thickness = #(* 0.384 (/ 0.6 0.48))
-}
-
-stopGraceMusic= \sequential {
-    \revert Beam #'thickness
-    \revert Beam #'space-function
-    \stopGraceMusic
-}
-
 \layout {
     \context {
         \Score