From b038cb8ecf3d77fb8231fb89763352c24433f669 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:00:08 +0000 Subject: [PATCH] lilypond-0.1.22 --- bin/genheader.py | 2 +- lily/include/beam-swallow-trans.hh | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 lily/include/beam-swallow-trans.hh diff --git a/bin/genheader.py b/bin/genheader.py index f8c1cc30f1..07bd450772 100644 --- a/bin/genheader.py +++ b/bin/genheader.py @@ -66,7 +66,7 @@ def head_str(filename): def c_include(filename): startdef= filename; - trans = string.maketrans( string.lowercase + '.', string.uppercase + '_') + trans = string.maketrans( string.lowercase + '-.', string.uppercase + '__') startdef = string.translate(filename, trans) diff --git a/lily/include/beam-swallow-trans.hh b/lily/include/beam-swallow-trans.hh new file mode 100644 index 0000000000..7291fd0157 --- /dev/null +++ b/lily/include/beam-swallow-trans.hh @@ -0,0 +1,15 @@ +/* + beam-swallow-trans.hh -- declare + + source file of the GNU LilyPond music typesetter + + (c) 1997 Han-Wen Nienhuys + + */ + +#ifndef BEAM_SWALLOW_TRANS_HH +#define BEAM_SWALLOW_TRANS_HH + + +#endif /* BEAM_SWALLOW_TRANS_HH */ + -- 2.39.5