]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/cluster-engraver.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / cluster-engraver.cc
index d564a2bdfcb752de8cb21f2ca67eddbed0641651..faac5f79d0c90c5e66e82cbc0f9c41aa089f9c77 100644 (file)
@@ -24,7 +24,7 @@ protected:
   void stop_translation_timestep ();
   virtual void finalize ();
 private:
-  Link_array__Music_ cluster_notes_;
+  vector<Music*> cluster_notes_;
   Item *beacon_;
 
   void typeset_grobs ();