]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/percent-repeat-engraver.cc
Add Janek WarchoĊ‚'s email to authors.itexi
[lilypond.git] / lily / percent-repeat-engraver.cc
index 98d840e0c72c2a13dd104975fef39f836e16f2f3..b2ba05f1ecd5ff99cfe0c6f35dd9c7a71cee0830 100644 (file)
@@ -73,7 +73,7 @@ Percent_repeat_engraver::start_translation_timestep ()
   if (now_mom ().main_part_ != command_moment_.main_part_)
     {
       first_command_column_
-        = unsmob_grob (get_property ("currentCommandColumn"));
+        = Grob::unsmob (get_property ("currentCommandColumn"));
       command_moment_ = now_mom ();
     }