2 staff-symbol.hh -- declare Staff_symbol
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #ifndef STAFF_SYMBOL_HH
11 #define STAFF_SYMBOL_HH
13 #include "lily-guile.hh"
14 #include "lily-proto.hh"
17 TODO: add stafflinethickness as parameter.
22 static Real staff_space (Grob*) ;
23 static int get_steps (Grob*) ;
24 static int line_count (Grob*);
25 DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
26 static bool has_interface (Grob*);
29 #endif // STAFF_SYMBOL_HH