]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/optimal-page-breaking.hh
Rewrite the vertical layout of staves/systems.
[lilypond.git] / lily / include / optimal-page-breaking.hh
index 79e160055cad76c2c4e87d7dfe6bda76a175063a..2c8545bcb038626c6b7f59f4aa797159698beb45 100644 (file)
@@ -5,7 +5,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2006--2007 Joe Neeman <joeneeman@gmail.com>
+  (c) 2006--2009 Joe Neeman <joeneeman@gmail.com>
 */
 
 #ifndef OPTIMAL_PAGE_BREAKING_HH
@@ -23,7 +23,7 @@ public:
   virtual ~Optimal_page_breaking ();
 
 private:
-  Spacing_result try_page_spacing (Line_division const&);
+  vector<vsize> solve_chunk (vsize);
 };
 
 #endif /* OPTIMAL_PAGE_BREAKING_HH */