X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Fline-of-score.cc;h=22a9521178cb4b44c3671786f0f76d62630f12a1;hb=38d60c0c4e8c29beccd4acfd07aadf1cdea74097;hp=eaadc08fa5dab1981799e7ab91fa990a2f85a909;hpb=747d350b2261b027c12eadb405595d6e7dc5d858;p=lilypond.git diff --git a/lily/line-of-score.cc b/lily/line-of-score.cc index eaadc08fa5..22a9521178 100644 --- a/lily/line-of-score.cc +++ b/lily/line-of-score.cc @@ -51,7 +51,7 @@ void Line_of_score::typeset_grob (Grob * elem_p) { elem_p->pscore_l_ = pscore_l_; - Pointer_group_interface::add_element (this, ly_symbol2scm ("all-elements"),elem_p); + Pointer_group_interface::add_grob (this, ly_symbol2scm ("all-elements"),elem_p); scm_gc_unprotect_object (elem_p->self_scm ()); } @@ -469,7 +469,7 @@ Link_array Line_of_score::column_l_arr ()const { Link_array acs - = Pointer_group_interface__extract_elements (this, (Grob*) 0, "columns"); + = Pointer_group_interface__extract_grobs (this, (Grob*) 0, "columns"); bool bfound = false; for (int i= acs.size (); i -- ;) {