]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-outputter.cc
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / lily / paper-outputter.cc
index 3acadd7f0c0f57b2ef02737e503b731d6f4cc411..43c6e842b9af1ac7986b80e8e93aa30bc5dae67f 100644 (file)
@@ -113,7 +113,7 @@ Paper_outputter::output_stencil (Stencil stil)
 Paper_outputter *
 get_paper_outputter (String outname, String f) 
 {
-  progress_indication (_f ("Paper output to `%s'...",
+  progress_indication (_f ("Layout output to `%s'...",
                           outname == "-" ? String ("<stdout>") : outname));
   return new Paper_outputter (outname, f);
 }