]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/page-breaking.hh
When working out page breaks, take into account the fact that titles
[lilypond.git] / lily / include / page-breaking.hh
index 52a95812c41f9d707b4395d7cbd8c401b02f846e..18704fd36b61f68a25ee50858983078ebcc1c9c8 100644 (file)
@@ -101,6 +101,7 @@ public:
   bool ragged_last () const;
   bool is_last () const;
   Real page_height (int page_number, bool last) const;
+  Real page_top_space () const;
 
 protected:
   Paper_book *book_;
@@ -147,6 +148,7 @@ private:
   vector<Constrained_breaking> line_breaking_;
   bool ragged_;
   bool ragged_last_;
+  Real page_top_space_;
 
   vector<Line_division> current_configurations_;
   vector<Break_position> current_chunks_;