]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/timing-engraver.cc
``slikken kreng''
[lilypond.git] / lily / timing-engraver.cc
index e8d49a7771aab97134fb36d7d7c8cd78504281a7..db7693c1b30eaec7f4c06d2632a0b060cde77ec6 100644 (file)
@@ -76,14 +76,14 @@ Timing_engraver::start_translation_timestep ()
        }
     }
 
-  daddy_trans_l_->set_property ("whichBar", which);
+  daddy_trans_->set_property ("whichBar", which);
 }
 
 void
 Timing_engraver::stop_translation_timestep ()
 {
   Timing_translator::stop_translation_timestep ();
-  daddy_trans_l_->set_property ("whichBar", SCM_EOL);
+  daddy_trans_->set_property ("whichBar", SCM_EOL);
   last_moment_ = now_mom ();
       
 }