]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
Juergen's patch
[lilypond.git] / lily / include / breathing-sign.hh
index f9a7a77887f889c4fb6aa2b0dd31e81b4353378c..dd865e38fd029c2865b9d32fd0eef86d576fce04 100644 (file)
@@ -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*);
 };