2 melody-spanner.hh -- declare Melody_spanner
4 source file of the GNU LilyPond music typesetter
6 (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
10 #ifndef MELODY_SPANNER_HH
11 #define MELODY_SPANNER_HH
13 #include "lily-guile.hh"
14 #include "lily-proto.hh"
19 static bool has_interface (Grob*);
20 static void add_stem (Grob*, Grob*);
21 DECLARE_SCHEME_CALLBACK(calc_neutral_stem_direction, (SCM));
24 #endif /* MELODY_SPANNER_HH */