]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/header.hh
release: 1.1.30
[lilypond.git] / lily / include / header.hh
index d5919b0de5e8cfbb4711d98bd130bf783a5c53f8..32907cdbe7281c348a3fe946823cc1613d570be0 100644 (file)
@@ -1,9 +1,9 @@
 /*
-  header.hh -- declare 
+  header.hh -- declare Header
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #define HEADER_HH
 
 #include "string.hh"
-#include "assoc.hh"
+#include "dictionary.hh"
+#include "scope.hh"
 
 
-struct Header : Assoc<String, String>
-{
-  String TeX_string() const;
-};
+/** Store bibliographical information.  The information in the \header
+   block is read into this struct.  Lily does not process this
+   information.  */
+typedef Scope Header;
 
 #endif // HEADER_HH