X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpage-breaking.hh;h=150e09fa9aa726ffb40eee4fc8e0631faebddabc;hb=45dbb4db1979bd4bd531e0d66690fb8d3144f473;hp=52a95812c41f9d707b4395d7cbd8c401b02f846e;hpb=0ab2bcc4e2d86ca0d26d1c724b28f6911b96188d;p=lilypond.git diff --git a/lily/include/page-breaking.hh b/lily/include/page-breaking.hh index 52a95812c4..150e09fa9a 100644 --- a/lily/include/page-breaking.hh +++ b/lily/include/page-breaking.hh @@ -100,7 +100,10 @@ public: bool ragged () const; bool ragged_last () const; bool is_last () const; + bool ends_score () const; Real page_height (int page_number, bool last) const; + Real page_top_space () const; + vsize system_count () const; protected: Paper_book *book_; @@ -147,6 +150,8 @@ private: vector line_breaking_; bool ragged_; bool ragged_last_; + Real page_top_space_; + vsize system_count_; vector current_configurations_; vector current_chunks_;