X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-grob-properties.scm;h=1ab45629ff0ab0fa2776d7ddd5a52291be7901b4;hb=da923c98ea9a26316f381ba3a7d60c9d5d9b6390;hp=72f6894703d6a1ee6e80e5b01e793b67f75a0188;hpb=e3b81fb69c751fd4610cca1457652d0c612516e6;p=lilypond.git diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 72f6894703..1ab45629ff 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -846,7 +846,8 @@ one below this grob.") (when ,ly:moment? "Global time step associated with this column happen?") (whiteout ,boolean? "If true, the grob is printed over a white -background to white-out underlying material. Usually #f by default.") +background to white-out underlying material, if the grob is visible. + Usually #f by default.") (width ,ly:dimension? "The width of a grob measured in staff space.") (word-space ,ly:dimension? "Space to insert between words in @@ -963,8 +964,6 @@ relevant for finding the @code{pure-Y-extent}.") (right-items ,ly:grob-array? "DOCME") (right-neighbor ,ly:grob? "See @code{left-neighbor}.") - (separation-item ,ly:grob? "A pointer to a @code{SeparationItem} -object.") (side-support-elements ,ly:grob-array? "The side support, an array of grobs.") (slur ,ly:grob? "A pointer to a @code{Slur} object.")