]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/gourlay-breaking.hh
* scm/paper-system.scm (paper-system-annotate): also annotate the
[lilypond.git] / lily / include / gourlay-breaking.hh
index 6a641b0dfc66c7274a1c1ecb0ad6af5ef2b48129..34a92f8dea2ac632e19f0e20c1962bf4449cddfd 100644 (file)
@@ -3,22 +3,21 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef GOURLAY_BREAKING_HH
 #define GOURLAY_BREAKING_HH
 
 #include "break-algorithm.hh"
 
 /**
-  A dynamic programming solution to breaking scores into lines
- */
+   A dynamic programming solution to breaking scores into lines
+*/
 struct Gourlay_breaking : public Break_algorithm
 {
-  Array<Column_x_positions> do_solve () const;
+  vector<Column_x_positions> solve ();
   Gourlay_breaking ();
-  Real combine_demerits (Column_x_positions const&,Column_x_positions const&) const;
+  Real combine_demerits (Column_x_positions const &, Column_x_positions const &) const;
 };
 #endif // GOURLAY_BREAKING_HH