]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/percent-repeat-item.cc
Xml: Regression test 41f-StaffGroups-Overlapping
[lilypond.git] / lily / percent-repeat-item.cc
index c4b9a70d361ae330a14807f29ad90c075b8c7653..f3509dd96ab25779ec19177612b07db5d48b6c41 100644 (file)
@@ -80,7 +80,7 @@ SCM
 Percent_repeat_item_interface::beat_slash (SCM grob)
 {
   Grob *me = Grob::unsmob (grob);
-  Stream_event *cause = unsmob_stream_event (me->get_property ("cause"));
+  Stream_event *cause = Stream_event::unsmob (me->get_property ("cause"));
   int count = robust_scm2int (cause->get_property ("slash-count"), 1);
 
   Stencil m;