From 1dabfbaaed6b8ef2d89fe24a65af82fcdef7cee5 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:55:30 +0000 Subject: [PATCH] lilypond-0.1.11 --- lily/include/score-column.hh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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; }; -- 2.39.5