]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/hairpin.cc
Give \tweak an optional grob parameter for tweaking indirect grobs
[lilypond.git] / lily / hairpin.cc
index 7639ddd78e774210ebcea9de2da6b772a493564a..adaa20159376bb0e0b1f3ec2c1163d760014bd31 100644 (file)
@@ -159,9 +159,7 @@ Hairpin::print (SCM smob)
   for (LEFT_and_RIGHT (d))
     {
       Item *b = bounds[d];
-      Interval e = (Paper_column::has_interface (b) && b->break_status_dir ())
-                   ? Axis_group_interface::generic_bound_extent (b, common, X_AXIS)
-                   : robust_relative_extent (b, common, X_AXIS);
+      Interval e = Axis_group_interface::generic_bound_extent (b, common, X_AXIS);
 
       x_points[d] = b->relative_coordinate (common, X_AXIS);
       if (broken [d])