From ba9212178547cf9a428f0dbf88be18060e48c7c6 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 13 Mar 2008 17:36:31 +0100 Subject: [PATCH] formatting. --- scm/define-grob-properties.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 089a1ada23..3fb91c199e 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -409,13 +409,15 @@ at a column with a negative penalty.") whether to put a page turn at this column. Can be @code{force} or @code{allow}.") (parenthesized ,boolean? "Parenthesize this grob.") - (positions ,number-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. + (positions ,number-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. +For slurs, this value selects which slur candidate to use; if +extreme positions are requested, the closest one is taken.") + (prefer-dotted-right ,boolean? "For note collisions, prefer to +shift dotted up-note to the right, rather than shifting just the +dot.") -For slurs, this value selects which slur candidate -to use; if extreme positions are requested, the closest one is taken.") - (prefer-dotted-right ,boolean? "For note collisions, prefer to shift dotted up-note to the right, rather than shifting just the dot.") (ratio ,number? "Parameter for slur shape. The higher this number, the quicker the slur attains its @code{height-limit}.") (remove-empty ,boolean? "If set, remove group if it contains no -- 2.39.5