]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/skyline.hh
Revert "Issue3383: old-straight-flag + smaller Stem.thickness gives no output and...
[lilypond.git] / lily / include / skyline.hh
index 23aaba30bfe9f61f028ecb12c8681019ebfac6fd..9a5473ddd50e708edcee23b7b6468dfafbef03c6 100644 (file)
@@ -34,7 +34,7 @@ struct Building
 {
   Real start_;
   Real end_;
-  Real start_height_;
+  Real y_intercept_;
   Real slope_;
 
   void precompute (Real start, Real start_height, Real end_height, Real end);
@@ -46,6 +46,7 @@ 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