]> git.donarmstrong.com Git - lilypond.git/commitdiff
document properties left-items and right-items
authorDavid Nalesnik <david.nalesnik@gmail.com>
Mon, 9 Feb 2015 01:02:09 +0000 (19:02 -0600)
committerDavid Nalesnik <david.nalesnik@gmail.com>
Sat, 14 Feb 2015 22:47:45 +0000 (16:47 -0600)
scm/define-grob-properties.scm

index 5b7f86e8528b760bd3e9f6ad02e7f7e118d214af..d0753500aa4b62b25a7db0480455a677cdbfc6d2 100644 (file)
@@ -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.")