]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest.hh
* Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
[lilypond.git] / lily / include / rest.hh
index 611ddd7103466fd85ce660c6e53426ac43f1108a..22be2d4b5b7c53628a8932c5748e3b8f38d0dd64 100644 (file)
@@ -3,23 +3,25 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-
 #ifndef REST_HH
 #define REST_HH
 
-#include "rhythmic-head.hh"
+#include "lily-guile.hh"
+
+class Grob;
 
-class  Rest : public Rhythmic_head
+class Rest
 {
 public:
-  Rest ();
-  void add_dots (Dots*);
-protected:
-  virtual void do_add_processing ();
-  virtual void do_post_processing ();
-  virtual Molecule * do_brew_molecule_p () const;
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  static bool has_interface (Grob *);
+  static String glyph_name (Grob *, int, String, bool);
+  static SCM brew_internal_stencil (SCM, bool);
+  DECLARE_SCHEME_CALLBACK (extent_callback, (SCM, SCM));
+  DECLARE_SCHEME_CALLBACK (polyphonic_offset_callback, (SCM, SCM));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
 };
 #endif // REST_HH