]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest.hh
patch::: 1.1.9.jcn2: sleur
[lilypond.git] / lily / include / rest.hh
index 028e7f8c323bf673e87ace9e94cfee9f38c782ef..2e0b3938c1c13628bfaed3e3f191a48f6dc0e006 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>
 */
 
 
 class  Rest : public Rhythmic_head
 {
 public:
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  
   
   int position_i_;
   Rest ();
-  void add (Dots*);
+  void add_dots (Dots*);
 protected:
   virtual void do_add_processing ();
   virtual Molecule * brew_molecule_p () const;