]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/tie.hh
4ecd9e56d054ea07bf3c2c0c97f0f7b8fc22d828
[lilypond.git] / lily / include / tie.hh
1 /*
2   tie.hh -- declare Tie
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef TIE_HH
11 #define TIE_HH
12
13 #include "lily-guile.hh"
14 #include "lily-proto.hh"
15
16 class Tie
17 {
18 public:
19   static void set_head (Score_element*,Direction, Item*head_l);
20   static void set_interface (Score_element*);
21   static bool has_interface (Score_element*);
22   static Score_element * head (Score_element*,Direction) ;
23   static Real position_f (Score_element*) ;
24   static SCM brew_molecule (SCM);
25   static Direction get_default_dir(Score_element*) ;
26   static SCM get_control_points (SCM);
27   static SCM set_spacing_rods (SCM);
28 };
29
30 #endif // TIE_HH