]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/gourlay-breaking.hh
* Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
[lilypond.git] / lily / include / gourlay-breaking.hh
index 68361114b1feb5ddf12e45ae6f386ac1f9981506..c35174cdc04c13d0b91cb55f1d57c2fb24a43a32 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--2005 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();
-  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