]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-hyphen.cc
Web: Easier Editing - add LilyBin
[lilypond.git] / lily / lyric-hyphen.cc
index f64a8a9cfcba7068ebc02e2c183fcf95ada98dde..584a0e74251dfc2f05dbca88b82afb7cbadf0510 100644 (file)
@@ -35,7 +35,7 @@ MAKE_SCHEME_CALLBACK (Lyric_hyphen, print, 1);
 SCM
 Lyric_hyphen::print (SCM smob)
 {
-  Spanner *me = unsmob_spanner (smob);
+  Spanner *me = Spanner::unsmob (smob);
   Drul_array<Item *> bounds (me->get_bound (LEFT),
                              me->get_bound (RIGHT));