]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-book.cc
*** empty log message ***
[lilypond.git] / lily / paper-book.cc
index ea7c044417063db43700a3c80acbaa816b56cd77..cd9f4cbc45b1d60d7c78f75abce335a607be96c9 100644 (file)
@@ -95,7 +95,7 @@ Paper_book::output (String outname)
   String mod_nm = "scm framework-" + output_backend_global;
 
   SCM mod = scm_c_resolve_module (mod_nm.to_str0 ());
-  if (make_pages)
+  if (make_print)
     {
       SCM func = scm_c_module_lookup (mod, "output-framework");
 
@@ -117,7 +117,6 @@ Paper_book::output (String outname)
                                     dump_fields (),
                                     SCM_UNDEFINED));
     }
-  progress_indication ("\n");
 }
 
 void