]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
patch::: 1.3.108.jcn1
[lilypond.git] / lily / include / breathing-sign.hh
index 6ecf02e263908594fe8dc83e4c9bf914994b9bcf..c131e57fe29d648d38af266e519db63aad86f4f7 100644 (file)
 #ifndef BREATHING_SIGN_HH
 #define BREATHING_SIGN_HH
 
-#include "item.hh"
-#include "parray.hh"
+#include "lily-guile.hh"
 
 /*
   breathing sign (apostrophe within staff, not the comma above staff
   type)
 */
-class Breathing_sign : public Item
+class Breathing_sign
 {
 public:
-  static SCM scheme_molecule (SCM);
-  
-  VIRTUAL_COPY_CONS(Score_element);
-  Breathing_sign (SCM s);
-protected:
-  virtual void after_line_breaking ();
-  Molecule do_brew_molecule () const;
+  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK(offset_callback, (SCM element, SCM axis));
+  static void set_interface (Score_element*);
+  static bool has_interface (Score_element*);
 };
 
 #endif // BREATHING_SIGN_HH