From 44b0aeb9c0176385342dd9ca19a0401409146f87 Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 16 Aug 1997 00:49:22 +0000 Subject: [PATCH] lilypond-0.1.9 --- lily/include/header.hh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lily/include/header.hh 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 -- 2.39.5