]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/bar-number-grav.hh
release: 0.1.11
[lilypond.git] / lily / include / bar-number-grav.hh
1 /*
2   bar-number-grav.hh -- declare Bar_number_grav
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 BAR_NUMBER_GRAV_HH
11 #define BAR_NUMBER_GRAV_HH
12
13 #include "engraver.hh"
14
15 /**
16   catch bars, and put a number over them.
17  */
18 class Bar_number_grav : public Engraver {
19   Script * script_p_;
20 protected:
21
22   void acknowledge_element (Score_elem_info);
23   void do_pre_move_processing();
24 public:
25   Bar_number_grav();
26   DECLARE_MY_RUNTIME_TYPEINFO;
27 };
28 #endif // BAR_NUMBER_GRAV_HH