]> git.donarmstrong.com Git - lilypond.git/commitdiff
Ensure clearance between Dots and Flags; issue 1230
authorKeith OHara <k-ohara5a5a@oco.net>
Sat, 21 Jan 2012 05:31:15 +0000 (21:31 -0800)
committerKeith OHara <k-ohara5a5a@oco.net>
Sat, 21 Jan 2012 06:13:14 +0000 (22:13 -0800)
lily/dot-formatting-problem.cc

index 4428b158daf194fda3663c523923ccfeccb99071..be375b540d96db2eee758c7b77b0b72560add285 100644 (file)
@@ -45,7 +45,7 @@ Dot_formatting_problem::best () const
 
 Dot_formatting_problem::Dot_formatting_problem (vector<Box> 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]);