From: Keith OHara Date: Sat, 21 Jan 2012 05:31:15 +0000 (-0800) Subject: Ensure clearance between Dots and Flags; issue 1230 X-Git-Tag: release/2.15.27-1~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=09ae845ea458bc35ffa486b4bcac25c88e2fb856;p=lilypond.git Ensure clearance between Dots and Flags; issue 1230 --- diff --git a/lily/dot-formatting-problem.cc b/lily/dot-formatting-problem.cc index 4428b158da..be375b540d 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, 0.2, Y_AXIS, RIGHT) { best_ = 0; head_skyline_.set_minimum_height (base_x[RIGHT]);