]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/semi-tie-column.hh
820afa59e8b31a200d790226428b7ba285cf6a67
[lilypond.git] / lily / include / semi-tie-column.hh
1 /*
2   semi-tie-column.hh -- declare Laissez_vibrer_tie_column
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 SEMI_TIE_COLUMN_HH
11 #define SEMI_TIE_COLUMN_HH
12
13 #include "grob-interface.hh"
14 #include "lily-proto.hh"
15
16 struct Semi_tie_column
17 {
18   DECLARE_GROB_INTERFACE();
19   
20   DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM));
21   DECLARE_SCHEME_CALLBACK (calc_head_direction, (SCM));
22 };
23
24
25 #endif /* SEMI_TIE_COLUMN_HH */
26