X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flinespace.hh;h=12058cfc8e3f9c47a5e87f93875626521dfee0c8;hb=2862b1027f316a2f0444fa92e441ee28acf7a463;hp=415a5376bef8297dbc927f6bde82cfc24d5284ba;hpb=68ffccad7c4d4ce0386cb60c537c99523e61c4d9;p=lilypond.git diff --git a/lily/include/linespace.hh b/lily/include/linespace.hh index 415a5376be..12058cfc8e 100644 --- a/lily/include/linespace.hh +++ b/lily/include/linespace.hh @@ -48,7 +48,7 @@ class Spacing_problem { /// mark column #i# as being loose. void loosen_column (int i); /// the index of #c# in #cols# - int col_id (PCol const *c) const; + int col_id (Paper_column const *c) const; /// generate an (nonoptimal) solution Vector find_initial_solution() const; @@ -57,7 +57,7 @@ class Spacing_problem { bool check_feasible() const; /// does #this# contain the column #w#? - bool contains (PCol const *w); + bool contains (Paper_column const *w); /// make the energy function void make_matrices (Matrix &quad, Vector &lin,Real&) const; @@ -76,7 +76,7 @@ class Spacing_problem { not in this problem, the spacing is ignored. */ void add_ideal (Idealspacing const *i); - void print_ideal (Idealspacing const *)const; + void print_ideal (Idealspacing const *) const; Vector try_initial_solution() const; void calcideal(); @@ -86,10 +86,10 @@ public: static Line_spacer *constructor() { return new Line_spacer; } - Array error_pcol_l_arr() const; + Array error_pcol_l_arr() const; virtual Array solve() const; - virtual void add_column (PCol *, bool fixed=false, Real fixpos=0.0); + virtual void add_column (Paper_column *, bool fixed=false, Real fixpos=0.0); virtual Vector default_solution() contains {