]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hairpin.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / hairpin.hh
index 6053375355527e71abcb9894cdc82d5223a3c3f9..ede5ab1aef0b9d754aef786186afc491fd623980 100644 (file)
@@ -3,23 +3,22 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef HAIRPIN_HH
 #define HAIRPIN_HH
 
-#include "lily-guile.hh"
+#include "grob-interface.hh"
 #include "lily-proto.hh"
-/**
-  The hairpin symbol. 
- */
+
 struct Hairpin
 {
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  static void consider_suicide (Spanner*);
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif // HAIRPIN_HH