]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-sym.hh
patch::: 1.1.27.jcn3: geen genade
[lilypond.git] / lily / include / staff-sym.hh
index 5051dd9e072ee0e6f35b734278a8adf9d6f8431c..b4e919106525a69f439285cb65e8db2e26fd9c6b 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -22,14 +22,14 @@ public:
   int no_lines_i_;
   Real interline_f_;
 
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  
   Staff_symbol ();
   Real inter_note_f() const;
   int steps_i() const;
 protected:
-  SCORE_ELEM_CLONE(Staff_symbol);
+  VIRTUAL_COPY_CONS(Score_element);
   virtual Interval do_height () const;
-  virtual Molecule* brew_molecule_p() const;
+  virtual Molecule* do_brew_molecule_p() const;
   virtual void do_print() const;
 };
 #endif // STAFFSYM_HH