]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tab-tie-follow-engraver.cc
Issue 4115: Call (ice-9 format) with #f as second argument
[lilypond.git] / lily / tab-tie-follow-engraver.cc
index 9f80749e03490729721caf3b4de3a6263873cc63..bbe5fca91e59950c7976b5dbf66b5a1c0252a7ea 100644 (file)
@@ -85,7 +85,7 @@ Tab_tie_follow_engraver::stop_translation_timestep ()
           if (left_item)
             {
               SCM left_cause = left_item->get_property ("cause");
-              Item *slur_cause = unsmob_item (left_cause);
+              Item *slur_cause = Item::unsmob (left_cause);
               if (slur_cause == note_heads_[k])
                 {
                   note_heads_[k]->set_property ("span-start", SCM_BOOL_T);