]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hairpin.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / hairpin.hh
index 66c41193e31e13e78bbe12cc7007eeff8e5c526d..ede5ab1aef0b9d754aef786186afc491fd623980 100644 (file)
@@ -3,22 +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