]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/gourlay-breaking.hh
* lily/grob.cc (get_uncached_stencil): only ste grob-cause if
[lilypond.git] / lily / include / gourlay-breaking.hh
index 6baa4780d7f9c214c46fe8c7a17b245ea62308c1..b019e3dc723b06df161efafc9b24be88a099d66e 100644 (file)
@@ -3,24 +3,21 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.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
 {
-  Real energy_bound_f_ ;
-    
-  Array<Column_x_positions> do_solve() const;
-  Gourlay_breaking();
-  Real combine_demerits (Column_x_positions const&,Column_x_positions const&) const;
+  Array<Column_x_positions> do_solve () const;
+  Gourlay_breaking ();
+  Real combine_demerits (Column_x_positions const &, Column_x_positions const &) const;
 };
 #endif // GOURLAY_BREAKING_HH