]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol.cc
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / lily / staff-symbol.cc
index 9a5db7c46b79b0ae554aa0436d34d078f61f4215..e6b73143fea5770213d3627c05789003ed88f857 100644 (file)
@@ -38,7 +38,7 @@ Staff_symbol::print (SCM smob)
 
     --hwn.
    */
-  Real t = me->get_paper ()->get_dimension (ly_symbol2scm ("linethickness"));
+  Real t = me->get_layout ()->get_dimension (ly_symbol2scm ("linethickness"));
   t *= robust_scm2double (me->get_property ("thickness"), 1.0);
   
   Direction d = LEFT;
@@ -112,7 +112,7 @@ Staff_symbol::staff_space (Grob*me)
 Real
 Staff_symbol::get_line_thickness (Grob* me)
 {
-  Real lt =  me->get_paper ()->get_dimension (ly_symbol2scm ("linethickness"));
+  Real lt =  me->get_layout ()->get_dimension (ly_symbol2scm ("linethickness"));
 
   return robust_scm2double (me->get_property ("thickness"), 1.0) * lt;
 }