4 source file of the GNU LilyPond music typesetter
6 (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9 #ifndef SCRIPT_INTERFACE_HH
10 #define SCRIPT_INTERFACE_HH
12 #include "lily-guile.hh"
13 #include "lily-proto.hh"
16 Articulation marks (and the like) that are attached to notes/stems.
17 Needs support from Staff_side for proper operation. Staff_side
18 handles the positioning.
20 class Script_interface
23 static Stencil get_stencil (Grob *, Direction d);
24 static bool has_interface (Grob *);
25 DECLARE_SCHEME_CALLBACK (print, (SCM ));
26 DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
29 void make_script_from_event (Grob *p, bool *follow, Context *tg,
32 #endif /* SCRIPT_INTERFACE_HH */