X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgourlay-breaking.hh;h=b019e3dc723b06df161efafc9b24be88a099d66e;hb=55d45442df0ccbc9495e3c7bcd5d3a324e8a0251;hp=c35174cdc04c13d0b91cb55f1d57c2fb24a43a32;hpb=5d1ddaf889233f8e5c32a118f9e843e1becca2d2;p=lilypond.git diff --git a/lily/include/gourlay-breaking.hh b/lily/include/gourlay-breaking.hh index c35174cdc0..b019e3dc72 100644 --- a/lily/include/gourlay-breaking.hh +++ b/lily/include/gourlay-breaking.hh @@ -6,19 +6,18 @@ (c) 1997--2005 Han-Wen Nienhuys */ - #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 do_solve () const; 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