]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/header.hh
4877f396f61507cd9a8450297559639448025e1c
[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--1998 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef HEADER_HH
11 #define HEADER_HH
12
13 #include "string.hh"
14 #include "dictionary.hh"
15
16
17 struct Header : Dictionary<String>
18 {
19   String lily_id_str_;
20   String TeX_string() const;
21 };
22
23 #endif // HEADER_HH