]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/inputscore.hh
partial: 0.0.38.jcn
[lilypond.git] / hdr / inputscore.hh
index 024c6d132c25d129780796c1ff4c6c1ff8c7837e..88cc1894a86f127ce74a1ea344b4f9987dadf744 100644 (file)
@@ -24,6 +24,7 @@ struct Input_score {
     
     /// paper_, staffs_ and commands_ form the problem definition.
     Paperdef *paper_p_;
+    Midi_def* midi_p_;
     IPointerList<Input_staff*> staffs_;
 
     Input_music * score_wide_music_p_;
@@ -36,6 +37,7 @@ struct Input_score {
     ~Input_score();
     /// construction
     void set(Paperdef*);
+    void set(Midi_def* midi_p);
     void print() const;
     Score*parse();
     void set(Input_music*);