X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-grob-properties.scm;h=3fb91c199e76d461901b443133095ea102f8c738;hb=0639a872a6401bc905cb3ebd0278f0a1e27519d3;hp=2ce60beece5cb85b2468046ce95cfa2989fe9293;hpb=1806f0b1a3ca989203675dc8f44387a076acdffa;p=lilypond.git diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 2ce60beece..3fb91c199e 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.") @@ -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}.") @@ -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.")