]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/align-interface.cc
Improvements in vertical skyline approximations (issue 2148).
[lilypond.git] / lily / align-interface.cc
index 0e350c142628d8db4eda48664b7a6e554f5443d8..e32cd11b2b60dbdd4a411d3cf96b864edae11231 100644 (file)
@@ -121,7 +121,7 @@ get_skylines (Grob *me,
                   Box b;
                   b[a] = begin_of_line_extent;
                   b[other_axis (a)] = Interval (-infinity_f, -1);
-                  skylines.insert (b, 0, other_axis (a));
+                  skylines.insert (b, other_axis (a));
                 }
             }
 
@@ -130,7 +130,7 @@ get_skylines (Grob *me,
               Box b;
               b[a] = extent;
               b[other_axis (a)] = Interval (0, infinity_f);
-              skylines.insert (b, 0, other_axis (a));
+              skylines.insert (b, other_axis (a));
             }
         }