From d49a9cde3d23fae78f0a6d47f2d4f24d9aed9037 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 11 Jan 2007 20:14:55 -0800 Subject: [PATCH] Doc (around) and (outside) for avoid-slur. --- scm/define-grob-properties.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index d2c49e6278..c7949ece77 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -199,7 +199,8 @@ of note-column for horizontal shifting. This is used by @internalsref{note-collision-interface}.") (avoid-slur ,symbol? "Method of handling slur collisions. Choices are @code{around}, @code{inside}, @code{outside}. If unset, script -and slur ignore eachother.") +and slur ignore each other. @code{around} will only move the script if +there is a collision; @code{outside} will always move the script.") (ignore-collision ,boolean? "If set, don't do note collision resolution on this NoteColumn.") (infinite-spacing-height ,boolean? "If true, then for the purposes of horizontal spacing, treat this item as though it were infinitely tall. That -- 2.39.5