]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/header.hh
release: 1.0.15
[lilypond.git] / lily / include / header.hh
index 288ca7a671412a898977a961421124c9ffa043a0..e65d065e92498f8049b51f19356ba38e1f556ed5 100644 (file)
 
 #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_;
-};
+typedef Scope Header;
 
 #endif // HEADER_HH