]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/span-score-bar.hh
release: 1.1.6
[lilypond.git] / lily / include / span-score-bar.hh
1 /*
2   span-score-bar.hh -- declare Span_score_bar
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef SPAN_SCORE_BAR_HH
11 #define SPAN_SCORE_BAR_HH
12
13 #include "span-bar.hh"
14 #include "score-bar.hh"
15
16 class Span_score_bar : public Span_bar, public Score_bar
17 {
18 public:
19   
20   VIRTUAL_COPY_CONS(Score_element);
21   Span_score_bar();
22
23 protected:
24   virtual void do_pre_processing();
25 };
26
27
28
29 #endif // SPAN_SCORE_BAR_HH