From: Keith OHara Date: Sat, 22 Sep 2012 05:25:16 +0000 (-0700) Subject: Complete description of script-priority X-Git-Tag: release/2.17.3-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=68d66bf3542ca2349dd0cd9bb89a945186db26fe;p=lilypond.git Complete description of script-priority --- 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