]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-column.hh
patch::: 1.1.19.jcn5: isb
[lilypond.git] / lily / include / score-column.hh
index 10d55a798d83287b3c4355420e79db6f752ee7ab..736712abdf015c9a2f8f01eba5589b782e1378c4 100644 (file)
@@ -35,21 +35,18 @@ class Score_column : public Paper_column {
 
 public:
   int break_penalty_i () { return break_penalty_i_; }
-  DECLARE_MY_RUNTIME_TYPEINFO;
-  SCORE_ELEMENT_CLONE(Score_column);
+  
+  VIRTUAL_COPY_CONS(Score_element);
   /// length of notes/rests in this column
   Array<Moment> durations;
     
-  /* *************** */
 
   Moment when() {  return when_; }
-  Score_column (Moment when);       
+  Score_column (Moment when, bool musical_b=false);
   void add_duration (Moment);
   void preprocess();
   bool musical_b() { return musical_b_; }
   void do_print() const;
-
-
 };
 
 #endif // SCORE_COLUMN_HH