lilypond-1.3.16
[lilypond.git] / lily / include / normal-span-bar.hh
blob68ccabb81be9ff6b4e7436b49c845f329c689ea0
1 /*
2 normal-span-bar.hh -- declare Normal_span_bar
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
8 */
10 #ifndef NORMAL_SPAN_BAR_HH
11 #define NORMAL_SPAN_BAR_HH
13 #include "normal-bar.hh"
14 #include "span-bar.hh"
16 class Normal_span_bar : public Span_bar, public Normal_bar
18 public:
19 SCORE_ELEM_CLONE(Normal_span_bar);
20 DECLARE_MY_RUNTIME_TYPEINFO;
23 #endif /* NORMAL_SPAN_BAR_HH */