]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-score.cc
patch::: 1.5.4.jcn5
[lilypond.git] / lily / paper-score.cc
index 6d659d7064cd0576c3f222eb9bb227c2d3e1d914..0a9f8114b7507744f21399a2a6ac2fc6b254b6bf 100644 (file)
@@ -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);