]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
Merge branch 'master' into translation
[lilypond.git] / lily / include / breathing-sign.hh
index acff1ea3cbbc6fffc06dbaaeb096a7969ba4af05..84b33cd1b3547d9ca9557b2691ba1e3139aead57 100644 (file)
@@ -1,7 +1,7 @@
 /*
   breathing-sign.hh
 
-  Copyright (c) 1999--2005 Michael Krause
+  Copyright (c) 1999--2015 Michael Krause
 
   written for the GNU LilyPond music typesetter
 */
@@ -9,7 +9,8 @@
 #ifndef BREATHING_SIGN_HH
 #define BREATHING_SIGN_HH
 
-#include "lily-guile.hh"
+#include "grob-interface.hh"
+#include "lily-proto.hh"
 
 class Grob;
 
@@ -20,15 +21,12 @@ 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));
+  DECLARE_SCHEME_CALLBACK (offset_callback, (SCM element));
 
-  static bool has_interface (Grob *);
 };
 
 #endif // BREATHING_SIGN_HH