4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
13 #include "lily-guile.hh"
14 #include "lily-proto.hh"
20 static void set_head (Grob*,Direction, Grob*head);
21 static void set_interface (Grob*);
22 static bool has_interface (Grob*);
23 static Grob * head (Grob*,Direction) ;
24 static Real get_position (Grob*) ;
25 DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
26 static Direction get_default_dir (Grob*) ;
27 static SCM get_control_points (SCM);
28 DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM ));