]> git.donarmstrong.com Git - lilypond.git/commitdiff
some useless statistics.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 5 Nov 2006 13:41:10 +0000 (14:41 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 5 Nov 2006 13:41:10 +0000 (14:41 +0100)
lily/paper-score.cc

index 028fb37a146e080a988ef63756fb50176054d3f6..4e752c4724d658f45a09a7606ca2ca19cd14620c 100644 (file)
@@ -119,7 +119,7 @@ Paper_score::process ()
                 system_->element_count (),
                 system_->spanner_count ()));
 
-  message (_ ("Preprocessing graphical objects...") + " ");
+  message (_ ("Preprocessing %d graphical objects..."), system_->element_count ());
 
   /* FIXME: Check out why we need this - removing gives assertion failures
      down the road.