]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hairpin.hh
Move left-broken line-spanner check to callback.
[lilypond.git] / lily / include / hairpin.hh
index 66c41193e31e13e78bbe12cc7007eeff8e5c526d..c4a5300de53a25c90431dac27b166bffa6a23ad9 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--2009 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 (height, (SCM));
+  DECLARE_SCHEME_CALLBACK (pure_height, (SCM, SCM, SCM));
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif // HAIRPIN_HH