]> git.donarmstrong.com Git - lilypond.git/blobdiff - bin/mf-to-table.py
release: 0.1.20
[lilypond.git] / bin / mf-to-table.py
index 1ebf973d6cfd6825e1e635ebf11c5a1c57da24b2..bf680f93779f75af04417c93a69185b60797b1f5 100644 (file)
@@ -1,5 +1,13 @@
 #!@PYTHON@
 
+# 
+# mf-to-table.py -- convert spacing info in  MF logs .ly and .tex
+# 
+# source file of the GNU LilyPond music typesetter
+# 
+# (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+# 
+
 import getopt
 from string import *
 import regex
@@ -7,6 +15,7 @@ import regsub
 import os
 import sys
 import time
+
 begin_autometric_re = regex.compile('@{')
 end_autometric_re = regex.compile('@}')
 autometric_re = regex.compile('@{\([^@]*\)@}')