From 68d66bf3542ca2349dd0cd9bb89a945186db26fe Mon Sep 17 00:00:00 2001 From: Keith OHara Date: Fri, 21 Sep 2012 22:25:16 -0700 Subject: [PATCH 1/1] Complete description of script-priority --- scm/define-grob-properties.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 82102dd42e..39dba17c1f 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -758,8 +758,10 @@ in a 3/2 measure.") for stems that are placed in tight configurations. This amount is used for stems with the same direction to compensate for note head to stem distance.") - (script-priority ,number? "A sorting key that determines in what -order a script is within a stack of scripts.") + (script-priority ,number? "A key for determining the order of +scripts in a stack, by being added to the position of the script in +the user input, the sum being the overall priority. Smaller means +closer to the head.") (self-alignment-X ,number? "Specify alignment of an object. The value @w{@code{-1}} means left aligned, @code{0}@tie{}centered, and @code{1}@tie{}right-aligned in X@tie{}direction. Other numerical -- 2.39.2