]> 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 fbef77562a2aacd35652ac67a53ffe871664d972..8d0e0355c01574310f95325f113160438592732c 100644 (file)
@@ -1,9 +1,9 @@
-/*   
-  script-interface.hh -- 
+/*
+  script-interface.hh --
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef SCRIPT_INTERFACE_HH
@@ -22,11 +22,11 @@ class Script_interface
 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 (print, (SCM));
+  DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
 };
 
-void make_script_from_event (Grob *p, SCM *descr, Context *tg,
+void make_script_from_event (Grob *p,  Context *tg,
                             SCM type, int index);
 
 #endif /* SCRIPT_INTERFACE_HH */