From: Graham Percival Date: Wed, 27 Dec 2006 09:44:07 +0000 (-0800) Subject: Better docs for tie-configuration. X-Git-Tag: release/2.11.6-1~56^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fe8aacbb90f6b230f5712396c205d097338f5def;p=lilypond.git Better docs for tie-configuration. --- 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")