]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/bin/table-to-html.py
release: 1.0.8
[lilypond.git] / stepmake / bin / table-to-html.py
index d43590f0d7ffaadb6e65467fb86914645dc3d59c..af199bbfbe47d807d041d0986339b357968598b3 100644 (file)
@@ -102,7 +102,7 @@ def main ():
     (options, files) = getopt.getopt (
        sys.argv[1:], 'to:hp:s:', ['help', 'latex', 'output=', 'package=', 'separator='])
     latex = 0
-    separator = ':'
+    separator = '@'
     output = ''
     for opt in options:
        o = opt[0]