]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/staff-symbol.hh
release: 1.3.69
[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 class Staff_symbol 
20 {
21 public:
22   static Real staff_space (Score_element*) ;
23   static int steps_i(Score_element*) ;
24   static int line_count (Score_element*);
25   static SCM brew_molecule (SCM);
26   static bool has_interface (Score_element*);
27   static void set_interface (Score_element*);
28 };
29 #endif // STAFFSYM_HH