]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol-referencer.cc
Add rotation support
[lilypond.git] / lily / staff-symbol-referencer.cc
index b866302a21641da7e8c750b2432899f21b5d04d3..cfde343029a980f20dbf565ac060e20f9d26e4c7 100644 (file)
@@ -70,7 +70,7 @@ Staff_symbol_referencer::line_thickness (Grob *me)
   Grob *st = get_staff_symbol (me);
   if (st)
     return Staff_symbol::get_line_thickness (st);
-  return me->layout ()->get_dimension (ly_symbol2scm ("linethickness"));
+  return me->layout ()->get_dimension (ly_symbol2scm ("line-thickness"));
 }
 
 Real