]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/laissez-vibrer-tie-column.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / laissez-vibrer-tie-column.hh
1 /*
2   laissez-vibrer-tie-column.hh -- declare Laissez_vibrer_tie_column
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
7
8 */
9
10 #ifndef TIE_LAISSEZ_VIBRER_COLUMN_HH
11 #define TIE_LAISSEZ_VIBRER_COLUMN_HH
12
13 #include "grob-interface.hh"
14 #include "lily-proto.hh"
15 #include "lily-guile.hh"
16
17 struct Laissez_vibrer_tie_column
18 {
19   static bool has_interface (Grob *);
20   
21   DECLARE_SCHEME_CALLBACK(calc_positioning_done, (SCM));
22 };
23
24
25 #endif /* TIE_LAISSEZ_VIBRER_COLUMN_HH */
26