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

Unified Diff: lily/grob-pq-engraver.cc

Issue 294650043: Move translator initializations to X::boot () (Closed)
Patch Set: Created 7 years, 10 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/grid-point-engraver.cc ('k') | lily/horizontal-bracket-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/grob-pq-engraver.cc
diff --git a/lily/grob-pq-engraver.cc b/lily/grob-pq-engraver.cc
index 45b4ff2b359d7aca819c4ab074145eb9df430e4a..4c388c5145baead6ccea5c20d3503dea18a2fe70 100644
--- a/lily/grob-pq-engraver.cc
+++ b/lily/grob-pq-engraver.cc
@@ -148,7 +148,12 @@ Grob_pq_engraver::start_translation_timestep ()
context ()->set_property ("busyGrobs", busy);
}
-ADD_ACKNOWLEDGER (Grob_pq_engraver, grob);
+void
+Grob_pq_engraver::boot ()
+{
+ ADD_ACKNOWLEDGER (Grob_pq_engraver, grob);
+}
+
ADD_TRANSLATOR (Grob_pq_engraver,
/* doc */
"Administrate when certain grobs (e.g., note heads) stop"
« no previous file with comments | « lily/grid-point-engraver.cc ('k') | lily/horizontal-bracket-engraver.cc » ('j') | no next file with comments »

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