X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-grob-properties.scm;h=7cf4d853f8ea18c8329f0586af2c0e7884f4389d;hb=e9a308e9c6002900fc336733950a0175bcbcc333;hp=7de42c3ae1cd6e5b6a5d45b4522a38180a453080;hpb=652caefc07a16d19b00b53fa7d43db7268d91bd0;p=lilypond.git diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 7de42c3ae1..7cf4d853f8 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -166,8 +166,6 @@ include @code{medium}, @code{bold}, @code{bold-narrow}, etc.") (font-shape ,symbol? "Select the shape of a font. Choices include @code{upright}, @code{italic}, @code{caps}.") (forced ,boolean? "manually forced accidental") - (forced-distance ,ly:dimension? "A fixed distance between object -reference points in an alignment.") (force-hshift ,number? "This specifies a manual shift for notes in collisions. The unit is the note head width of the first voice note. This is used by @internalsref{note-collision-interface}.") @@ -207,6 +205,7 @@ set beam/slur quant to this position, and print the respective scores.") (inspect-index ,integer? "If debugging is set, set beam/slur configuration to this index, and print the respective scores.") (implicit ,boolean? "Is this an implicit bass figure?") + (keep-fixed-while-stretching ,boolean? "A grob with this property set to true will be fixed relative to the staff above it when systems are stretched.") (keep-inside-line ,boolean? "If set, this column cannot have things sticking into the margin.") (kern ,ly:dimension? "Amount of extra white space to add. For @@ -239,6 +238,8 @@ column is the start of a system.") (long-text ,markup? "Text markup. See @usermanref{Text markup}.") (max-beam-connect ,integer? "Maximum number of beams to connect to beams from this stem. Further beams are typeset as beamlets.") + (max-stretch ,number? "The maximum amount that this vertical-axis-group +can be vertically stretched (for example, in order to better fill a page).") (measure-length ,ly:moment? "Length of a measure. Used in some spacing situations.") (measure-count ,integer? "The number of measures for a @@ -465,6 +466,7 @@ function is to protect objects from being garbage collected.") (arpeggio ,ly:grob? "pointer to arpeggio object.") (beam ,ly:grob? "pointer to the beam, if applicable.") (bracket ,ly:grob? "the bracket for a number.") + (cross-staff ,boolean? "for a beam or a stem, true if we depend on inter-staff spacing") (direction-source ,ly:grob? "in case side-relative-direction is set, which grob to get the direction from .") (dot ,ly:grob? "reference to Dots object.")