X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpage-turn-page-breaking.hh;h=7c7ef8f47b93fd2e4ef5fc8aad9145416e013bcc;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=a109f1ff8f59cd93770a081320519851579dac96;hpb=9e69cb84d6ee5b0a861cd97869b10e3bdf0c833c;p=lilypond.git diff --git a/lily/include/page-turn-page-breaking.hh b/lily/include/page-turn-page-breaking.hh index a109f1ff8f..7c7ef8f47b 100644 --- a/lily/include/page-turn-page-breaking.hh +++ b/lily/include/page-turn-page-breaking.hh @@ -5,7 +5,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006 Joe Neeman + (c) 2006--2008 Joe Neeman */ #ifndef PAGE_TURN_PAGE_BREAKING_HH @@ -52,16 +52,16 @@ protected: vector state_; - vsize final_page_num (Break_node const &b); + vsize total_page_count (Break_node const &b); Break_node put_systems_on_pages (vsize start, vsize end, - vector const &lines, - Line_division const &div, - int page_number); + vsize configuration, + vsize page_number); SCM make_lines (vector *breaks); SCM make_pages (vector const &breaks, SCM systems); void calc_subproblem (vsize i); + void print_break_node (Break_node const &b); }; #endif /* PAGE_TURN_PAGE_BREAKING_HH */