]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-collecting-engraver.cc
* lily/paper-book.cc: remove copyright & tagline. Remove
[lilypond.git] / lily / staff-collecting-engraver.cc
index 509ff6ae348b0a1d23c2cbebf26b52db31ad0ec5..de3e1fda41ae9fbd748bed8406932115b7b4cb9e 100644 (file)
@@ -30,9 +30,9 @@ Staff_collecting_engraver::acknowledge_grob (Grob_info gi)
   if (Staff_symbol::has_interface (gi.grob_))
     {
       SCM staffs = get_property ("stavesFound");
-      staffs = gh_cons (gi.grob_->self_scm (), staffs);
+      staffs = scm_cons (gi.grob_->self_scm (), staffs);
 
-      daddy_context_->set_property ("stavesFound", staffs);
+      context ()->set_property ("stavesFound", staffs);
     }
 }