]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/gourlay-breaking.hh
(My_lily_lexer): copy scopes so temporary
[lilypond.git] / lily / include / gourlay-breaking.hh
index 68361114b1feb5ddf12e45ae6f386ac1f9981506..46c3285ac265c71c5b76cc0d210e797afd64952a 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -17,8 +17,8 @@
  */
 struct Gourlay_breaking : public Break_algorithm
 {
-  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