]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest.hh
release: 1.3.109
[lilypond.git] / lily / include / rest.hh
index 21ab46ae038664a0a58600f2fdeff8b22aa869d8..462e68922d1d4d631a326aa780e91bf5d3fe2024 100644 (file)
 #ifndef REST_HH
 #define REST_HH
 
-#include "rhythmic-head.hh"
+#include "lily-guile.hh"
 
-class  Rest : public Rhythmic_head
+class  Rest
 {
-protected:
-  virtual void after_line_breaking ();
-  virtual Molecule do_brew_molecule () const;
+public:
+  DECLARE_SCHEME_CALLBACK(after_line_breaking, (SCM ));
+  static bool has_interface (Grob*);
+  static SCM brew_internal_molecule (SCM);
+  DECLARE_SCHEME_CALLBACK(extent_callback, (SCM,SCM));
+  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
 };
 #endif // REST_HH