]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie.hh
release: 1.1.6
[lilypond.git] / lily / include / tie.hh
index a60577109a7d09ee279c5e643442aa1596650f28..522203d9c0c67076b74265d845c348bc1c31572f 100644 (file)
@@ -21,8 +21,8 @@ public:
     Tie ();
     void set_head (Direction, Note_head*head_l);
 
-    DECLARE_MY_RUNTIME_TYPEINFO;
-    SCORE_ELEMENT_CLONE(Tie);
+    
+    VIRTUAL_COPY_CONS(Score_element);
 
     bool same_pitch_b_;
     Drul_array<Note_head *> head_l_drul_;