2 semi-tie.hh -- declare Laissez_vibrer_tie
4 source file of the GNU LilyPond music typesetter
6 (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
14 #include "grob-interface.hh"
15 #include "lily-proto.hh"
19 DECLARE_GROB_INTERFACE();
21 DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
22 DECLARE_SCHEME_CALLBACK (calc_control_points, (SCM));
23 static bool less (Grob *const &s1,
25 static int get_position (Grob *);
28 #endif /* SEMI_TIE_HH */