]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-extender.cc
* The grand 2005-2006 replace.
[lilypond.git] / lily / lyric-extender.cc
index ad8b108e78320c0b64128265ce5825ac1a079ea2..c1aa2095637d1825eea28d62b71d93b98585755e 100644 (file)
@@ -2,13 +2,12 @@
   lyric-extender.cc -- implement Lyric_extender
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2005 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
   Han-Wen Nienhuys
 */
 
 #include "lyric-extender.hh"
 
-#include <math.h>
 
 #include "warn.hh"
 #include "lookup.hh"
@@ -31,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);