]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name.cc
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / lily / chord-name.cc
index 2fcff940bbd81e2d607ca8fea39c69f8b83edf25..8111c7711756e75fde147d0f14d6404d66a134d5 100644 (file)
@@ -30,7 +30,7 @@ MAKE_SCHEME_CALLBACK (Chord_name, after_line_breaking, 1);
 SCM
 Chord_name::after_line_breaking (SCM smob)
 {
-  Item *me = Item::unsmob (smob);
+  Item *me = unsmob<Item> (smob);
   assert (me);
 
   SCM s = me->get_property ("begin-of-line-visible");