]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/normal-span-bar.hh
release: 0.1.31
[lilypond.git] / lily / include / normal-span-bar.hh
1 /*   
2   normal-span-bar.hh -- declare Normal_span_bar
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_SPAN_BAR_HH
11 #define NORMAL_SPAN_BAR_HH
12
13 #include "normal-bar.hh"
14 #include "span-bar.hh"
15
16 class Normal_span_bar : public Span_bar, public Normal_bar
17 {
18 public:
19   SCORE_ELEM_CLONE(Normal_span_bar);
20   DECLARE_MY_RUNTIME_TYPEINFO;
21 };
22
23 #endif /* NORMAL_SPAN_BAR_HH */
24