From: fred Date: Sun, 24 Mar 2002 19:32:59 +0000 (+0000) Subject: lilypond-0.0.34 X-Git-Tag: release/1.5.59~5319 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=044b5f8ec728e3457fca772f001c4af153b5e2ca;p=lilypond.git lilypond-0.0.34 --- diff --git a/hdr/staff.hh b/hdr/staff.hh index 74b7df1340..e45398e789 100644 --- a/hdr/staff.hh +++ b/hdr/staff.hh @@ -15,20 +15,21 @@ /// base class for a collection of voices. class Staff { - Staff_column *get_col(Moment, PCursor * last= 0); Staff(const Staff&src); /// synchronous horizontal stuff IPointerList voice_list_; + Staff_column *get_col(Moment, PCursor * last= 0); public: /// runtime field - IPointerList cols; + IPointerList cols_; Score *score_l_; PScore *pscore_l_; - + PStaff *pstaff_l_; + /* *************************************************************** */ void add(const PointerList &s); @@ -55,6 +56,6 @@ public: virtual Staff_walker *get_walker_p()=0; virtual ~Staff() { } protected: - virtual Staff_column * create_col()=0; + }; #endif