]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hairpin.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / hairpin.hh
index 64697548eb77853fcc4bb854b52766c6febaf69c..73570c73704d6fd5facccce6cf079f908944e8a5 100644 (file)
@@ -3,22 +3,23 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef HAIRPIN_HH
 #define HAIRPIN_HH
 
 #include "lily-guile.hh"
+#include "lily-proto.hh"
 /**
-  The hairpin symbol. 
- */
+   The hairpin symbol.
+*/
 struct Hairpin
 {
 public:
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
-  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  static bool has_interface (Grob *);
 };
 
 #endif // HAIRPIN_HH