X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Funfolded-repeat-iterator.cc;h=b9872e9f36df7c44c043001c8f541d80c41a2275;hb=4dfd074259db917085bea62d9edaae6ca1a7fd07;hp=f29be92f12ee0e420aa15d902cb61d073a2b09b3;hpb=e24fb7cc5671aea95211d4a0c56f28fb6fe8720e;p=lilypond.git diff --git a/lily/unfolded-repeat-iterator.cc b/lily/unfolded-repeat-iterator.cc index f29be92f12..b9872e9f36 100644 --- a/lily/unfolded-repeat-iterator.cc +++ b/lily/unfolded-repeat-iterator.cc @@ -42,7 +42,7 @@ Unfolded_repeat_iterator::get_music_list () const for (int i = 0; i < rep_count; i++) { - if (unsmob_music (body)) + if (Music::is_smob (body)) *tail = scm_cons (body, SCM_EOL); tail = SCM_CDRLOC (*tail);