]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
* scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
[lilypond.git] / lily / include / breathing-sign.hh
index c2f99c8e89c922f58f5519f0893e0fe41f488ea0..b404a3f2e1812ec6f425207b97ef5824e64b9d06 100644 (file)
@@ -1,7 +1,7 @@
 /*
   breathing-sign.hh
 
-  Copyright (C) 1999 Michael Krause
+  Copyright (c)  1999--2003 Michael Krause
 
   written for the GNU LilyPond music typesetter
 
 #ifndef BREATHING_SIGN_HH
 #define BREATHING_SIGN_HH
 
-#include "item.hh"
-#include "staff-symbol-referencer.hh"
-#include "parray.hh"
+#include "lily-guile.hh"
 
-class Breathing_sign : public Item, public Staff_symbol_referencer {
+/*
+  breathing sign (apostrophe within staff, not the comma above staff
+  type)
+*/
+class Breathing_sign
+{
 public:
-  VIRTUAL_COPY_CONS(Score_element);
-  Breathing_sign ();
-
-  void set_vertical_position (Direction);
-
-protected:
-  virtual void do_post_processing ();
-  virtual Molecule* do_brew_molecule_p () const;
-
-private:
-  Direction vertical_position_i_;
+  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));
+  
+  static bool has_interface (Grob*);
 };
 
 #endif // BREATHING_SIGN_HH