]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
patch::: 1.3.77.jcn2
[lilypond.git] / lily / include / breathing-sign.hh
index dd495b1db866198b6b1ebb6d31033dce867b3b84..17e06d03a4b234cd9a152d7898f53e9adc3a5683 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 brew_molecule (SCM);
-  
-  VIRTUAL_COPY_CONS(Score_element);
-  Breathing_sign (SCM s);
-public:
-  SCM member_after_line_breaking ();
-  static SCM after_line_breaking (SCM);
-  SCM member_brew_molecule () const;
+  static Real offset_callback (Score_element *, Axis);
+  static void set_interface (Score_element*);
+  static bool has_interface (Score_element*);
 };
 
 #endif // BREATHING_SIGN_HH