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

Unified Diff: lily/piano-pedal-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/piano-pedal-align-engraver.cc ('k') | lily/piano-pedal-performer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/piano-pedal-engraver.cc
diff --git a/lily/piano-pedal-engraver.cc b/lily/piano-pedal-engraver.cc
index d0e35713d981256103001ad60b389c2c9f905ac8..cbdf5244d11e223d3c8aea157ac0d8acee5daf8d 100644
--- a/lily/piano-pedal-engraver.cc
+++ b/lily/piano-pedal-engraver.cc
@@ -123,9 +123,9 @@ public:
protected:
virtual void initialize ();
virtual void finalize ();
- DECLARE_TRANSLATOR_LISTENER (sustain);
- DECLARE_TRANSLATOR_LISTENER (una_corda);
- DECLARE_TRANSLATOR_LISTENER (sostenuto);
+ void listen_sustain (Stream_event *);
+ void listen_una_corda (Stream_event *);
+ void listen_sostenuto (Stream_event *);
void stop_translation_timestep ();
void process_music ();
« no previous file with comments | « lily/piano-pedal-align-engraver.cc ('k') | lily/piano-pedal-performer.cc » ('j') | no next file with comments »

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