lilypond-0.1.17
[lilypond.git] / hdr / accidental.hh
blobd388a3f09797fba3189d6b940b31d34bbde40d1e
1 /*
2 accidental.hh -- part of LilyPond
4 (c) 1996,97 Han-Wen Nienhuys
5 */
7 #ifndef ACCIDENTAL_HH
8 #define ACCIDENTAL_HH
9 #include "item.hh"
11 struct Accidental : Item {
12 const char * name() const;
13 int type,pos;
15 void preprocess();
16 Accidental(int type, int position);
17 void do_print()constt;
18 private:
19 void brew_molecule();
21 #endif // ACCIDENTAL_HH