]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-spanner.cc
``slikken kreng''
[lilypond.git] / lily / text-spanner.cc
index a29ffe614e33986d9d9fdbbd0c3b9a33caa4fd54..8a7efdc6d3b46f7cdb6f25516da3aa0d7aed5ce9 100644 (file)
@@ -133,7 +133,7 @@ Text_spanner::brew_molecule (SCM smob)
 
   /* ugh */
   
-  Real thick = me->paper_l ()->get_var ("linethickness");  
+  Real thick = me->get_paper ()->get_var ("linethickness");  
   SCM st = me->get_grob_property ("thickness");
   if (gh_number_p (st))
     {
@@ -195,7 +195,7 @@ void
 Text_spanner::setup_pedal_bracket(Spanner *me)
 {
 
-  Real thick = me->paper_l ()->get_var ("linethickness");  
+  Real thick = me->get_paper ()->get_var ("linethickness");  
   SCM st = me->get_grob_property ("thickness");
   if (gh_number_p (st))
     {