X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpage-breaking.hh;h=18704fd36b61f68a25ee50858983078ebcc1c9c8;hb=f21e96f7088d8faf32b4b15a05ec4418a17c4949;hp=52a95812c41f9d707b4395d7cbd8c401b02f846e;hpb=45493eefc3647f4b8c83515ee3176e05a6250195;p=lilypond.git diff --git a/lily/include/page-breaking.hh b/lily/include/page-breaking.hh index 52a95812c4..18704fd36b 100644 --- a/lily/include/page-breaking.hh +++ b/lily/include/page-breaking.hh @@ -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 line_breaking_; bool ragged_; bool ragged_last_; + Real page_top_space_; vector current_configurations_; vector current_chunks_;