]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / breathing-sign.hh
index e155445e28ad5665e78ad05be47bab182e68fbe3..c140bfd1b42a7df0d5014fd0e831908fb87f42bf 100644 (file)
@@ -1,16 +1,16 @@
 /*
   breathing-sign.hh
 
-  Copyright (c) 1999--2004 Michael Krause
+  Copyright (c) 1999--2015 Michael Krause
 
   written for the GNU LilyPond music typesetter
-
 */
 
 #ifndef BREATHING_SIGN_HH
 #define BREATHING_SIGN_HH
 
-#include "lily-guile.hh"
+#include "grob-interface.hh"
+#include "lily-proto.hh"
 
 class Grob;
 
@@ -21,15 +21,15 @@ class Grob;
 class Breathing_sign
 {
 public:
-  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*);
+  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