X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flyric-extender.cc;h=8afe2c5569200d48a8a4caec55c460e0af91ee8f;hb=3af0951f9a11677240efa6228683dd4fcea13eaf;hp=f61acbe5fe4502d254c21ce639d7f857c94f47be;hpb=652ed35a2013489d0a14fede6307cd2595abb2c4;p=lilypond.git diff --git a/lily/lyric-extender.cc b/lily/lyric-extender.cc index f61acbe5fe..8afe2c5569 100644 --- a/lily/lyric-extender.cc +++ b/lily/lyric-extender.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1998--2012 Jan Nieuwenhuizen + Copyright (C) 1998--2015 Jan Nieuwenhuizen Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify @@ -32,9 +32,9 @@ MAKE_SCHEME_CALLBACK (Lyric_extender, print, 1); SCM Lyric_extender::print (SCM smob) { - Spanner *me = unsmob_spanner (smob); + Spanner *me = unsmob (smob); Item *left_edge = me->get_bound (LEFT); - Item *right_text = unsmob_item (me->get_object ("next")); + Item *right_text = unsmob (me->get_object ("next")); Grob *common = left_edge;