X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flyric-extender.cc;h=c1aa2095637d1825eea28d62b71d93b98585755e;hb=75eebcb49e52d296b1da3e1074e0825d2c780db4;hp=f9c1f0b47d2f1b14660bc9ec500c4255700176e7;hpb=eb72c0f066957c3e71d336db0f72814e34d3964d;p=lilypond.git diff --git a/lily/lyric-extender.cc b/lily/lyric-extender.cc index f9c1f0b47d..c1aa209563 100644 --- a/lily/lyric-extender.cc +++ b/lily/lyric-extender.cc @@ -2,7 +2,7 @@ lyric-extender.cc -- implement Lyric_extender source file of the GNU LilyPond music typesetter - (c) 1998--2005 Jan Nieuwenhuizen + (c) 1998--2006 Jan Nieuwenhuizen Han-Wen Nienhuys */ @@ -30,7 +30,7 @@ Lyric_extender::print (SCM smob) common = common->common_refpoint (right_text, X_AXIS); common = common->common_refpoint (me->get_bound (RIGHT), X_AXIS); - Real sl = me->get_layout ()->get_dimension (ly_symbol2scm ("linethickness")); + Real sl = me->layout ()->get_dimension (ly_symbol2scm ("linethickness")); extract_grob_set (me, "heads", heads);