X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fp-score.hh;h=596e718c418808e00f351528734d34297ca582a8;hb=6ce61146edb1c36647b514778c29cdc9beedab6a;hp=32231f6371415397c2f99f3d1573d7aea854a620;hpb=6a0ea5e307744ad53d8b4a7381f2b27c2cfc9c13;p=lilypond.git diff --git a/lily/include/p-score.hh b/lily/include/p-score.hh index 32231f6371..596e718c41 100644 --- a/lily/include/p-score.hh +++ b/lily/include/p-score.hh @@ -25,13 +25,13 @@ public: Paper_def *paper_l_; /// the columns, ordered left to right - Pointer_list cols; + Pointer_list col_p_list_; /// the idealspacings, no particular order - Pointer_list suz; + Pointer_list suz_p_list_; /// crescs etc; no particular order - Pointer_list spanners; + Pointer_list span_p_list_; /// other elements Pointer_list elem_p_list_; @@ -71,14 +71,6 @@ public: /* UTILITY ROUTINES */ - /// get the spacing between c1 and c2, create one if necessary. - Idealspacing* get_spacing(PCol *c1, PCol *c2); - - /// connect c1 and c2 - void do_connect(PCol *c1, PCol *c2, Real distance_f, Real strength_f); - - /// connect c1 and c2 and any children of c1 and c2 - void connect(PCol* c1, PCol *c2, Real distance_f,Real strength_f= 1.0); /* STANDARD ROUTINES */ void OK()const; @@ -94,6 +86,7 @@ private: /// before calc_breaking void preprocess(); + void calc_idealspacing(); /// calculate where the lines are to be broken, and use results void calc_breaking();