From bbe309d3187641b47d8509b8d162f3f96652d2ea Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 21 Oct 2005 11:48:59 +0000 Subject: [PATCH] (cresc): remove space-function tweak. --- ChangeLog | 3 +++ input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily | 17 ----------------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index c4ddafd0f3..fc6adb06b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-10-21 Han-Wen Nienhuys + * 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 diff --git a/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily b/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily index 86b660df7c..09cd064a90 100644 --- a/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily +++ b/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily @@ -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 -- 2.39.5