]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-performer.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / note-performer.cc
index cfb8edaf5105c69da1a0947b08cc3f5939695019..331e7cc60ff7ed4b9bfe710a23dbadfcf63b41d4 100644 (file)
@@ -28,8 +28,8 @@ protected:
   void process_music ();
 
 private:
-  Link_array__Music_ note_evs_;
-  Link_array__Audio_note_ notes_;
+  vector<Music*> note_evs_;
+  vector<Audio_note*> notes_;
 };
 
 void