]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/staff-symbol.hh
patch::: 1.5.4.jcn3
[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
15 /**
16   TODO: add stafflinethickness as parameter.
17   */
18 class Staff_symbol 
19 {
20 public:
21   static Real staff_space (Grob*) ;
22   static int steps_i (Grob*) ;
23   static int line_count (Grob*);
24   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
25   static bool has_interface (Grob*);
26   static void set_interface (Grob*);
27 };
28 #endif // STAFF_SYMBOL_HH