X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-grob-properties.scm;h=c8d603e4302cabe6fdcb539541bc3c354ade8a72;hb=baf28b992ac73d96c0353ad27af2226afa925743;hp=07d52c41611f93f32017871a3c5e8592cabce4b7;hpb=2b96d015bca6fe23fb7ee4b68dad1cd41c97ec2e;p=lilypond.git diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 07d52c4161..c8d603e430 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -42,6 +42,7 @@ be created below this barline.") (alteration ,number? "Alteration numbers for accidental.") (alteration-alist ,list? "List of @code{(@var{pitch} . @var{accidental})} pairs for key signature.") + (annotation ,string? "Annotate a grob for debug purposes.") (arpeggio-direction ,ly:dir? "If set, put an arrow on the arpeggio squiggly line.") (arrow-length ,number? "Arrow length.") @@ -137,7 +138,7 @@ middle@tie{}C.") (clip-edges ,boolean? "Allow outward pointing beamlets at the edges of beams?") (collapse-height ,ly:dimension? "Minimum height of system start -delimiter. If equal or smaller, the bracket is removed.") +delimiter. If equal or smaller, the bracket/brace/line is removed.") (color ,color? "The color of this grob.") (common-shortest-duration ,ly:moment? "The most common shortest note length. This is used in spacing. Enlarging this sets the score @@ -167,7 +168,7 @@ positions.") other object. Otherwise, it determines whether the object is placed @code{#UP}, @code{#CENTER} or @code{#DOWN}. Numerical values may also be used: @code{#UP}=@code{1}, @code{#DOWN}=@code{-1}, -@code{#LEFT}=@code{-1}, @code{#RIGHT}=@code{1}, @code{CENTER}=@code{0} +@code{#LEFT}=@code{-1}, @code{#RIGHT}=@code{1}, @code{#CENTER}=@code{0} but also other numerical values are permitted.") (dot-color ,symbol? "Color of dots. Options include @code{black} and @code{white}.") @@ -228,7 +229,7 @@ smaller, @code{+1} is bigger. Each step of@tie{}1 is approximately Fractional values are allowed.") (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}.") +note. This is used by @rinternals{note-collision-interface}.") (forced ,boolean? "Manually forced accidental.") (fraction ,number-pair? "Numerator and denominator of a time signature object.") @@ -256,7 +257,7 @@ semitie?") slur, the closer it is to this height.") (horizontal-shift ,integer? "An integer that identifies ranking of @code{NoteColumn}s for horizontal shifting. This is used by -@internalsref{note-collision-interface}.") +@rinternals{note-collision-interface}.") (horizontal-skylines ,ly:skyline-pair? "Two skylines, one to the left and one to the right of this grob.") @@ -316,7 +317,7 @@ if this column is the start of a system.") (line-positions ,list? "Vertical positions of staff lines.") (line-thickness ,number? "The thickness of the tie or slur contour.") - (long-text ,markup? "Text markup. See @usermanref{Text + (long-text ,markup? "Text markup. See @ruser{Text markup}.") (max-beam-connect ,integer? "Maximum number of beams to connect @@ -338,7 +339,7 @@ directions (i.e., voice 1 &@tie{}2).") collisions, even if they have different note heads. The smaller of the two heads is rendered invisible. This is used in polyphonic guitar notation. The value of this setting is used by -@internalsref{note-collision-interface}. +@rinternals{note-collision-interface}. @code{merge-differently-headed} only applies to opposing stem directions (i.e., voice 1 &@tie{}2).") @@ -408,12 +409,14 @@ at a column with a negative penalty.") whether to put a page turn at this column. Can be @code{force} or @code{allow}.") (parenthesized ,boolean? "Parenthesize this grob.") - (positions ,number-pair? "Pair of staff coordinates @code{(@var{left} -. @var{right})}, where both @var{left} and @var{right} are in -@code{staff-space} units of the current staff. - -For slurs, this value selects which slur candidate -to use; if extreme positions are requested, the closest one is taken.") + (positions ,number-pair? "Pair of staff coordinates +@code{(@var{left} . @var{right})}, where both @var{left} and +@var{right} are in @code{staff-space} units of the current staff. +For slurs, this value selects which slur candidate to use; if +extreme positions are requested, the closest one is taken.") + (prefer-dotted-right ,boolean? "For note collisions, prefer to +shift dotted up-note to the right, rather than shifting just the +dot.") (ratio ,number? "Parameter for slur shape. The higher this number, the quicker the slur attains its @code{height-limit}.") @@ -451,14 +454,14 @@ values shorten the text-spanner, while negative values lengthen it.") (shortest-duration-space ,ly:dimension? "Start with this much space for the shortest duration. This is expressed in @code{spacing-increment} as unit. See also -@internalsref{spacing-spanner-interface}.") +@rinternals{spacing-spanner-interface}.") (shortest-playing-duration ,ly:moment? "The duration of the shortest playing here.") (shortest-starter-duration ,ly:moment? "The duration of the shortest note that starts here.") (side-axis ,number? "If the value is @code{#X} (or -equivalently@tie{}@code{1}), the object is placed horizontally next -to the other object. If the value is @code{#Y} or@tie{}@code{0}, it +equivalently@tie{}@code{0}), the object is placed horizontally next +to the other object. If the value is @code{#Y} or@tie{}@code{1}, it is placed vertically.") (side-relative-direction ,ly:dir? "Multiply direction of @code{direction-source} with this to get the direction of this @@ -478,7 +481,7 @@ clef change followed by a barline, for example, this means that we will try to space the non-musical column as though the clef is not there.") (spacing-increment ,number? "Add this much space for a doubled duration. Typically, the width of a note head. See also -@internalsref{spacing-spanner-interface}.") +@rinternals{spacing-spanner-interface}.") (springs-and-rods ,boolean? "Dummy variable for triggering spacing routines.") (stacking-dir ,ly:dir? "Stack objects in which direction?") @@ -520,7 +523,7 @@ through flag on.") typeset. Valid choices depend on the @code{stencil} callback reading this property.") - (text ,markup? "Text markup. See @usermanref{Text markup}.") + (text ,markup? "Text markup. See @ruser{Text markup}.") ;;FIXME -- Should both be the same? (text-direction ,ly:dir? "This controls the ordering of the words. The default @code{RIGHT} is for roman text. Arabic or Hebrew @@ -731,7 +734,7 @@ entries @code{name} and @code{interfaces}.") did its job. This ensures that a positioning is only done once.") (pure-Y-extent ,number-pair? "The estimated height of a system.") - (quant-score ,string? "The Beam quanting score -- can be stored for + (quant-score ,string? "The beam quanting score; stored for debugging.") (quantize-position ,boolean? "If set, a vertical alignment is aligned to be within staff spaces.")