]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context.cc
* GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
[lilypond.git] / lily / context.cc
index 166f916ca68374761efcb8b6cf065e3dc861374b..ef1d23ed6f6470ed80b91aba6bd700b1e1dbfe15 100644 (file)
@@ -35,7 +35,7 @@ Context::check_removal ()
       trg->check_removal ();
       if (trg->is_removable ())
        {
-         recurse_down_translators (trg, &Translator::finalize, DOWN);
+         recurse_down_translators (trg, &Translator::finalize, UP);
          remove_context (trg);
        }
     }