]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-formatting-problem.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / tie-formatting-problem.cc
index 1d42902a4fd32d81386f8e4ac2d7814feb80b21c..f6d9675d648c423464fad05cc1247f77434b9981 100644 (file)
@@ -163,24 +163,6 @@ Tie_formatting_problem::set_column_chord_outline (vector<Item*> bounds,
                                      Y_AXIS, -dir);
        }
     }
-  else if (stem)
-    {
-      Grob *head = Stem::support_head (stem);
-
-      /*
-       In case of invisible stem, don't pass x-center of heads.
-       */
-      Real x_center = head->extent (x_refpoint_, X_AXIS).center ();
-      Interval x_ext;
-      x_ext[-dir] = x_center;
-      Interval y_ext;
-      for (vsize j = 0; j < head_boxes.size (); j++)
-       y_ext.unite (head_boxes[j][Y_AXIS]);
-         
-      insert_extent_into_skyline (&chord_outlines_[key],
-                                 Box (x_ext, y_ext),
-                                 Y_AXIS, -dir);
-    }
   
   Direction updowndir = DOWN;
   do