From: David Nalesnik Date: Mon, 9 Feb 2015 01:02:09 +0000 (-0600) Subject: document properties left-items and right-items X-Git-Tag: release/2.19.16-1~2^2~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9203d3c82157e7e1658756a4897de194b71274bf;p=lilypond.git document properties left-items and right-items --- diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 5b7f86e852..d0753500aa 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -1258,7 +1258,8 @@ empty in a particular staff, then that staff is erased.") (keep-alive-with ,ly:grob-array? "An array of other @code{VerticalAxisGroup}s. If any of them are alive, then we will stay alive.") - (left-items ,ly:grob-array? "DOCME") + (left-items ,ly:grob-array? "Grobs organized on the left by a spacing +object.") (left-neighbor ,ly:grob? "The right-most column that has a spacing-wish for this column.") @@ -1289,7 +1290,8 @@ relevant for finding the @code{pure-Y-extent}.") (rest ,ly:grob? "A pointer to a @code{Rest} object.") (rest-collision ,ly:grob? "A rest collision that a rest is in.") (rests ,ly:grob-array? "An array of rest objects.") - (right-items ,ly:grob-array? "DOCME") + (right-items ,ly:grob-array? "Grobs organized on the right by +a spacing object.") (right-neighbor ,ly:grob? "See @code{left-neighbor}.") (scripts ,ly:grob-array? "An array of @code{Script} objects.")