]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.22
authorfred <fred>
Sun, 24 Mar 2002 20:00:08 +0000 (20:00 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:00:08 +0000 (20:00 +0000)
bin/genheader.py
lily/include/beam-swallow-trans.hh [new file with mode: 0644]

index f8c1cc30f132a0e45490dacf67cb6dada86718bf..07bd45077264f5db842bef0c9e984d7292a4f04d 100644 (file)
@@ -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 (file)
index 0000000..7291fd0
--- /dev/null
@@ -0,0 +1,15 @@
+/*   
+  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 */
+