]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator-group.cc
release: 1.3.152
[lilypond.git] / lily / translator-group.cc
index ff63c26e16a2d89338745a23fe9aa1d39a4487ec..33fa92d9cd1b93ea70fcc3829a99b16be220dffd 100644 (file)
@@ -372,13 +372,13 @@ Translator_group::execute_single_pushpop_property (SCM prop, SCM eltprop, SCM va
 void
 Translator_group::stop_translation_timestep ()
 {
-  each (&Translator::pre_move_processing);
+  each (&Translator::stop_translation_timestep);
 }
 
 void
 Translator_group::start_translation_timestep ()
 {
-  each (&Translator::post_move_processing);
+  each (&Translator::start_translation_timestep);
 }
 
 void
@@ -411,7 +411,7 @@ type_check_assignment (SCM val, SCM sym,  SCM type_symbol)
 
   if (type_p != SCM_EOL && !gh_procedure_p (type_p))
       {
-       warning (_f ("Can't find property type-check for `%s'.  Perhaps you made a typing error?",
+       warning (_f ("Can't find property type-check for `%s'.  Perhaps you made a typing error? Doing assignment anyway.",
                     ly_symbol2string (sym).ch_C ()));
       }
   else