]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-column.hh
release: 0.1.11
[lilypond.git] / lily / include / score-column.hh
index 0e19baa4611fa24048483e12280aa5d4e54e5d99..699c84a280786d30413c5732f01a4e3f307dd357 100644 (file)
 
   */
 
-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<Moment> 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;
 
 
 };