]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/metronome-engraver.cc
Doc: NR add @knownissues for Percent Repeats
[lilypond.git] / lily / metronome-engraver.cc
index 279f8f721cef5e99618f8792f0933de2e46c1638..e1de3e23e0f48692e536060357856741152f65ee 100644 (file)
@@ -138,9 +138,9 @@ Metronome_mark_engraver::stop_translation_timestep ()
             first notational element of the measure if no time
             signature is present in that measure).
           */
-          if (Grob *mc = Grob::unsmob (get_property ("currentMusicalColumn")))
+          if (Grob *mc = unsmob<Grob> (get_property ("currentMusicalColumn")))
             text_->set_parent (mc, X_AXIS);
-          else if (Grob *cc = Grob::unsmob (get_property ("currentCommandColumn")))
+          else if (Grob *cc = unsmob<Grob> (get_property ("currentCommandColumn")))
             text_->set_parent (cc, X_AXIS);
         }
       text_->set_object ("side-support-elements",