X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fslur.hh;h=ef7d1230901ab32a511fd358336dc958236df221;hb=2cff0a95aeaa6c3c7b0b9b49daa9e8f2e41124d9;hp=a5ea54e77e69fa0bd784114e4e77ab7facae6708;hpb=3f8485925e8c879fe4c9ae86acef9804126c3b91;p=lilypond.git diff --git a/lily/include/slur.hh b/lily/include/slur.hh index a5ea54e77e..ef7d123090 100644 --- a/lily/include/slur.hh +++ b/lily/include/slur.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2007 Han-Wen Nienhuys + (c) 2004--2009 Han-Wen Nienhuys */ #ifndef SLUR_HH @@ -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); };