]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/input-score.hh
release: 0.0.46.jcn1
[lilypond.git] / lily / include / input-score.hh
index 36baf691c989ccb4f76956886418e88e28e46abd..a55b7a43782183985b8832b24fbf741ea083115e 100644 (file)
 #include "proto.hh"
 #include "plist.hh"
 #include "string.hh"
-
+#include "input.hh"
 
 /// the total music def of one movement
-struct Input_score {
-    /// defined where?    
-    char const * defined_ch_C_;
+class Input_score : public Input {
+public:
     int errorlevel_i_;
     
     /// paper_, staffs_ and commands_ form the problem definition.
@@ -35,7 +34,7 @@ struct Input_score {
     void add(Input_staff*);
     ~Input_score();
     /// construction
-    void set(Paper_def*);
+    void set(Paper_def* paper_p);
     void set(Midi_def* midi_p);
     void print() const;
     Score*parse();