]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/page-breaking.hh
Fix regression with page-spacing-tall-headfoot.ly.
[lilypond.git] / lily / include / page-breaking.hh
index d34534c1ca4eb462b6c1fb9ff4f1bd8ce270d10e..45ec467dc23f6daed3aca01416012f1137217708 100644 (file)
@@ -121,6 +121,7 @@ public:
   int max_systems_per_page () const;
   int min_systems_per_page () const;
   Real page_height (int page_number, bool last) const;
+  Real paper_height () const;
   vsize system_count () const;
   Real line_count_penalty (int line_count) const;
   int line_count_status (int line_count) const;
@@ -196,6 +197,7 @@ private:
   vector<Line_details> cached_line_details_;
   vector<Line_details> uncompressed_line_details_;
 
+  Real paper_height_;
   mutable vector<Real> page_height_cache_;
   mutable vector<Real> last_page_height_cache_;