]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-formatting-problem.cc
add horizon_padding to skylines (although it is currently always 0)
[lilypond.git] / lily / tie-formatting-problem.cc
index 9f05c5b8073bdc2c5edd204acf5c4d3bf6a35b0c..3937c5194ea3d1058ca4b8b068dc63e4c15cf200 100644 (file)
@@ -175,7 +175,7 @@ Tie_formatting_problem::set_column_chord_outline (vector<Item*> bounds,
     }
   while (flip (&updowndir) != DOWN);
   
-  chord_outlines_[key] = Skyline (boxes, Y_AXIS, -dir);
+  chord_outlines_[key] = Skyline (boxes, 0, Y_AXIS, -dir);
   if (bounds[0]->break_status_dir ())
     {
       Real x = robust_relative_extent (bounds[0],  x_refpoint_, X_AXIS)[-dir];