X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftie-formatting-problem.cc;h=a55f31373519f6519131a5c5fd76bb8724c55cdd;hb=424dee2dd114c4b69c3b58d2ef61e310e5d492f8;hp=3937c5194ea3d1058ca4b8b068dc63e4c15cf200;hpb=31eac32495c21fc614bdd883dbcc2729de03027f;p=lilypond.git diff --git a/lily/tie-formatting-problem.cc b/lily/tie-formatting-problem.cc index 3937c5194e..a55f313735 100644 --- a/lily/tie-formatting-problem.cc +++ b/lily/tie-formatting-problem.cc @@ -174,8 +174,9 @@ Tie_formatting_problem::set_column_chord_outline (vector bounds, boxes.push_back (Box (x, y)); } while (flip (&updowndir) != DOWN); - - chord_outlines_[key] = Skyline (boxes, 0, Y_AXIS, -dir); + + /* todo: the horizon_padding is somewhat arbitrary */ + chord_outlines_[key] = Skyline (boxes, 0.1, Y_AXIS, -dir); if (bounds[0]->break_status_dir ()) { Real x = robust_relative_extent (bounds[0], x_refpoint_, X_AXIS)[-dir];