From fe8aacbb90f6b230f5712396c205d097338f5def Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 27 Dec 2006 01:44:07 -0800 Subject: [PATCH] Better docs for tie-configuration. --- scm/define-grob-properties.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index b9012c52d7..96a444d78e 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -406,8 +406,11 @@ use LEFT.") (threshold ,number-pair? "(@var{min} . @var{max}), where @var{min} and @var{max} are dimensions in staff space.") (tie-configuration ,list? "List of (@var{position} . @var{dir}) -pairs, indicating the desired tie configuration. A non-pair entry in -the list will cause said tie to be formatted automatically. ") +pairs, indicating the desired tie configuration where @var{position} is +the offset from the center of the +staff in staff space and @var{dir} indicates the direction of the tie +(1=>up, -1=>down, 0=>center). A non-pair entry in the list will cause +the corresponding tie to be formatted automatically.") (transparent ,boolean? "This makes the grob invisible.") (uniform-stretching ,boolean? "If set, items stretch proportional to their durations. This looks better in complex polyphonic patterns") -- 2.39.5