]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/metronome-engraver.cc
Fix rest-dot-position.ly
[lilypond.git] / lily / metronome-engraver.cc
index 897948d88b652a8de29aea4fb368212692ab2a45..26f1ec9b910d49f1b5ce240c210ee6fb1c4b040c 100644 (file)
@@ -61,6 +61,8 @@ Metronome_mark_engraver::stop_translation_timestep ()
     {
       Grob *mc = unsmob_grob (get_property ("currentMusicalColumn"));
       text_->set_parent (mc, X_AXIS);
+      text_->set_object ("side-support-elements",
+                        grob_list_to_grob_array (get_property ("stavesFound")));
       text_ = 0;
     }
 }