]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/staff-symbol.hh
release: 1.3.90
[lilypond.git] / lily / include / staff-symbol.hh
1 /*
2   staffsym.hh -- declare Staff_symbol
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 STAFFSYM_HH
11 #define STAFFSYM_HH
12
13 #include "lily-guile.hh"
14
15 /**
16   This spanner draws the lines of a pstaff.
17   The bottom line is position 0.
18
19   TODO: add stafflinethickness as parameter.
20   */
21 class Staff_symbol 
22 {
23 public:
24   static Real staff_space (Score_element*) ;
25   static int steps_i(Score_element*) ;
26   static int line_count (Score_element*);
27   static SCM brew_molecule (SCM);
28   static bool has_interface (Score_element*);
29   static void set_interface (Score_element*);
30 };
31 #endif // STAFFSYM_HH