]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/slur.hh
Fix beaming problems with cross-staff beams and slurs.
[lilypond.git] / lily / include / slur.hh
index a5ea54e77e69fa0bd784114e4e77ab7facae6708..5059bdff9645cdf847ca3050c064c7042823d13f 100644 (file)
@@ -27,7 +27,8 @@ public:
   DECLARE_SCHEME_CALLBACK (height, (SCM));
   DECLARE_SCHEME_CALLBACK (outside_slur_callback, (SCM, SCM));
   DECLARE_SCHEME_CALLBACK (pure_outside_slur_callback, (SCM, SCM, SCM, SCM));
-  DECLARE_SCHEME_CALLBACK (cross_staff, (SCM));
+  DECLARE_SCHEME_CALLBACK (outside_slur_cross_staff, (SCM, SCM));
+  DECLARE_SCHEME_CALLBACK (calc_cross_staff, (SCM));
   DECLARE_GROB_INTERFACE();
   static Bezier get_curve (Grob *me);
 };