X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscript-interface.hh;h=2aab348af5d325b58b1f504df9cb45e05b4c30e6;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=12ba90a8fe5edbce261e4f172250c9a73824833a;hpb=f8f0396310e3eba722e2a9550f6607a05d0a4150;p=lilypond.git diff --git a/lily/include/script-interface.hh b/lily/include/script-interface.hh index 12ba90a8fe..2aab348af5 100644 --- a/lily/include/script-interface.hh +++ b/lily/include/script-interface.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2007 Han-Wen Nienhuys + (c) 1999--2008 Han-Wen Nienhuys */ #ifndef SCRIPT_INTERFACE_HH @@ -24,6 +24,7 @@ public: DECLARE_GROB_INTERFACE(); DECLARE_SCHEME_CALLBACK (print, (SCM)); DECLARE_SCHEME_CALLBACK (calc_direction, (SCM)); + DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM)); DECLARE_SCHEME_CALLBACK (calc_cross_staff, (SCM)); };