]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/mf-to-table.py
* input/test/partial-blank.ly (quickmeasure): syntax
[lilypond.git] / buildscripts / mf-to-table.py
index a63cdc0c17b1910dba92fab8fca964ae5de905d2..cf3d4b08c2873ea45bfd33e656840ce51f9f7a89 100644 (file)
@@ -156,7 +156,7 @@ def write_fontlist (file, global_info, charmetrics):
        nm = font_family
        per_line = 3
        file.write (r"""
-%% Lilypond file to list all font symbols and the corresponding names
+%% LilyPond file to list all font symbols and the corresponding names
 %% Automatically generated by mf-to-table.py
 \score{\notes{\fatText\time %d/4
 """ % per_line)
@@ -210,16 +210,19 @@ def write_deps (file, deps, targets):
        file.write ('\n')
 
 def help():
-    sys.stdout.write(r"""Usage: mf-to-table [options] LOGFILEs
-Generate feta metrics table from preparated feta log\n
+    sys.stdout.write(r"""Usage: mf-to-table [OPTIONS] LOGFILEs
+Generate feta metrics table from preparated feta log.
+
 Options:
-  -a, --afm=FILE         .afm file
+  -a, --afm=FILE         specify .afm file
   -d, --dep=FILE         print dependency info to FILE
   -h, --help             print this help
   -l, --ly=FILE          name output table
   -o, --outdir=DIR       prefix for dependency info
   -p, --package=DIR      specify package
-  -t, --tex=FILE         name output tex chardefs"""
+  -t, --tex=FILE         name output tex chardefs
+
+  """
 )
     sys.exit (0)