From a8e32d8cfb884862aea3ed94291264ff4cc85eca Mon Sep 17 00:00:00 2001 From: Heikki Junes Date: Tue, 29 Jul 2003 13:00:30 +0000 Subject: [PATCH] add verbs. --- scripts/abc2ly.py | 6 +++--- scripts/convert-ly.py | 6 +++--- scripts/etf2ly.py | 4 ++-- scripts/musedata2ly.py | 4 ++-- scripts/pmx2ly.py | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py index 32a1ccfdbe..7da00649c6 100644 --- a/scripts/abc2ly.py +++ b/scripts/abc2ly.py @@ -1267,10 +1267,10 @@ Convert ABC to lilypond. Usage: abc2ly [OPTIONS]... ABC-FILE Options: - -h, --help this help + -h, --help print this help -o, --output=FILE set output filename to FILE - -v, --version version information - -s, --strict be strict about succes. + -v, --version show version information + -s, --strict be strict about succes This program converts ABC music files (see http://www.gre.ac.uk/~c.walshaw/abc2mtex/abc.txt) To LilyPond input. diff --git a/scripts/convert-ly.py b/scripts/convert-ly.py index bf776d43bf..9326c6f399 100644 --- a/scripts/convert-ly.py +++ b/scripts/convert-ly.py @@ -47,10 +47,10 @@ input is guessed by default from \version directive Options: -h, --help print this help - -e, --edit in place edit - -f, --from=VERSION start from version. Overrides \version found in file. + -e, --edit edit in place + -f, --from=VERSION start from version; overrides \version found in file -s, --show-rules print all rules. - -t, --to=VERSION target version + -t, --to=VERSION show target version -n, --no-version don't add new version stamp. --version print program version diff --git a/scripts/etf2ly.py b/scripts/etf2ly.py index b2742e6d0a..4e287d0148 100644 --- a/scripts/etf2ly.py +++ b/scripts/etf2ly.py @@ -1118,9 +1118,9 @@ def help (): Convert ETF to LilyPond. Options: - -h,--help this help + -h,--help print this help -o,--output=FILE set output filename to FILE - -v,--version version information + -v,--version show version information Enigma Transport Format is a format used by Coda Music Technology's Finale product. This program will convert a subset of ETF to a diff --git a/scripts/musedata2ly.py b/scripts/musedata2ly.py index a1289d87a9..586dd26a4f 100644 --- a/scripts/musedata2ly.py +++ b/scripts/musedata2ly.py @@ -531,9 +531,9 @@ def help (): Convert musedata to LilyPond. Options: - -h,--help this help + -h,--help print this help -o,--output=FILE set output filename to FILE - -v,--version version information + -v,--version show version information -r,--ref=REF read background information from ref-file REF Musedata (http://www.ccarh.org/musedata/) is an electronic library of diff --git a/scripts/pmx2ly.py b/scripts/pmx2ly.py index 7328ed1505..da83bc13ef 100644 --- a/scripts/pmx2ly.py +++ b/scripts/pmx2ly.py @@ -790,9 +790,9 @@ def help (): Convert PMX to LilyPond. Options: - -h, --help this help + -h, --help print this help -o, --output=FILE set output filename to FILE - -v, --version version information + -v, --version shown version information PMX is a Musixtex preprocessor written by Don Simons, see http://www.gmd.de/Misc/Music/musixtex/software/pmx/ -- 2.39.2