X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftie-formatting-problem.cc;h=79efa70146cc72a874e85c8639181bbfe94a05ab;hb=5ef52f91044dcb8e6a22fb13cf7560d6ffb8113c;hp=098bf00a11bfd40f81651f845dbcc1e62a27fb3c;hpb=f875ef39c544bd3499dae5360e9e24f69933575f;p=lilypond.git diff --git a/lily/tie-formatting-problem.cc b/lily/tie-formatting-problem.cc index 098bf00a11..79efa70146 100644 --- a/lily/tie-formatting-problem.cc +++ b/lily/tie-formatting-problem.cc @@ -174,7 +174,7 @@ Tie_formatting_problem::set_column_chord_outline (vector bounds, Grob *flag = Stem::flag (stem); if (flag) { - Grob* commony = stem->common_refpoint (flag, Y_AXIS); + Grob *commony = stem->common_refpoint (flag, Y_AXIS); boxes.push_back (Box (flag->extent (x_refpoint_, X_AXIS), flag->extent (commony, Y_AXIS))); } @@ -443,7 +443,8 @@ Tie_configuration * Tie_formatting_problem::get_configuration (int pos, Direction dir, Drul_array columns, bool tune_dy) const { - int key_components[] = + int key_components[] + = { pos, dir, columns[LEFT], columns[RIGHT] };