lilypond-0.0.27
[lilypond.git] / hdr / bar.hh
bloba6cd8d4d048e7a799ee329cc40e553dd5b376ac2
1 /*
2 bar.hh -- part of LilyPond
4 (c) 1996,97 Han-Wen Nienhuys
5 */
7 #ifndef BAR_HH
8 #define BAR_HH
9 #include "item.hh"
11 struct Bar: Item {
12 const char * name() const;
13 String type;
15 Bar(String type);
17 Molecule*brew_molecule_p()const;
19 #endif // BAR_HH