From 09ae845ea458bc35ffa486b4bcac25c88e2fb856 Mon Sep 17 00:00:00 2001 From: Keith OHara Date: Fri, 20 Jan 2012 21:31:15 -0800 Subject: [PATCH] Ensure clearance between Dots and Flags; issue 1230 --- lily/dot-formatting-problem.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); -- 2.39.5