]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/header.hh
release: 1.3.0
[lilypond.git] / lily / include / header.hh
index a6b37dba9f521ae5ca8a8c6facf7e363b8185eb0..2a31d99266fa87b4d7fe56abbe4003a1286222d7 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--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 
 #include "string.hh"
 #include "dictionary.hh"
+#include "scope.hh"
 
 
-/** Store bibliographical information.  The information in the \header
-   block is read into this struct.  Lily does not process this
-   information.  */
-struct Header : Dictionary<String>
-{
-  String lily_id_str_;
-  String TeX_string() const;
-  Header ();
-};
 
 #endif // HEADER_HH