]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/span-score-bar-grav.hh
release: 0.0.78
[lilypond.git] / lily / include / span-score-bar-grav.hh
1 /*
2   span-score-bar-grav.hh -- declare Span_score_bar_engraver
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 SPAN_SCORE_BAR_GRAV_HH
11 #define SPAN_SCORE_BAR_GRAV_HH
12
13 #include "span-bar-grav.hh"
14
15 class Span_score_bar_engraver : public Span_bar_engraver 
16 {
17 public:
18     DECLARE_MY_RUNTIME_TYPEINFO;
19     virtual Span_bar* get_span_bar_p()const;
20 };
21
22 /**
23   Please don't shoot the piano player
24  */
25 class Piano_bar_engraver :  public Span_score_bar_engraver
26 {
27 public:
28     DECLARE_MY_RUNTIME_TYPEINFO;
29     virtual Span_bar * get_span_bar_p() const;
30 };
31
32 #endif // SPAN_SCORE_BAR_GRAV_HH