]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-req-collector-engraver.hh
patch::: 1.3.132.jcn2
[lilypond.git] / lily / include / bar-req-collector-engraver.hh
index af401e79464cc635fdd64ef374d0beedb84eda50..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,26 +0,0 @@
-/*   
-  bar-req-collect-engraver.hh -- declare 
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
-
-#ifndef BAR_REQ_COLLECT_ENGRAVER_HH
-#define BAR_REQ_COLLECT_ENGRAVER_HH
-
-#include "engraver.hh"
-class Bar_req_collect_engraver : public Engraver
-{
-  Bar_req* bar_req_l_;
-public:
-  VIRTUAL_COPY_CONS(Translator);
-  void start_translation_timestep ();
-  bool try_music (Music *);
-};
-
-
-
-#endif /* Bar_Req_COLLECT_ENGRAVER_HH */
-