]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-hyphen.cc
(class Grob): move pscore, dim_cache_,
[lilypond.git] / lily / lyric-hyphen.cc
index 17fefa0923e3c10697e90b0824714fa6d8290807..f06bf9d8baa074b13fa22287c0e1b63b5f9f2a90 100644 (file)
@@ -45,7 +45,7 @@ Hyphen_spanner::print (SCM smob)
     }
   while (flip (&d) != LEFT);
 
-  Real lt = me->get_layout ()->get_dimension (ly_symbol2scm ("linethickness"));
+  Real lt = me->layout ()->get_dimension (ly_symbol2scm ("linethickness"));
   Real th = robust_scm2double (me->get_property ("thickness"), 1) * lt;
   Real h = robust_scm2double (me->get_property ("height"), 0.5);