X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flyric-hyphen.cc;h=0e3a67e3482f0e6e5a455ebb2618f8d55c020d44;hb=0b5d0acdc14a073f9cf763c8b596ba02f2a8f08d;hp=21ec770ea13d43c2a2f5ccba4ee6491f1f785a74;hpb=233fb6a8b3b6e31de1841641dbbd4c4f43423151;p=lilypond.git diff --git a/lily/lyric-hyphen.cc b/lily/lyric-hyphen.cc index 21ec770ea1..0e3a67e348 100644 --- a/lily/lyric-hyphen.cc +++ b/lily/lyric-hyphen.cc @@ -49,9 +49,7 @@ Lyric_hyphen::print (SCM smob) Interval span_points; for (LEFT_and_RIGHT (d)) { - Interval iv = bounds[d]->break_status_dir () - ? Axis_group_interface::generic_bound_extent (bounds[d], common, X_AXIS) - : robust_relative_extent (bounds[d], common, X_AXIS); + Interval iv = Axis_group_interface::generic_bound_extent (bounds[d], common, X_AXIS); span_points[d] = iv.is_empty () ? bounds[d]->relative_coordinate (common, X_AXIS)