]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest.hh
release: 1.1.58
[lilypond.git] / lily / include / rest.hh
index 65cddc848e6b7eb89d206e91b07dce3e3020547c..611ddd7103466fd85ce660c6e53426ac43f1108a 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1999 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;
+  virtual void do_post_processing ();
+  virtual Molecule * do_brew_molecule_p () const;
 };
 #endif // REST_HH