]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/hyphen-spanner.cc
*** empty log message ***
[lilypond.git] / lily / hyphen-spanner.cc
index 2d582818feb06e430af59f5aae05e6da046bf2c6..e8227bbf812d049a2484bdc06b9e7e8ea12630a4 100644 (file)
@@ -65,7 +65,7 @@ Hyphen_spanner::brew_molecule (SCM smob)
     }
   while (flip (&d) != LEFT);
   
-  Real lt = sp->get_paper ()->get_var ("linethickness");
+  Real lt = sp->get_paper ()->get_realvar (ly_symbol2scm ("linethickness"));
   Real th = gh_scm2double (sp->get_grob_property ("thickness")) * lt ;
   Real h = gh_scm2double (sp->get_grob_property ("height"));