]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/staff-symbol.hh
release: 1.5.26
[lilypond.git] / lily / include / staff-symbol.hh
1 /*
2   staff-symbol.hh -- declare Staff_symbol
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef STAFF_SYMBOL_HH
11 #define STAFF_SYMBOL_HH
12
13 #include "lily-guile.hh"
14 #include "lily-proto.hh"
15
16 /**
17   TODO: add stafflinethickness as parameter.
18   */
19 class Staff_symbol 
20 {
21 public:
22   static Real staff_space (Grob*) ;
23   static int steps_i (Grob*) ;
24   static int line_count (Grob*);
25   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
26   static bool has_interface (Grob*);
27   static void set_interface (Grob*);
28 };
29 #endif // STAFF_SYMBOL_HH