From: Han-Wen Nienhuys Date: Fri, 20 Oct 2006 14:25:30 +0000 (+0000) Subject: (all-user-grob-properties): X-Git-Tag: release/2.10.0-2~136 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4d03961756d621c4b43172855f2462b67365cb2b;p=lilypond.git (all-user-grob-properties): remove outdated doc. --- diff --git a/ChangeLog b/ChangeLog index ae6a32a78a..ec521e356d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-10-20 Han-Wen Nienhuys + * scm/define-grob-properties.scm (all-user-grob-properties): + remove outdated doc. + * lily/completion-note-heads-engraver.cc (process_music): always clone input events; otherwise we may overwrite input 'duration property. diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 4a101d6c51..eeac0c9e3f 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -132,8 +132,7 @@ should list the control points of a 3rd order bezier curve." ) (connect-to-neighbor ,pair? "Pair of booleans, indicating whether this grob looks as a continued break.") - (damping ,number? "Amount of beam slope damping. 0: no, 1: yes, -100000: horizontal beams.") + (damping ,number? "Amount of beam slope damping. ") (dash-period ,number? "the length of one dash + white space. If negative, no line is drawn at all.")