]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
* lily/text-item.cc (text_to_molecule): new function
[lilypond.git] / lily / include / breathing-sign.hh
index a2b0181d2b6bc0f4b3224bab07bfd3d8a9154112..96a99de9922583b277caa71567124167c40efac4 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);
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (offset_callback, (SCM element, SCM axis));
   
-  VIRTUAL_COPY_CONS(Score_element);
-  Breathing_sign (SCM s);
-protected:
-  virtual void after_line_breaking ();
-  virtual Molecule do_brew_molecule () const;
+  static bool has_interface (Grob*);
 };
 
 #endif // BREATHING_SIGN_HH