]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/unfolded-repeat-iterator.cc
Changes.tely updated - 2.19.x up to September 2014
[lilypond.git] / lily / unfolded-repeat-iterator.cc
index f29be92f12ee0e420aa15d902cb61d073a2b09b3..7163027ede9e985b54f68a972b0814b7d54cf389 100644 (file)
@@ -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::unsmob (body))
         *tail = scm_cons (body, SCM_EOL);
 
       tail = SCM_CDRLOC (*tail);