]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/normal-bar.hh
release: 0.1.31
[lilypond.git] / lily / include / normal-bar.hh
1 /*   
2   normal-bar.hh -- declare 
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7   
8  */
9
10 #ifndef NORMAL_BAR_HH
11 #define NORMAL_BAR_HH
12
13 #include "bar.hh"
14
15 class Normal_bar : public virtual Bar
16 {
17 public:
18   SCORE_ELEM_CLONE(Normal_bar);
19   DECLARE_MY_RUNTIME_TYPEINFO;
20 };
21
22 #endif /* NORMAL_BAR_HH */
23