]> git.donarmstrong.com Git - lilypond.git/commitdiff
(all-grob-descriptions): fix order of
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Sep 2004 00:34:23 +0000 (00:34 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Sep 2004 00:34:23 +0000 (00:34 +0000)
key-cancellation.

This fixes: morgenlied.ly and input/regression/beam-concave.ly

lily/slur-scoring.cc
scm/define-grob-properties.scm
scm/define-grobs.scm

index 6d1047ac055dc7955a8bbfb56d4e402bce385c9d..3cef50cb1a0fe596f0b92aea55c3fa415da7b85d 100644 (file)
@@ -552,7 +552,7 @@ set_end_points (Grob *me)
     {
       Offset o = b.control_[i]
        - Offset (me->relative_coordinate (common[X_AXIS], X_AXIS),
-                 me->relative_coordinate (common[Y_AXIS], Y_AXIS));
+                 me->relative_coordinate (common[Y_AXIS], Y_AXIS));
       controls = scm_cons (ly_offset2scm (o), controls);
     }
   me->set_property ("control-points", controls);
index 8f46f38bf582baca7cd8711771a8641a135865e2..ada043ee3ea854913dfe705aca9e2f1c5e34c5f6 100644 (file)
@@ -131,17 +131,10 @@ middle C.")
 accidentals. Choices are @code{smaller} or
 @code{parentheses}.")
      (cautionary ,boolean? "Is this a cautionary accidental?")
-     (concaveness-gap ,ly:dimension? "A beam is printed horizontally
-if its concaveness-gap is larger than this value.  The concaveness-gap
-is the distance of an inner note head to the line between two outer
-note heads. ")
-     (concaveness-threshold ,number? "A beam is printed horizontally
-if its concaveness is bigger than this threshold.
-
-Concaveness is calculated as the sum of the vertical distances of
-inner note heads that fall outside the interval of the two outer
-note heads, to the vertically nearest outer note head, divided by the
-square of the inner notes involved.")
+     (concaveness ,number? "A beam is concave when its inner stems are
+closer to the beam than the two outside stems. This number is a
+measure of the closeness of the inner stems. It is used for damping
+the slope of the beam.")
      (collapse-height ,ly:dimension? "Minimum height of system start delimiter.  If equal or smaller, the bracket is removed.")
 
      ;;DOCME
index 7fda58b9a3ebfbbb4cacfca145b76e8d6e9c5c2d..7ce7c91608ca79a79ec4f207b00e0c536848ed75 100644 (file)
        ;; todo: clean this up a bit: the list is getting
        ;; rather long.
        (print-function . ,Beam::print)
-       (concaveness-gap . 1.85)
-       (concaveness-threshold . 0.26)
        (gap . 0.8)
        (positions . (#f . #f))
        (position-callbacks . (,Beam::least_squares