From: fred Date: Sat, 16 Aug 1997 00:49:22 +0000 (+0000) Subject: lilypond-0.1.9 X-Git-Tag: release/1.5.59~6064 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=44b0aeb9c0176385342dd9ca19a0401409146f87;p=lilypond.git lilypond-0.1.9 --- diff --git a/lily/include/header.hh b/lily/include/header.hh new file mode 100644 index 0000000000..e48733ece4 --- /dev/null +++ b/lily/include/header.hh @@ -0,0 +1,21 @@ +/* + header.hh -- declare + + source file of the GNU LilyPond music typesetter + + (c) 1997 Han-Wen Nienhuys +*/ + + +#ifndef HEADER_HH +#define HEADER_HH + +#include "string.hh" +#include "assoc.hh" + + +struct Header : Assoc +{ +}; + +#endif // HEADER_HH