]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-score.cc
patch::: 1.5.4.jcn5
[lilypond.git] / lily / paper-score.cc
index 82f275a0988e9bbacb115dff9b95f09b54f056a3..0a9f8114b7507744f21399a2a6ac2fc6b254b6bf 100644 (file)
@@ -74,7 +74,7 @@ void
 Paper_score::process ()
 {
   if (verbose_global_b)
-    progress_indication ( _f("Element count %d ",  line_l_->element_count ()));
+    progress_indication (_f ("Element count %d ",  line_l_->element_count ()));
 
   
   progress_indication (_ ("Preprocessing elements...") + " ");
@@ -82,7 +82,7 @@ Paper_score::process ()
   /*
     Be sure to set breakability on first & last column.
    */
-  Link_array<Grob> pc (line_l_->column_l_arr ());
+  Link_array<Item> pc (line_l_->column_l_arr ());
   
   pc[0]->set_grob_property ("breakable", SCM_BOOL_T);
   pc.top ()->set_grob_property ("breakable", SCM_BOOL_T);