]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dynamic-engraver.cc
*** empty log message ***
[lilypond.git] / lily / dynamic-engraver.cc
index a8bb1d2f899d06d0e721e3369d9fdb3cd9615ce9..478339ea7c118fd61a9bbc81f4fb06db4332805b 100644 (file)
@@ -64,7 +64,6 @@ protected:
   virtual bool try_music (Music *req);
   virtual void stop_translation_timestep ();
   virtual void process_music ();  
-  virtual void start_translation_timestep ();
 };
 
 
@@ -84,14 +83,6 @@ Dynamic_engraver::Dynamic_engraver ()
   accepted_spanreqs_drul_[STOP] = 0;
 }
 
-void
-Dynamic_engraver::start_translation_timestep ()
-{
-  script_ev_ = 0;
-  accepted_spanreqs_drul_[START] = 0;
-  accepted_spanreqs_drul_[STOP] = 0;
-}
-
 bool
 Dynamic_engraver::try_music (Music * m)
 {
@@ -302,6 +293,10 @@ Dynamic_engraver::stop_translation_timestep ()
       line_spanner_ =0;
       typeset_all ();
     }
+
+  script_ev_ = 0;
+  accepted_spanreqs_drul_[START] = 0;
+  accepted_spanreqs_drul_[STOP] = 0;
 }
 
 void