]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove obsolete property 'threshold.
authorNeil Puttock <n.puttock@gmail.com>
Wed, 19 Aug 2009 19:51:11 +0000 (20:51 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Wed, 19 Aug 2009 19:51:11 +0000 (20:51 +0100)
lily/align-interface.cc
scm/define-grob-properties.scm
scm/define-grobs.scm

index 8fe151b337f5576e845704cbe710dbd1493e139e..2931043303a42b04f22666d1fc60d2f7405e81e0 100644 (file)
@@ -342,5 +342,4 @@ ADD_INTERFACE (Align_interface,
               "padding "
               "positioning-done "
               "stacking-dir "
-              "threshold "
               );
index 39f28c3cd4c141a8aa64098865fefc1f2eadd641..d0b65b64e48f2c27230c0e5f28175ceff1fd2b49 100644 (file)
@@ -791,8 +791,6 @@ should use @code{LEFT}.")
      (thickness ,number? "Line thickness, generally measured in
 @code{line-thickness}.")
      (thin-kern ,number? "The space after a hair-line in a bar line.")
-     (threshold ,number-pair? "@code{(@var{min} . @var{max})}, where
-@var{min} and @var{max} are dimensions in staff space.")
      (tie-configuration ,list? "List of @code{(@var{position} .
 @var{dir})} pairs, indicating the desired tie configuration, where
 @var{position} is the offset from the center of the staff in staff
index cf08f4d8e146dbeff18dcda6cc661251da0fa17b..3182c54018f6e718f99d2de81f554038f5d3e0ea 100644 (file)
        (padding . 0.2)
        (positioning-done . ,ly:align-interface::align-to-minimum-distances)
        (stacking-dir . ,DOWN)
-       (threshold . (2 . 1000))
        (Y-extent . ,ly:axis-group-interface::height)
        (meta . ((class . Spanner)
                 (interfaces . (align-interface