]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
(DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
[lilypond.git] / lily / include / breathing-sign.hh
index 17e06d03a4b234cd9a152d7898f53e9adc3a5683..e155445e28ad5665e78ad05be47bab182e68fbe3 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
 
@@ -12,6 +12,8 @@
 
 #include "lily-guile.hh"
 
+class Grob;
+
 /*
   breathing sign (apostrophe within staff, not the comma above staff
   type)
 class Breathing_sign
 {
 public:
-  static SCM brew_molecule (SCM);
-  static Real offset_callback (Score_element *, Axis);
-  static void set_interface (Score_element*);
-  static bool has_interface (Score_element*);
+  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, SCM axis));
+  
+  static bool has_interface (Grob*);
 };
 
 #endif // BREATHING_SIGN_HH