]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hairpin.hh
(text_stencil): export size as well.
[lilypond.git] / lily / include / hairpin.hh
index 7ad6dd95cff972900600742fac0f54c92a2e52c9..0daacc5fe5c11025b601cbcc297988f35f028193 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #define HAIRPIN_HH
 
 #include "lily-guile.hh"
+#include "lily-proto.hh"
 /**
   The hairpin symbol. 
  */
 struct Hairpin
 {
 public:
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
   static bool has_interface (Grob*);
 };