* 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.
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.
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];