]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/page-turn-page-breaking.hh
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman2
[lilypond.git] / lily / include / page-turn-page-breaking.hh
index 74ed4e84bae4be7c18ae1bbc02535af7d74891da..bdaec437061618456a3b3fa789e904faa47febc0 100644 (file)
@@ -55,13 +55,13 @@ protected:
   vsize final_page_num (Break_node const &b);
   Break_node put_systems_on_pages (vsize start,
                                   vsize end,
-                                  vector<Line_details> const &lines,
-                                  Line_division const &div,
-                                  int page_number);
+                                  vsize configuration,
+                                  vsize page_number);
 
   SCM make_lines (vector<Break_node> *breaks);
   SCM make_pages (vector<Break_node> const &breaks, SCM systems);
 
   void calc_subproblem (vsize i);
+  void print_break_node (Break_node const &b);
 };
 #endif /* PAGE_TURN_PAGE_BREAKING_HH */