]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / breathing-sign.hh
index 75a035437b2b7ff149d524a7321b830f1d95a8ed..9093230a58d40b2e0041b11c2e63a6e7c92ebef3 100644 (file)
@@ -1,10 +1,9 @@
 /*
   breathing-sign.hh
 
-  Copyright (c) 1999--2004 Michael Krause
+  Copyright (c) 1999--2006 Michael Krause
 
   written for the GNU LilyPond music typesetter
-
 */
 
 #ifndef BREATHING_SIGN_HH
@@ -12,6 +11,8 @@
 
 #include "lily-guile.hh"
 
+class Grob;
+
 /*
   breathing sign (apostrophe within staff, not the comma above staff
   type)
 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));
+
+  static bool has_interface (Grob *);
 };
 
 #endif // BREATHING_SIGN_HH