X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpage-turn-page-breaking.hh;h=bdaec437061618456a3b3fa789e904faa47febc0;hb=7741e1904574bff22738432a0dcc1c32c4d55656;hp=74ed4e84bae4be7c18ae1bbc02535af7d74891da;hpb=16cb456cabf477f6d398ff731aa0f10b60913394;p=lilypond.git diff --git a/lily/include/page-turn-page-breaking.hh b/lily/include/page-turn-page-breaking.hh index 74ed4e84ba..bdaec43706 100644 --- a/lily/include/page-turn-page-breaking.hh +++ b/lily/include/page-turn-page-breaking.hh @@ -55,13 +55,13 @@ protected: vsize final_page_num (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 */