X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscript-interface.hh;h=2839010b0d9106bc6d8bc1bbcf8036b71ce9b988;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=1732bef25955362703d93da3635e670be9b96f72;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/lily/include/script-interface.hh b/lily/include/script-interface.hh index 1732bef259..2839010b0d 100644 --- a/lily/include/script-interface.hh +++ b/lily/include/script-interface.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1999--2010 Han-Wen Nienhuys + Copyright (C) 1999--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,15 +34,15 @@ public: static Stencil get_stencil (Grob *, Direction d); static Direction get_direction (Grob *); - DECLARE_GROB_INTERFACE(); + 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)); }; -void make_script_from_event (Grob *p, Context *tg, - SCM type, int index); +void make_script_from_event (Grob *p, Context *tg, + SCM type, int index); #endif /* SCRIPT_INTERFACE_HH */