]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/fingering-engraver.cc
Release: bump Welcome versions.
[lilypond.git] / lily / fingering-engraver.cc
index 4e5a6577fab7b8715919af7b72ca3d5eb1d0e872..4f40bff00e7a1048aed2b02fdc63e088ad14fa29 100644 (file)
@@ -38,10 +38,10 @@ public:
 protected:
   void stop_translation_timestep ();
   void process_music ();
-  DECLARE_TRANSLATOR_LISTENER (fingering);
-  DECLARE_ACKNOWLEDGER (rhythmic_head);
-  DECLARE_ACKNOWLEDGER (stem);
-  DECLARE_ACKNOWLEDGER (flag);
+  void listen_fingering (Stream_event *);
+  void acknowledge_rhythmic_head (Grob_info);
+  void acknowledge_stem (Grob_info);
+  void acknowledge_flag (Grob_info);
 
 private:
   void make_script (Direction, Stream_event *, int);
@@ -136,7 +136,8 @@ Fingering_engraver::stop_translation_timestep ()
   events_.clear ();
 }
 
-Fingering_engraver::Fingering_engraver ()
+Fingering_engraver::Fingering_engraver (Context *c)
+  : Engraver (c)
 {
 }