]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/score.hh
release: 0.0.33
[lilypond.git] / hdr / score.hh
index f48ad356df76b869d7012ed04062aa04c5f68f36..b9555b20369a9fba995f031d674049d21e7fc243 100644 (file)
@@ -21,6 +21,7 @@
 struct Score {
     /// paper_, staffs_ and commands_ form the problem definition.
     Paperdef *paper_p_;
+    Mididef *midi_p_;
     IPointerList<Staff*> staffs_;
     
     /// "runtime" fields for setting up spacing    
@@ -43,6 +44,12 @@ struct Score {
     /// output to file
     void output(String fn);
 
+    /// do midi stuff
+    void midi();
+
+    ///
+    void set(Mididef* midi_p);
+
     // standard
     void OK() const;
     void print() const;