X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fdot-formatting-problem.cc;h=863aa5fc0242395b646abc2365ee6c96246a0670;hb=1656075e24330067ff1dfa4d8253e5f3e5783014;hp=4428b158daf194fda3663c523923ccfeccb99071;hpb=08560a1b8076630c4fc6cb9b902614d8b74fd6fc;p=lilypond.git diff --git a/lily/dot-formatting-problem.cc b/lily/dot-formatting-problem.cc index 4428b158da..863aa5fc02 100644 --- a/lily/dot-formatting-problem.cc +++ b/lily/dot-formatting-problem.cc @@ -45,7 +45,7 @@ Dot_formatting_problem::best () const Dot_formatting_problem::Dot_formatting_problem (vector const &boxes, Interval base_x) - : head_skyline_ (boxes, 0.0, Y_AXIS, RIGHT) + : head_skyline_ (boxes, Y_AXIS, RIGHT) { best_ = 0; head_skyline_.set_minimum_height (base_x[RIGHT]);