]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-context-scheme.cc
* lily/note-column.cc (translate_rests): call flush_extent_cache()
[lilypond.git] / lily / global-context-scheme.cc
index c0f919f2e732ec1ebe521c901d1998f7abd92bbd..f26b0b19f72a10dd4c72de5d99dc66bdf9922e96 100644 (file)
@@ -19,7 +19,7 @@
 
 LY_DEFINE (ly_format_output, "ly:format-output",
           2, 0, 0, (SCM context, SCM outname),
-          "Given a Score context in its final state,"
+          "Given a Global context in its final state, "
            "process it and return the (rendered) result.")
 {
   Global_context *g = dynamic_cast<Global_context*> (unsmob_context (context));
@@ -87,7 +87,7 @@ LY_DEFINE (ly_run_translator, "ly:run-translator",
   scm_remember_upto_here_1 (protected_iter);
   trans->finish ();
 
-  if (verbose_global_b)
+  if (be_verbose_global)
     progress_indication (_f ("elapsed time: %.2f seconds",  timer.read ()));
   
   return scm_gc_unprotect_object (trans->self_scm ());