From: fred Date: Wed, 27 Mar 2002 00:14:51 +0000 (+0000) Subject: lilypond-1.3.83 X-Git-Tag: release/1.5.59~1151 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ce4dddba6ec98cebad3727606cee3897c1b348ac;p=lilypond.git lilypond-1.3.83 --- diff --git a/lily/include/timing-engraver.hh b/lily/include/timing-engraver.hh deleted file mode 100644 index 5ac4f8a338..0000000000 --- a/lily/include/timing-engraver.hh +++ /dev/null @@ -1,32 +0,0 @@ -/* - timing-engraver.hh -- declare Timing_engraver - - source file of the GNU LilyPond music typesetter - - (c) 1997--2000 Han-Wen Nienhuys -*/ - - -#ifndef TIMING_GRAV_HH -#define TIMING_GRAV_HH - -#include "timing-translator.hh" -#include "engraver.hh" - -/** - Do time bookkeeping - */ -class Timing_engraver : public Timing_translator, public Engraver -{ - - Bar_req * bar_req_l_; -protected: - virtual bool do_try_music (Music * ); - virtual void do_post_move_processing (); -public: - String which_bar (); - VIRTUAL_COPY_CONS(Translator); - -}; - -#endif // TIMING_GRAV_HH