From: fred Date: Sun, 24 Mar 2002 19:55:30 +0000 (+0000) Subject: lilypond-0.1.11 X-Git-Tag: release/1.5.59~4019 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1dabfbaaed6b8ef2d89fe24a65af82fcdef7cee5;p=lilypond.git lilypond-0.1.11 --- diff --git a/lily/include/score-column.hh b/lily/include/score-column.hh index 0e19baa461..699c84a280 100644 --- a/lily/include/score-column.hh +++ b/lily/include/score-column.hh @@ -25,13 +25,15 @@ */ -class Score_column : public PCol { +class Score_column : public Paper_column { friend class Score; friend class Score_engraver; bool musical_b_; Moment when_; public: + DECLARE_MY_RUNTIME_TYPEINFO; + SCORE_ELEM_CLONE(Score_column); /// length of notes/rests in this column Array durations; @@ -42,8 +44,7 @@ public: void add_duration (Moment); void preprocess(); bool musical_b() { return musical_b_; } - void print() const; - virtual void do_set_breakable(); + void do_print() const; };