]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-line.cc
(Text markup): add note about
[lilypond.git] / lily / bar-line.cc
index e0f0ca038db72da111d0ea00603d753a58af1cf0..38af64a6bb19dad465c366ae36baaa0f7ee13902 100644 (file)
@@ -53,7 +53,7 @@ Bar_line::compound_barline (Grob*me, String str, Real h)
   Real hair = gh_scm2double (me->get_grob_property ("hair-thickness"));
   Real fatline = gh_scm2double (me->get_grob_property ("thick-thickness"));
 
-  Real staffline = me->get_paper ()->get_var ("linethickness");
+  Real staffline = me->get_paper ()->get_realvar (ly_symbol2scm ("linethickness"));
   Real staff_space = Staff_symbol_referencer::staff_space (me);
 
   kern *= staffline;