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

Unified Diff: lily/dynamic-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/dynamic-align-engraver.cc ('k') | lily/dynamic-performer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/dynamic-engraver.cc
diff --git a/lily/dynamic-engraver.cc b/lily/dynamic-engraver.cc
index 6df34baf675b4cb060cb7803374bdad97df0af08..5d4ef33de3aee6f282176fd92d3f82baf23966dc 100644
--- a/lily/dynamic-engraver.cc
+++ b/lily/dynamic-engraver.cc
@@ -33,10 +33,10 @@
class Dynamic_engraver : public Engraver
{
TRANSLATOR_DECLARATIONS (Dynamic_engraver);
- DECLARE_ACKNOWLEDGER (note_column);
- DECLARE_TRANSLATOR_LISTENER (absolute_dynamic);
- DECLARE_TRANSLATOR_LISTENER (span_dynamic);
- DECLARE_TRANSLATOR_LISTENER (break_span);
+ void acknowledge_note_column (Grob_info);
+ void listen_absolute_dynamic (Stream_event *);
+ void listen_span_dynamic (Stream_event *);
+ void listen_break_span (Stream_event *);
protected:
virtual void process_music ();
« no previous file with comments | « lily/dynamic-align-engraver.cc ('k') | lily/dynamic-performer.cc » ('j') | no next file with comments »

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