]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/header.hh
release: 1.3.0
[lilypond.git] / lily / include / header.hh
index 288ca7a671412a898977a961421124c9ffa043a0..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>
-{
-  Header ();
-
-  String tex_string () const;
-  String ps_string () const;
-
-  String lily_id_str_;
-};
 
 #endif // HEADER_HH