]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-performer.hh
release: 1.1.36
[lilypond.git] / lily / include / note-performer.hh
index 1a6c53bd5fa1ad8b902797001c2808a9e4eb06d1..194365af898e618a523a77978f966352bcf4a5f4 100644 (file)
@@ -9,6 +9,7 @@
 #define NOTE_PERFORMER_HH
 
 #include "performer.hh"
+#include "list.hh"
 
 /**
 */
@@ -27,7 +28,7 @@ protected:
   virtual void do_print() const;
 
 private:
-  Melodic_req * note_req_l_;
+  Array<Melodic_req *> note_req_l_;
 };
 
 #endif // NOTE_PERFORMER_HH