X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpage-breaking.hh;h=249693a05cc9b33631db6268c4cacf3f8127c776;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=18704fd36b61f68a25ee50858983078ebcc1c9c8;hpb=23efbcbaa7dab9303faec9fc0aca4fec805e550c;p=lilypond.git diff --git a/lily/include/page-breaking.hh b/lily/include/page-breaking.hh index 18704fd36b..249693a05c 100644 --- a/lily/include/page-breaking.hh +++ b/lily/include/page-breaking.hh @@ -4,7 +4,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006--2007 Joe Neeman + (c) 2006--2008 Joe Neeman */ #ifndef PAGE_BREAKING_HH @@ -100,8 +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_; @@ -149,6 +151,7 @@ private: bool ragged_; bool ragged_last_; Real page_top_space_; + vsize system_count_; vector current_configurations_; vector current_chunks_;