]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/header.hh
release: 1.3.0
[lilypond.git] / lily / include / header.hh
index 4877f396f61507cd9a8450297559639448025e1c..2a31d99266fa87b4d7fe56abbe4003a1286222d7 100644 (file)
@@ -1,9 +1,9 @@
 /*
-  header.hh -- declare 
+  header.hh -- declare Header
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 
 #include "string.hh"
 #include "dictionary.hh"
+#include "scope.hh"
 
 
-struct Header : Dictionary<String>
-{
-  String lily_id_str_;
-  String TeX_string() const;
-};
 
 #endif // HEADER_HH