[EMAIL PROTECTED] writes: > > Hi, > > Back to the subject discussed couple of months ago in message > http://lists.gnu.org/archive/html/lilypond-user/2004-03/msg00767.html > > > Basically, > > slope := 0.6 * tanh (slope) / damping; > > The LilyPond program-reference says that the damping-value must be an > integer, but are there any (mathematical) reasons for that? I, too, find > the default value (1) to be too steep, but value 2 gives too flat > results - I think something between 1.3 and 1.5 would give just the > right slope.
no, does probably not have to integer. You can change this by changing teh definition for damping from ,integer? into ,number? in scm/define-grob-properties.scm -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen _______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user
