X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fslur.hh;h=3680c7374965477060e1c652ec463267ed5d725e;hb=74b008a3d5f390a0429dd8fab7dd20f2704e826b;hp=a5ea54e77e69fa0bd784114e4e77ab7facae6708;hpb=3f8485925e8c879fe4c9ae86acef9804126c3b91;p=lilypond.git diff --git a/lily/include/slur.hh b/lily/include/slur.hh index a5ea54e77e..3680c73749 100644 --- a/lily/include/slur.hh +++ b/lily/include/slur.hh @@ -27,7 +27,7 @@ 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 (calc_cross_staff, (SCM)); DECLARE_GROB_INTERFACE(); static Bezier get_curve (Grob *me); };