]> git.donarmstrong.com Git - lilypond.git/blob - hdr/bar.hh
release: 0.0.9
[lilypond.git] / hdr / bar.hh
1 /*
2   bar.hh -- part of LilyPond
3
4   (c) 1996 Han-Wen Nienhuys
5 */
6
7 #ifndef BAR_HH
8 #define BAR_HH
9 #include "item.hh"
10
11 struct Bar: Item {
12     String type;
13     
14     Bar(String type);
15     void preprocess();
16 };
17 #endif // BAR_HH
18