]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-interface.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / script-interface.hh
index 1732bef25955362703d93da3635e670be9b96f72..2839010b0d9106bc6d8bc1bbcf8036b71ce9b988 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1999--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   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 */