]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/melody-spanner.hh
7f20f8a343946136c7ac1156ff5e8c0c3ad86bb7
[lilypond.git] / lily / include / melody-spanner.hh
1 /*
2   melody-spanner.hh -- declare Melody_spanner
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7
8 */
9
10 #ifndef MELODY_SPANNER_HH
11 #define MELODY_SPANNER_HH
12
13 #include "lily-proto.hh"
14 #include "grob-interface.hh"
15
16 class Melody_spanner
17 {
18 public:
19   DECLARE_GROB_INTERFACE();
20   static void add_stem (Grob*, Grob*);
21   DECLARE_SCHEME_CALLBACK(calc_neutral_stem_direction, (SCM));
22 };
23
24 #endif /* MELODY_SPANNER_HH */
25