]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
2003 -> 2004
[lilypond.git] / lily / include / breathing-sign.hh
index c131e57fe29d648d38af266e519db63aad86f4f7..1cf077c60881fe21716d87926b948e3df3a33c4e 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
 
 class Breathing_sign
 {
 public:
-  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
-  DECLARE_SCHEME_CALLBACK(offset_callback, (SCM element, SCM axis));
-  static void set_interface (Score_element*);
-  static bool has_interface (Score_element*);
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (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