]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
(deep-WWW-clean): Remove wiki-dump. Fixes web-clean target.
[lilypond.git] / lily / include / breathing-sign.hh
index ca074df3fa1a7bbaed132daa9e153f4cc86c39cd..96a99de9922583b277caa71567124167c40efac4 100644 (file)
 #ifndef BREATHING_SIGN_HH
 #define BREATHING_SIGN_HH
 
-#include "item.hh"
-#include "parray.hh"
+#include "lily-guile.hh"
 
-class Breathing_sign : public Item
+/*
+  breathing sign (apostrophe within staff, not the comma above staff
+  type)
+*/
+class Breathing_sign
 {
 public:
-  VIRTUAL_COPY_CONS(Score_element);
-  Breathing_sign ();
-protected:
-  virtual void after_line_breaking ();
-  virtual Molecule do_brew_molecule () const;
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (offset_callback, (SCM element, SCM axis));
+  
+  static bool has_interface (Grob*);
 };
 
-
-
 #endif // BREATHING_SIGN_HH