]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / breathing-sign.hh
index ffc2f3d7eb8c3d5b2740c2b8faa9eb62d7e5ed9e..810421837266251d9cbdbef62d2bfad551abfc0e 100644 (file)
@@ -1,34 +1,35 @@
 /*
   breathing-sign.hh
 
-  Copyright (C) 1999 Michael Krause
+  Copyright (c) 1999--2008 Michael Krause
 
   written for the GNU LilyPond music typesetter
-
 */
 
 #ifndef BREATHING_SIGN_HH
 #define BREATHING_SIGN_HH
 
-#include "item.hh"
-#include "parray.hh"
-#include "directional-element.hh"
+#include "grob-interface.hh"
+#include "lily-proto.hh"
+
+class Grob;
 
-class Breathing_sign : public Item,
-                      public Directional_element
+/*
+  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;
+  DECLARE_SCHEME_CALLBACK (print, (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));
+
+  DECLARE_GROB_INTERFACE();
 };
 
-
-
 #endif // BREATHING_SIGN_HH