]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/multi-measure-rest-engraver.cc
Doc: NR Fixes mis-ordered menu section for 4.3
[lilypond.git] / lily / multi-measure-rest-engraver.cc
index 3b968e654f87a2c5f3276d4426929e4140df9a9e..83cd3777a8b8173dae8f91462e223ad2cd10c017 100644 (file)
@@ -166,7 +166,7 @@ Multi_measure_rest_engraver::stop_translation_timestep ()
      -- jneem */
   if (bar_seen_)
     {
-      Grob *cmc = unsmob_grob (get_property ("currentCommandColumn"));
+      Grob *cmc = Grob::unsmob (get_property ("currentCommandColumn"));
 
       /* Ugh, this is a kludge - need this for multi-measure-rest-grace.ly  */
       last_command_item_ = dynamic_cast<Item *> (cmc);