From: fred Date: Wed, 27 Mar 2002 01:18:24 +0000 (+0000) Subject: lilypond-1.3.154 X-Git-Tag: release/1.5.59~653 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8c4d5f5475671923fbbd86486932a38b922e5634;p=lilypond.git lilypond-1.3.154 --- diff --git a/scm/grob-description.scm b/scm/grob-description.scm index 9bcd05a788..b26ece9a3b 100644 --- a/scm/grob-description.scm +++ b/scm/grob-description.scm @@ -618,7 +618,6 @@ ;; TODO: should split in 3 (SystemStartDelimiter . ( - ;; (weird . 0) (molecule-callback . ,System_start_delimiter::brew_molecule) (after-line-breaking-callback . ,System_start_delimiter::after_line_breaking) ;; really 4.0, but 5 to be on safe side. diff --git a/scm/grob-property-description.scm b/scm/grob-property-description.scm index 7ff894701e..ef4cec6beb 100644 --- a/scm/grob-property-description.scm +++ b/scm/grob-property-description.scm @@ -358,7 +358,6 @@ Like @code{tuplet-bracket-visibility}, but for the number.") function of type (beam multiplicity dy staff-line-thickness) -> real. Default value: default-beam-y-quants, also available: beam-traditional-y-quants. .") (grob-property-description 'visibility-lambda procedure? "a function that takes the break direction and returns a cons of booleans containing (TRANSPARENT . EMPTY).") -(grob-property-description 'weird number? "urg?") (grob-property-description 'when moment? "when does this column happen?.") (grob-property-description 'word-space number? "elongate left by this much (FIXME: cumbersome semantics).") (grob-property-description 'x-gap number? "horizontal gap between notehead and tie.")