]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
2003 -> 2004
[lilypond.git] / lily / include / breathing-sign.hh
index 6ecf02e263908594fe8dc83e4c9bf914994b9bcf..1cf077c60881fe21716d87926b948e3df3a33c4e 100644 (file)
@@ -1,7 +1,7 @@
 /*
   breathing-sign.hh
 
-  Copyright (C) 1999 Michael Krause
+  Copyright (c) 1999--2004 Michael Krause
 
   written for the GNU LilyPond music typesetter
 
 #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 (railtracks, (SCM ));
+  DECLARE_SCHEME_CALLBACK (divisio_minima, (SCM ));
+  DECLARE_SCHEME_CALLBACK (divisio_maior, (SCM ));
+  DECLARE_SCHEME_CALLBACK (divisio_maxima, (SCM ));
+  DECLARE_SCHEME_CALLBACK (finalis, (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 ();
-  Molecule do_brew_molecule () const;
+  static bool has_interface (Grob*);
 };
 
 #endif // BREATHING_SIGN_HH