]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-interface.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / script-interface.hh
index 74efaaf06c998f484755b7ef898f41375adfaeed..8d0e0355c01574310f95325f113160438592732c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef SCRIPT_INTERFACE_HH
@@ -23,10 +23,10 @@ public:
   static Stencil get_stencil (Grob *, Direction d);
   static bool has_interface (Grob *);
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
+  DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
 };
 
-void make_script_from_event (Grob *p, bool *follow, Context *tg,
+void make_script_from_event (Grob *p,  Context *tg,
                             SCM type, int index);
 
 #endif /* SCRIPT_INTERFACE_HH */