From 9d9c74f5ad5999ffe22bc6a6d313c9e2733a9391 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 10 Mar 1997 17:29:43 +0000 Subject: [PATCH] lilypond-0.0.40 --- mi2mu/include/mi2mu.hh | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 mi2mu/include/mi2mu.hh diff --git a/mi2mu/include/mi2mu.hh b/mi2mu/include/mi2mu.hh new file mode 100644 index 0000000000..0210f523eb --- /dev/null +++ b/mi2mu/include/mi2mu.hh @@ -0,0 +1,56 @@ +// +// mi2mu.hh -- generic mi2mu include file +// +// copyright 1997 Jan Nieuwenhuizen + +#ifndef M2M_HH +#define M2M_HH + +// yes, i know this hurts the dependency calc, however, +// having includes in headers sucks, and long trial and error +// include lists also suck. +// if you want less dependecies, break lib/exe down in smaller +// modules. + +#include +#include +#include +#include +#include +#include + +#include "proto.hh" +#include "plist.hh" +#include "debug.hh" +#ifdef mtor +#undef mtor +#endif + +#include "string.hh" +#include "string-convert.hh" + +#include "lgetopt.hh" + +#include "moment.hh" +#include "duration.hh" +#include "input-file.hh" +#include "source-file.hh" +#include "source.hh" + +// mustn-t do, these get touched! +// #include "fversion.hh" +// #include "version.hh" + +#include "midi-global.hh" + +#include "lily-stream.hh" +#include "midi-event.hh" +#include "midi-score.hh" +#include "midi-track.hh" +#include "midi-voice.hh" +#include "my-midi-lexer.hh" +#include "my-midi-parser.hh" +#include "track-column.hh" + +#endif // M2M_HH + -- 2.39.5