]> 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 d59934335cbfb425094c398973b166d313013a83..5ce62aaba318bb4062bec6a8dbd21a8ecbdff8e2 100644 (file)
@@ -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();