]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-name-engraver.cc
Issue 4965: Create and use Grob::parent_relative
[lilypond.git] / lily / note-name-engraver.cc
index d4494a7cb7f7eae9374128bfc372764b9b34495c..2b8fa87000c8331f6c6a02e137a176e95fb83636 100644 (file)
@@ -30,7 +30,7 @@ public:
   TRANSLATOR_DECLARATIONS (Note_name_engraver);
 
   vector<Stream_event *> events_;
-  DECLARE_TRANSLATOR_LISTENER (note);
+  void listen_note (Stream_event *);
   void process_music ();
   void stop_translation_timestep ();
 };