]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
* lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
[lilypond.git] / lily / include / breathing-sign.hh
index 07f82506cd5d8360c44e1e13fe55c114f85dbcce..75a035437b2b7ff149d524a7321b830f1d95a8ed 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 (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, SCM axis));
+  
   static bool has_interface (Grob*);
 };