From: hanwen Date: Sun, 23 Jun 2002 22:50:55 +0000 (+0000) Subject: fixjes X-Git-Tag: release/1.5.71~225 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b9637c7a812f3fb17ff7d66d57c24a51dbbe40a1;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? "?")