From: Graham Percival Date: Wed, 13 Jun 2007 00:35:04 +0000 (-0700) Subject: Partial fix bug 370. X-Git-Tag: release/2.11.27-1~15^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=58794d82a7dbc51437543e67f987d708a9feca1a;p=lilypond.git Partial fix bug 370. --- diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 45a2c77e84..c4dc73d095 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -405,7 +405,9 @@ whether to put a page turn at this column. Can be @code{force} or (parenthesized ,boolean? "Parenthesize this grob.") (positions ,pair? "Pair of staff coordinates @code{(@var{left} . @var{right})}, where both @var{left} and @var{right} are in -@code{staff-space} units of the current staff.") +@code{staff-space} units of the current staff. LilyPond uses these +values to select which slur candidate positions to use; if extreme +positions are requested, LilyPond selects the closest positions.") (ratio ,number? "Parameter for slur shape. The higher this number, the quicker the slur attains its @code{height-limit}.")