]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / score.hh
index fcc5752e52759f0d81121386195e0ceab0a43f96..004e251dd9c78a5b310f74e4563772156b2c5111 100644 (file)
 #include "virtual-methods.hh"
 #include "std-string.hh"
 
-class Score
+class Score : public Input
 {
   DECLARE_SMOBS (Score, foo);
 
   SCM music_;
-  SCM input_location_;
+
 public:
-  Input *origin() const;
   vector<Output_def*> defs_;
   string user_key_;
   SCM header_;
@@ -34,7 +32,6 @@ public:
   Score ();
   Score (Score const &);
 
-  VIRTUAL_COPY_CONSTRUCTOR (Score, Score);
   
   SCM get_music () const;
   void add_output_def (Output_def *def);