]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hairpin.hh
Add Hairpin to the pure-height calculations.
[lilypond.git] / lily / include / hairpin.hh
index ede5ab1aef0b9d754aef786186afc491fd623980..5ce62aaba318bb4062bec6a8dbd21a8ecbdff8e2 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef HAIRPIN_HH
@@ -16,6 +16,8 @@ struct Hairpin
 {
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_SCHEME_CALLBACK (height, (SCM));
+  DECLARE_SCHEME_CALLBACK (pure_height, (SCM, SCM, SCM));
   DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
   static void consider_suicide (Spanner*);
   DECLARE_GROB_INTERFACE();