]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/header.hh
c5fcae96a8006284ad39e920ab3bfd29054a5614
[lilypond.git] / lily / include / header.hh
1 /*
2   header.hh -- declare 
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef HEADER_HH
11 #define HEADER_HH
12
13 #include "string.hh"
14 #include "assoc.hh"
15
16
17 struct Header : Assoc<String, String>
18 {
19   String TeX_string()const;
20 };
21
22 #endif // HEADER_HH