]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/header.hh
32907cdbe7281c348a3fe946823cc1613d570be0
[lilypond.git] / lily / include / header.hh
1 /*
2   header.hh -- declare Header
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef HEADER_HH
11 #define HEADER_HH
12
13 #include "string.hh"
14 #include "dictionary.hh"
15 #include "scope.hh"
16
17
18 /** Store bibliographical information.  The information in the \header
19    block is read into this struct.  Lily does not process this
20    information.  */
21 typedef Scope Header;
22
23 #endif // HEADER_HH