lilypond-0.1.33
[lilypond.git] / hdr / bar.hh
blob3727358d96f3c2659e537a467dcfba1a65f0c23f
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 String type;
14 Bar(String type);
15 NAME_MEMBERS(Bar);
16 void do_print() const;
17 Molecule*brew_molecule_p()const;
19 #endif // BAR_HH