]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-extender.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / lyric-extender.cc
index 051e1231cbdfd9905961081c2880bbcca3a023fa..281296c506157dc570f3cb93d95fc5d9cb649f2a 100644 (file)
@@ -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->layout ()->get_dimension (ly_symbol2scm ("linethickness"));
+  Real sl = me->layout ()->get_dimension (ly_symbol2scm ("line-thickness"));
 
   extract_grob_set (me, "heads", heads);