X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreak.hh;h=f3b3deb18b1b58de4aaa3481494d5e00809df993;hb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;hp=4499686f1060e2818e47045fe0d23db0e03a1ab1;hpb=1e95a0be01466d1c98644f7705c8e07e41cc645c;p=lilypond.git diff --git a/lily/include/break.hh b/lily/include/break.hh index 4499686f10..f3b3deb18b 100644 --- a/lily/include/break.hh +++ b/lily/include/break.hh @@ -3,13 +3,13 @@ source file of the GNU LilyPond music typesetter - (c) 1996, 1997--1998 Han-Wen Nienhuys + (c) 1996, 1997--1998 Han-Wen Nienhuys */ #ifndef BREAK_HH #define BREAK_HH -#include "varray.hh" +#include "array.hh" #include "interval.hh" #include "lily-proto.hh" #include "colhpos.hh" @@ -47,10 +47,10 @@ protected: /// helper: solve for the columns in #curline#. - void solve_line (Col_hpositions*) const; + void solve_line (Column_x_positions*) const; /// helper: approximate the energyv - void approximate_solve_line (Col_hpositions*) const; + void approximate_solve_line (Column_x_positions*) const; /// does curline fit on the paper? bool feasible (Line_of_cols) const; @@ -58,7 +58,7 @@ protected: Line_spacer* generate_spacing_problem (Line_of_cols, Interval) const; - virtual Array do_solve() const=0; + virtual Array do_solve() const=0; virtual void do_set_pscore(); public: @@ -73,7 +73,7 @@ public: /// check if the spacing/breaking problem is well-stated void problem_OK() const; void OK() const; - Array solve() const; + Array solve() const; }; #endif // BREAK_HH