]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/bar-req-collector-engraver.hh
release: 1.2.15
[lilypond.git] / lily / include / bar-req-collector-engraver.hh
1 /*   
2   bar-req-collect-engraver.hh -- declare 
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef BAR_REQ_COLLECT_ENGRAVER_HH
11 #define BAR_REQ_COLLECT_ENGRAVER_HH
12
13 #include "engraver.hh"
14 class Bar_req_collect_engraver : public Engraver
15 {
16   Bar_req* bar_req_l_;
17 public:
18   VIRTUAL_COPY_CONS(Translator);
19   void do_post_move_processing ();
20   bool do_try_music (Music *);
21 };
22
23
24
25 #endif /* Bar_Req_COLLECT_ENGRAVER_HH */
26