]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest.hh
release: 1.3.19
[lilypond.git] / lily / include / rest.hh
index 493472c0e72caefe697b899dac1ac6e1c08d4d37..ce95e6396bc4b2f4035508eeacfc016b7032001c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 
 class  Rest : public Rhythmic_head
 {
-public:
-  DECLARE_MY_RUNTIME_TYPEINFO;
-  
-  int position_i_;
-  Rest ();
-  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