]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
release commit
[lilypond.git] / lily / include / breathing-sign.hh
index f9a7a77887f889c4fb6aa2b0dd31e81b4353378c..b404a3f2e1812ec6f425207b97ef5824e64b9d06 100644 (file)
@@ -1,7 +1,7 @@
 /*
   breathing-sign.hh
 
-  Copyright (C) 1999 Michael Krause
+  Copyright (c)  1999--2003 Michael Krause
 
   written for the GNU LilyPond music typesetter
 
@@ -20,8 +20,13 @@ class Breathing_sign
 {
 public:
   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 void set_interface (Grob*);
+  
   static bool has_interface (Grob*);
 };