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)
--- /dev/null
+/*
+ beam-swallow-trans.hh -- declare
+
+ source file of the GNU LilyPond music typesetter
+
+ (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+
+ */
+
+#ifndef BEAM_SWALLOW_TRANS_HH
+#define BEAM_SWALLOW_TRANS_HH
+
+
+#endif /* BEAM_SWALLOW_TRANS_HH */
+