From 044b5f8ec728e3457fca772f001c4af153b5e2ca Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:32:59 +0000 Subject: [PATCH] lilypond-0.0.34 --- hdr/staff.hh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.39.5