]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score.hh
release: 1.3.44
[lilypond.git] / lily / include / score.hh
index 7817d7f891a643597d5522e0d7c789b81de02106..a496159b10b7359d52af3dc8cf82efe6c7c6dd78 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -12,7 +12,6 @@
 
 #include "array.hh"
 #include "lily-proto.hh"
-#include "plist.hh"
 #include "string.hh"
 #include "input.hh"
 #include "lily-proto.hh"
@@ -24,7 +23,7 @@ public:
   /// paper_, staffs_ and commands_ form the problem definition.
   Link_array<Music_output_def> def_p_arr_;
   Music * music_p_;
-  Header * header_p_;
+  Scope * header_p_;
 
   int errorlevel_i_;