X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-grob-properties.scm;fp=scm%2Fdefine-grob-properties.scm;h=7cf4d853f8ea18c8329f0586af2c0e7884f4389d;hb=e9a308e9c6002900fc336733950a0175bcbcc333;hp=68e92a4fbb1274a0040f6f4fc020107290be6b79;hpb=e3bd073b603167e110d3ecac4bfa3e1ca75e0106;p=lilypond.git diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 68e92a4fbb..7cf4d853f8 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -35,7 +35,6 @@ relative to its Y-parent") (allow-loose-spacing ,boolean? "If set, column can be detached from main spacing.") (arpeggio-direction ,ly:dir? "If set, put an arrow on the arpeggio squiggly line.") - (arrow ,boolean? "Add an arrow to the line.") (arrow-length ,number? "Arrow length.") (arrow-width ,number? "Arrow width.") (auto-knee-gap ,ly:dimension? "If a gap is found between note heads @@ -130,9 +129,6 @@ the vertical edges '(@var{left-height} . @var{right-height}).") (edge-text ,pair? "A pair specifying the texts to be set at the edges '(@var{left-text} . @var{right-text}).") (eccentricity ,number? "How asymmetrical to make a slur. Positive means move the center to the right.") - (enclose-bounds ,number? - "How much of the bound a spanner should enclose: -+1 = completely, 0 = center, -1 not at all.") (expand-limit ,integer? "maximum number of measures expanded in church rests.") ;; remove me? (extra-dy ,number? "Slope glissandi this much extra.")