]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/tuplet-bracket.cc (print): default right overshoot to 0.0
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 Aug 2005 20:22:14 +0000 (20:22 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 Aug 2005 20:22:14 +0000 (20:22 +0000)
* lily/tuplet-bracket.cc (print): check whether edge-text is a
pair.

* lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
columns is empty

* lily/tuplet-bracket.cc (print): on the left, the overshoot is
relative to the right edge of the prefatory matter.

ChangeLog
lily/tuplet-bracket.cc

index 5b3850a16e31121de81eafc665729ab586877e80..992a84ba1d603c682d368dde4a082bbb553caa41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
+
        * input/proportional.ly (staffKind): bugfix.
        (staffKind): updates by Trevor Baca.
 
index 28d9c3158ef21fa8c7d1a8ff5057728548b07769..fac4dc55b5f033576ef4cf20a41152a7e0875d01 100644 (file)
@@ -183,7 +183,7 @@ Tuplet_bracket::print (SCM smob)
       if (connect_to_other[d])
        {
          Interval overshoot (robust_scm2drul (me->get_property ("break-overshoot"),
-                                              Interval (-0.5, 1.0)));
+                                              Interval (-0.5, 0.0)));
 
          if (d == RIGHT)
            x_span[d] += d * overshoot[d];