]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/skyline.hh
Issue3383: old-straight-flag + smaller Stem.thickness gives no output and huge over
[lilypond.git] / lily / include / skyline.hh
index 9a5473ddd50e708edcee23b7b6468dfafbef03c6..23aaba30bfe9f61f028ecb12c8681019ebfac6fd 100644 (file)
@@ -34,7 +34,7 @@ struct Building
 {
   Real start_;
   Real end_;
-  Real y_intercept_;
+  Real start_height_;
   Real slope_;
 
   void precompute (Real start, Real start_height, Real end_height, Real end);
@@ -46,7 +46,6 @@ struct Building
   Real intersection_x (Building const &other) const;
   void leading_part (Real chop);
   bool conceals (Building const &other, Real x) const;
-  Real shift_to_intersect (Real x, Real y) const;
 };
 
 class Skyline