X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-grob-properties.scm;h=fbcaa2b4bb85e74812e5b56a898d201417df33e7;hb=55e87e06de25f758f6ae665995cb9438d103fe08;hp=34450a9d23000eb79d4b1ec71be38abb90540ab3;hpb=9ead371f45f0a0c98e86e8e32eb86ef75c3af5a4;p=lilypond.git diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 34450a9d23..fbcaa2b4bb 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -1167,11 +1167,15 @@ one below this grob.") printed over a white background to white-out underlying material, if the grob is visible. A number indicates how far the white background extends beyond the bounding box of the grob as a multiple of the -staff-line thickness. The shape of the background is determined by -@code{whiteout-style}. Usually @code{#f} by default.") +staff-line thickness. The @code{LyricHyphen} grob uses a special +implementation of whiteout: A positive number indicates how far the +white background extends beyond the bounding box in multiples of +@code{line-thickness}. The shape of the background is determined by +@code{whiteout-style}. Usually @code{#f} by default. ") (whiteout-style ,symbol? "Determines the shape of the @code{whiteout} background. Available are @code{'outline}, -@code{'rounded-box}, and the default @code{'box}.") +@code{'rounded-box}, and the default @code{'box}. There is one +exception: Use @code{'special} for @code{LyricHyphen}.") (width ,ly:dimension? "The width of a grob measured in staff space.") (word-space ,ly:dimension? "Space to insert between words in @@ -1250,6 +1254,7 @@ for positioning elements that align with a column.") column as start/@/begin point. Only columns that have grobs or act as bounds are spaced.") (bracket ,ly:grob? "The bracket for a number.") + (bracket-text ,ly:grob? "The text for an analysis bracket.") (c0-position ,integer? "An integer indicating the position of middle@tie{}C.")