From: Han-Wen Nienhuys Date: Sun, 23 Jun 2002 22:50:55 +0000 (+0000) Subject: fixjes X-Git-Tag: release/1.5.63~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9aab038fe853a356a46e2d503347691a8eccfe4a;p=lilypond.git fixjes --- diff --git a/scm/grob-property-description.scm b/scm/grob-property-description.scm index 1d8ef50b62..fc64c21f28 100644 --- a/scm/grob-property-description.scm +++ b/scm/grob-property-description.scm @@ -450,7 +450,7 @@ columns. (grob-property-description 'accidental-grob ly-grob? "Accidental for this note.") -(grob-property-description 'causes grob-list? "list of cause objects.") +(grob-property-description 'causes list? "list of cause objects; these can be music objects or grobs.") (grob-property-description 'flag-count number? "") (grob-property-description 'chord-tremolo boolean? "if set, this beam is a tremolo. TODO: use interface for this!") (grob-property-description 'chord pair? "?")