From 58794d82a7dbc51437543e67f987d708a9feca1a Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 12 Jun 2007 17:35:04 -0700 Subject: [PATCH] Partial fix bug 370. --- scm/define-grob-properties.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}.") -- 2.39.5