From: fred Date: Sun, 24 Mar 2002 19:53:38 +0000 (+0000) Subject: lilypond-0.1.7 X-Git-Tag: release/1.5.59~4127 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2aa060c3e468f44ab3921afa526e077396e332ef;p=lilypond.git lilypond-0.1.7 --- diff --git a/lily/include/p-col.hh b/lily/include/p-col.hh index 136d25293c..d66921dc87 100644 --- a/lily/include/p-col.hh +++ b/lily/include/p-col.hh @@ -23,7 +23,7 @@ class PCol { public: Link_list its; - Link_list stoppers, starters; + Link_list starters; /** prebreak is put before end of line. if broken here, then (*this) column is discarded, and prebreak @@ -49,7 +49,7 @@ public: bool error_mark_b_; bool used_b_ ; // manual override.. - PScore * pscore_l_; + Paper_score * pscore_l_; /* *************** */ /// which one (left =0) @@ -79,7 +79,7 @@ public: void set_rank(int); void OK() const; - void set_breakable(); + void set_breakable(); virtual void do_set_breakable(); void print()const; private: