]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-extender.cc
* scm/output-tex.scm (font-command): use ly: functions to
[lilypond.git] / lily / lyric-extender.cc
index 92b1ca711a8056d97dddeda6716a656037104de0..9fda17d9467ccd5edb52a3d00a09defe9d36a74f 100644 (file)
@@ -41,7 +41,7 @@ Lyric_extender::print (SCM smob)
   Grob *common = l->common_refpoint (r, X_AXIS);
   
 
-  Real sl = me->get_paper ()->get_realvar (ly_symbol2scm ("linethickness"));  
+  Real sl = me->get_paper ()->get_dimension (ly_symbol2scm ("linethickness"));  
 
   Link_array<Grob> heads (Pointer_group_interface__extract_grobs (me, (Grob*)0,
                                                                  "heads"));