]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/slur.hh
* lily/grob.cc (pure_relative_y_coordinate)
[lilypond.git] / lily / include / slur.hh
index 2c797239ce2876acf221f692dbe492ded0970657..20667dd25cd20c59d38e7b115e23851ffca27fa1 100644 (file)
@@ -23,8 +23,10 @@ public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_control_points, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
+  DECLARE_SCHEME_CALLBACK (pure_height, (SCM, SCM, SCM));
   DECLARE_SCHEME_CALLBACK (height, (SCM));
   DECLARE_SCHEME_CALLBACK (outside_slur_callback, (SCM, SCM));
+  DECLARE_SCHEME_CALLBACK (pure_outside_slur_callback, (SCM, SCM, SCM, SCM));
   static bool has_interface (Grob *);
   static Bezier get_curve (Grob *me);
 };