]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-sym.hh
release: 0.0.78
[lilypond.git] / lily / include / staff-sym.hh
index c3a49dfc57a6620348efa23cb3c88f040623e7de..513e0e2f3588a87e67dea6e71a6a254c1f638722 100644 (file)
@@ -23,12 +23,12 @@ public:
 
 
     void set_extent(PCol* p1, PCol* p2);
-    NAME_MEMBERS(Staff_symbol);
+    DECLARE_MY_RUNTIME_TYPEINFO;
     Staff_symbol(int lines);
     Real inter_note_f()const;
     int steps_i()const;
 protected:
-    SPANNER_CLONE(Staff_symbol)
+    SCORE_ELEM_CLONE(Staff_symbol);
     virtual Molecule* brew_molecule_p() const;
     virtual void do_print()const;
 };