]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/fretboard-engraver.cc
Issue 4954/1: Change spanner-id to be a key instead of a string
[lilypond.git] / lily / fretboard-engraver.cc
index 239ee54eb67e6dc967cee814e8cd1641d8930f03..18843fc87c6d3c2d9829c6b29f1f337d85cd14f2 100644 (file)
@@ -48,9 +48,9 @@ protected:
   void stop_translation_timestep ();
   void process_music ();
   virtual void derived_mark () const;
-  DECLARE_TRANSLATOR_LISTENER (note);
-  DECLARE_TRANSLATOR_LISTENER (string_number);
-  DECLARE_TRANSLATOR_LISTENER (fingering);
+  void listen_note (Stream_event *);
+  void listen_string_number (Stream_event *);
+  void listen_fingering (Stream_event *);
 
 private:
   SCM last_placements_;