]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name-engraver.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / chord-name-engraver.cc
index e079e982c0aa1845698dbe54c5746e0452425ebd..963c3033f22e67ecaf6b0a0c46ca73dd45cc2d63 100644 (file)
@@ -31,7 +31,7 @@ private:
   void add_note (Music *);
 
   Item *chord_name_;
-  Link_array<Music> notes_;
+  vector<Music*> notes_;
 
   SCM last_chord_;
 };