]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/hara-kiri-engraver.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / hara-kiri-engraver.cc
index 5e0e0a3b2db3ec74213b8416073918c858019835..39cc48a90bcbbd62d8144aac7833d4e64b5ee722 100644 (file)
@@ -23,7 +23,7 @@ protected:
   virtual Spanner *get_spanner ();
   DECLARE_ACKNOWLEDGER (grob);
   virtual void add_element (Grob *e);
-  void process_music ();
+  void start_translation_timestep ();
   virtual void derived_mark () const;
   SCM interesting_;
 public:
@@ -43,9 +43,9 @@ Hara_kiri_engraver::derived_mark () const
 }
 
 void
-Hara_kiri_engraver::process_music ()
+Hara_kiri_engraver::start_translation_timestep ()
 {
-  Axis_group_engraver::process_music ();
+  Axis_group_engraver::start_translation_timestep ();
   interesting_ = get_property ("keepAliveInterfaces");
 }