]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-pq-engraver.cc
* lily/modified-font-metric.cc (text_dimension): try
[lilypond.git] / lily / grob-pq-engraver.cc
index e3917c375854a57422f2ecf674f7e21701e67926..910a1332662c03f64fbfa76ddb67b3a052554c58 100644 (file)
@@ -69,7 +69,7 @@ Grob_pq_engraver::acknowledge_grob (Grob_info gi)
                         gi.grob_->self_scm (),
                         SCM_EOL);
 
-      SCM busy= get_property ("busyGrobs");
+      SCM busy = get_property ("busyGrobs");
       busy = scm_merge_x (lst, busy, ly_grob_pq_less_p_proc);
       context ()->set_property ("busyGrobs", busy);
     }
@@ -112,7 +112,7 @@ Grob_pq_engraver::start_translation_timestep ()
 }
 
 
-ENTER_DESCRIPTION (Grob_pq_engraver,
+ADD_TRANSLATOR (Grob_pq_engraver,
 
 /* descr */       "Administrate when certain grobs (eg. note heads) stop playing; this \
 engraver is a sort-of a failure, since it doesn't handle all sorts of \