]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-score.cc
* lily/system.cc (spanner_count): new function
[lilypond.git] / lily / paper-score.cc
index bf7ce0e0b54ea3098dc3e4caf56bf5aa5e2f4b7d..295ba1626521d45937bbe192d7fcf4daba905d52 100644 (file)
@@ -74,7 +74,9 @@ void
 Paper_score::process ()
 {
   if (verbose_global_b)
-    progress_indication (_f ("Element count %d ",  system_->element_count ()));
+    progress_indication (_f ("Element count %d (spanners %d) ",
+                            system_->element_count (),
+                            system_->spanner_count ()));
 
   
   progress_indication (_ ("Preprocessing elements...") + " ");