Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(821)

Unified Diff: lily/key-engraver.cc

Issue 301890043: Remove DECLARE_* translator callback macros (Closed)
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/keep-alive-together-engraver.cc ('k') | lily/key-performer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/key-engraver.cc
diff --git a/lily/key-engraver.cc b/lily/key-engraver.cc
index 635f293120c4c3bac29327788536ffb0549f2965..8c907dc7cccb0a4da9ed48ceaf6093a68916278c 100644
--- a/lily/key-engraver.cc
+++ b/lily/key-engraver.cc
@@ -46,9 +46,9 @@ protected:
void stop_translation_timestep ();
void process_music ();
- DECLARE_TRANSLATOR_LISTENER (key_change);
- DECLARE_ACKNOWLEDGER (clef);
- DECLARE_ACKNOWLEDGER (bar_line);
+ void listen_key_change (Stream_event *);
+ void acknowledge_clef (Grob_info);
+ void acknowledge_bar_line (Grob_info);
};
void
« no previous file with comments | « lily/keep-alive-together-engraver.cc ('k') | lily/key-performer.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b