]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-size-engraver.cc
``slikken kreng''
[lilypond.git] / lily / font-size-engraver.cc
index 41874eeae3c3eb91ec354d207943b401fd240b00..c72b06a85fd9822bed9653d633b2f182c459bbd1 100644 (file)
@@ -36,9 +36,9 @@ Font_size_engraver::acknowledge_grob (Grob_info gi)
 
   if (gh_number_p (sz)
       && gh_scm2int (sz)
-      && !gh_number_p (gi.grob_l_->get_grob_property ("font-relative-size")))
+      && !gh_number_p (gi.grob_->get_grob_property ("font-relative-size")))
     {
-      gi.grob_l_->set_grob_property ("font-relative-size", sz);
+      gi.grob_->set_grob_property ("font-relative-size", sz);
     }
 }