X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fgrob-property-description.scm;h=9b7c43bcf8ac75398254bcae847019d0ffc5eb59;hb=43e92a55dd6874d78abc5c32a74bd987753e26db;hp=f10f85ab9cc085051463f375e75d960fddf99ae0;hpb=46c5beb169abbc5a03bd57562cda1669640e4c72;p=lilypond.git diff --git a/scm/grob-property-description.scm b/scm/grob-property-description.scm index f10f85ab9c..9b7c43bcf8 100644 --- a/scm/grob-property-description.scm +++ b/scm/grob-property-description.scm @@ -141,7 +141,7 @@ mean centre distance weighted per note (grob-property-description 'dot-count integer? "number of dots.") (grob-property-description 'duration-log integer? "2-log of the notehead duration, i.e. 0=whole note, 1 = half note, etc.") (grob-property-description 'dy number? "set by beam: vertical travel height") -(grob-property-description 'edge-height pair? "a cons that specifies the heights of the vertical egdes '(LEFT-height . RIGHT-height).") +(grob-property-description 'edge-height pair? "a cons that specifies the heights of the vertical edges '(LEFT-height . RIGHT-height).") (grob-property-description 'edge-width pair? "a cons that specifies the widths of the slanted edges '(LEFT-width . RIGHT-width).") (grob-property-description 'edge-text pair? "a cons that specifies the texts to be set at the edges '(LEFT-text . RIGHT-text).") (grob-property-description 'elements list? "list of grobs, type depending on the Grob where this is set in.") @@ -213,6 +213,7 @@ For barline, space after a thick line.") (grob-property-description 'layer number? "The output layer [0..2]. The default is 1.") (grob-property-description 'left-padding number? "space left of accs.") +(grob-property-description 'left-widen boolean? "Whether the left edge of a piano pedal bracket should be widened by the first element of edge-width.") (grob-property-description 'length number? "Stem length for unbeamed stems, only for user override.") (grob-property-description 'lengths list? "Stem length given multiplicity of flag.") @@ -270,7 +271,7 @@ more than this (in staffspace).") (grob-property-description 'padding number? "add this much extra space between objects that are next to each other.") (grob-property-description 'parallel-beam boolean? "internal: true if there is a beam just as wide as the bracket .") (grob-property-description 'paren-cautionaries boolean? "Whether to add parenthesis around cautionary accidentals.") -(grob-property-description 'pedal-type symbol? "Style of piano pedal: text, bracket or mixed") +(grob-property-description 'pedal-type symbol? "Style of piano pedal: text, bracket or mixed.") (grob-property-description 'penalty number? "Penalty for breaking at this column. 10000 or more means forbid linebreak, -10000 or less means force linebreak. Other values influence linebreaking decisions @@ -282,6 +283,7 @@ as a real penalty.") (grob-property-description 'raise number? "height for text to be raised (a negative value lowers the text.") (grob-property-description 'right-padding number? "space right of accs.") (grob-property-description 'right-trim-amount number? "shortening of the lyric extender on the right.") +(grob-property-description 'right-widen boolean? "Whether the right edge of a piano pedal bracket should be widened by the second element of edge-width") (grob-property-description 'script-priority number? "A sorting key that determines in what order a script is within a stack of scripts.") (grob-property-description 'self-alignment-X number-or-grob? "real number: -1 = left aligned, 0 = center, 1 right-aligned in X direction. @@ -293,6 +295,7 @@ reference point. TODO: revise typing.") (grob-property-description 'self-alignment-Y number? "like self-alignment-X but for Y axis.") (grob-property-description 'shorten number? "the amount of space that a stem should be shortened (DOCME!)") +(grob-property-description 'shorten-pair number-pair? "the length on each side to shorten a text-spanner, for example a pedal bracket") (grob-property-description 'shortest-playing-duration moment? "duration of the shortest playing in that column.") (grob-property-description 'shortest-starter-duration moment? "duration of the shortest notes that starts exactly in this column.") @@ -391,6 +394,7 @@ The following abbreviations are currently defined: select dynamics fontstyle @end table .") +(grob-property-description 'text-start boolean? "Indicator for whether a piano pedal bracket has leading text, such as Ped.") (grob-property-description 'thick number? "thickness, in stafflinethickness.") (grob-property-description 'thick-thickness number? "thickness, measured in stafflinethickness.") (grob-property-description 'thickness number? "thickness, measured in stafflinethickness.")