lilypond-0.1.57
[lilypond.git] / hdr / clef.hh
blob7325c542a685793620ba01aaca2b8bf96ba4aeb2
1 /*
2 clef.hh -- part of LilyPond
4 (c) 1996,97 Han-Wen Nienhuys
5 */
7 #ifndef CLEF_HH
8 #define CLEF_HH
9 #include "scalar.hh"
10 #include "varray.hh"
12 /// where is c-0 in the staff?
13 class Clef {
15 public:
16 int c0_position_i_;
17 String clef_type_str_;
19 Clef();
20 void set_type(String);
22 #endif // CLEF_HH