lilypond-1.0.19
[lilypond.git] / lily / include / normal-bar.hh
bloba4f7bd2aa4e2c75296ed1ac3905516ab1e0c75e8
1 /*
2 normal-bar.hh -- declare
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
8 */
10 #ifndef NORMAL_BAR_HH
11 #define NORMAL_BAR_HH
13 #include "bar.hh"
15 class Normal_bar : public virtual Bar
17 public:
18 SCORE_ELEM_CLONE(Normal_bar);
19 DECLARE_MY_RUNTIME_TYPEINFO;
22 #endif /* NORMAL_BAR_HH */