]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/gourlay-breaking.hh
*** empty log message ***
[lilypond.git] / lily / include / gourlay-breaking.hh
index fd8fe4b37cd864a15fb8a819b1b359ffe750e8d9..9aacd484f595a52a5a579a40a625178e63f653e1 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
  */
 struct Gourlay_breaking : public Break_algorithm
 {
-  Real energy_bound_f_ ;
-    
-    /// maximum number of measures in a line
-  int max_measures_i_;
-  void do_set_pscore();
-  Array<Column_x_positions> do_solve() const;
-  Gourlay_breaking();
+  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