]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-performer.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / lyric-performer.cc
index 35a17bc3e77c05cf5c00eab9c78e702cdb1764b4..935f06c35eb42e1e9a76a49a1fb715b9c988c291 100644 (file)
@@ -21,7 +21,7 @@ protected:
    void process_music ();
 
 private:
-  Link_array__Music_ events_;
+  vector<Music*> events_;
   Audio_text *audio_;
 };