]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/p-score.cc
release: 0.0.59
[lilypond.git] / lily / p-score.cc
index 6f1b3627658bc51e7092858c954d0d1ba64e79c5..37090b77dbb395e768c1c9850d976f8b6889c85c 100644 (file)
@@ -253,10 +253,10 @@ PScore::process()
 {
     clean_cols();
     print();
-    *mlog << "Preprocessing ... " <<flush;
+    *mlog << "Preprocessing elements... " <<flush;
     preprocess();
     *mlog << "\nCalculating column positions ... " <<flush;
     calc_breaking();
-    *mlog << "\nPostprocessing ..." << endl;
+    *mlog << "\nPostprocessing elements..." << endl;
     postprocess();
 }