lilypond-0.0.61
[lilypond.git] / hdr / clef-item.hh
blob341204f8eab2c284d7e1e41cbff594dc82950a4b
2 /*
3 clef-item.hh -- declare Clef_item
5 (c) 1996,97 Han-Wen Nienhuys
6 */
8 #ifndef CLEFITEM_HH
9 #define CLEFITEM_HH
10 #include "item.hh"
13 struct Clef_item : Item {
14 String type;
15 int y_off;
17 /// is this a change clef (smaller size)?
18 bool change;
21 /* *************** */
22 NAME_MEMBERS(Clef_item);
23 Clef_item();
24 void read(Clef_register const&);
25 void read(String);
26 Molecule* brew_molecule_p()const;
29 #endif // CLEFITEM_HH