]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/semi-tie.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / semi-tie.hh
1 /*
2   semi-tie.hh -- declare Laissez_vibrer_tie
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
7
8 */
9
10 #ifndef SEMI_TIE_HH
11 #define SEMI_TIE_HH
12
13
14 #include "grob-interface.hh"
15 #include "lily-proto.hh"
16
17 struct Semi_tie
18 {
19   DECLARE_GROB_INTERFACE();
20   
21   DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
22   DECLARE_SCHEME_CALLBACK (calc_control_points, (SCM));
23   static bool less (Grob *const &s1,
24                     Grob *const &s2);
25   static int get_position (Grob *);
26 };
27
28 #endif /* SEMI_TIE_HH */