]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/output-property-engraver.cc
*** empty log message ***
[lilypond.git] / lily / output-property-engraver.cc
index d3eeccedfccc5578563cad8cfcc5e0d918f10967..74ee4494117904040680d2d5ee65100e247dcead 100644 (file)
@@ -18,7 +18,7 @@ class Output_property_engraver : public Engraver
 {
   TRANSLATOR_DECLARATIONS (Output_property_engraver);
 protected:
-  Link_array<Music> props_;
+  vector<Music*> props_;
   DECLARE_ACKNOWLEDGER (grob)
 
   void stop_translation_timestep ();