+2003-07-29 Heikki Junes <hjunes@cc.hut.fi>
+
+ * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
+ stepmake/bin{ many }: polish the `--help's of different scripts;
+ model taken from the core-utils of Linux.
+
+ * flower/getopt-long.cc: add space, see above.
+
2003-07-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
* flower/parse-afm.cc (parseCharMetrics): add warnings.
* flower/include/libc-extension.hh: protect against isinf macros.
+2003-07-29 Heikki Junes <hjunes@cc.hut.fi>
+
+ * { many }: Use two uppercase letters in LilyPond.
+
+ * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
+
+ * VERSION: 1.7.29 released.
+
2003-07-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
* lily/tie.cc: add TODO comment.
linejoins and linecaps. This fixes problems with occasional spikes
on slur/tie endings.
-2003-07-29 Heikki Junes <hjunes@cc.hut.fi>
-
- * { many }: Use two uppercase letters in LilyPond.
-
- * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
-
- * VERSION: 1.7.29 released.
-
* input/regression/font-name.ly: don't use PS fonts for
compatibility reasons.
2003-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
* ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
- This fixes core dump on MIDI ouput (Simon Weatherill).
+ This fixes core dump on MIDI output (Simon Weatherill).
* stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
on local-WWW-post.
my $help_info = <<EOT;
`$this_program' generates a man page out of `--help' and `--version' output.
-Usage: $this_program [OPTION]... EXECUTABLE
+Usage: $this_program [OPTIONS]... EXECUTABLE
-n, --name=STRING description for the NAME paragraph
-s, --section=SECTION section number for manual page (1, 6, 8)
for (keys %$hash) { $hash->{$_} =~ s/\n+$/\n/ }
}
-# Turn off localisation of executable's ouput.
+# Turn off localisation of executable's output.
@ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
# Turn off localisation of date (for strftime).
$name $version
Install HTML info document.
-Usage: $name [OPTION]... [DOCUMENT-DIR]...
+Usage: $name [OPTIONS]... [DOCUMENT-DIR]...
Options:
- -a,--all assume all subdirectories of index to be DOCUMENT-DIRs
- -d,--dir=DIR set index directory to DIR (default=.)
- -D,--debug print debugging info
- -h,--help this help text
- -v,--version show version
+ -a, --all assume all subdirectories of index to be DOCUMENT-DIRs
+ -d, --dir=DIR set index directory to DIR (default=.)
+ -D, --debug print debugging info
+ -h, --help show this help text
+ -v, --version show version
EOF
}
</body>
</html>
EOF
-echo
\ No newline at end of file
+echo
program_name = 'lys-to-tely'
def help ():
- sys.stdout.write (r"""Usage: lys-to-tely [OPTION]... LY-FILE...
+ sys.stdout.write (r"""Usage: lys-to-tely [OPTIONS]... LY-FILE...
Construct tely doc from LY-FILEs.
Options:
-h, --help print this help
- -o,output=NAME write tely doc to NAME
- -t,title=TITLE set tely tely doc title TITLE
+ -o, --output=NAME write tely doc to NAME
+ -t, --title=TITLE set tely doc title TITLE
+
""")
sys.exit (0)
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)
return dict
def help ():
- sys.stdout.write (r"""Usage: mutopia-index [options] INFILE OUTFILE
-Generate index for mutopia\n
+ sys.stdout.write (r"""Usage: mutopia-index [OPTIONS] INFILE OUTFILE
+Generate index for mutopia.
+
Options:
-h, --help print this help
- -o,-output=FILE write output to file.
+ -o, --output=FILE write output to file
-s, --subdirs=DIR add subdir
- --suffix=SUF specify suffix"""
+ --suffix=SUF specify suffix
+
+"""
)
sys.exit (0)
def help ():
- print """Usage: wiki-slurp.py [OPTION]... ENTRY-PATTERN...
+ print """Usage: wiki-slurp.py [OPTIONS]... ENTRY-PATTERN...
Download a WikiWiki site and convert to local html.
Example: wiki-slurp.py -d /tmp/output 'http://c2.com/cgi-bin/wiki?'
Options:
- -h,--help this help
- -m,--mangle mangle file names to be shorter
- -d,--outdir=DIR set output directory to DIR
- -v,--version version information
+ -h, --help show this help
+ -m, --mangle mangle file names to be shorter
+ -d, --outdir=DIR set output directory to DIR
+ -v, --version show version information
Warning: downloading an entire Wiki site generates a huge amount of
traffic and server load. Consider asking for a copy of the database.
-See also http://c2.com/cgi-bin/wiki?WikiSlurp
+See also http://c2.com/cgi-bin/wiki?WikiSlurp.
Report bugs to bug-lilypond@gnu.org.
-Written by Han-Wen Nienhuys <hanwen@cs.uu.nl>
+Written by Han-Wen Nienhuys <hanwen@cs.uu.nl>.
+
"""
def print_version ():
else
s = " ";
- s = s + ((shortname_char_ && longname_str0_) ? "," : " ");
+ s = s + ((shortname_char_ && longname_str0_) ? ", " : " ");
if (longname_str0_)
s = s + "--" + longname_str0_;
{
printf ("\n");
/* No version number or newline here. It confuses help2man. */
- printf (_f ("Usage: %s [OPTION]... FILE...", "lilypond").to_str0 ());
+ printf (_f ("Usage: %s [OPTIONS]... FILE...", "lilypond").to_str0 ());
printf ("\n\n");
printf (_ ("Typeset music and or play MIDI from FILE.").to_str0 ());
printf ("\n\n");
#: lilylib.py:194 midi2ly.py:224 mup2ly.py:220
#, python-format
-msgid "Usage: %s [OPTION]... FILE"
+msgid "Usage: %s [OPTIONS]... FILE"
msgstr "Pou¾ití: %s [PØEPÍNAÈ]... SOUBOR"
#: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166
msgstr "vytváøí pouze MIDI výstup"
#: ly2dvi.py:135 midi2ly.py:102
-msgid "write ouput to FILE"
+msgid "write output to FILE"
msgstr "zapisuje výstup do SOUBORu"
#: ly2dvi.py:136
#. original_dir = os.getcwd ()
#. keep_temp_dir_p = 0
#: midi2ly.py:94
-msgid "Convert MIDI to LilyPond source"
-msgstr "Pøevádí MIDI na zdrojový text pro LilyPond"
+msgid "Convert MIDI to LilyPond source."
+msgstr "Pøevádí MIDI na zdrojový text pro LilyPond."
#: midi2ly.py:97
msgid "print absolute pitches"
#. if set, LILYPONDPREFIX must take prevalence
#. if datadir is not set, we're doing a build and LILYPONDPREFIX
#: mup2ly.py:70
-msgid "Convert mup to LilyPond source"
-msgstr "Pøevede soubor mup na zdrojový text LilyPondu"
+msgid "Convert mup to LilyPond source."
+msgstr "Pøevede soubor mup na zdrojový text LilyPondu."
#: mup2ly.py:73
msgid "debug"
#. No version number or newline here. It confuses help2man.
#: main.cc:155
#, c-format
-msgid "Usage: %s [OPTION]... FILE..."
+msgid "Usage: %s [OPTIONS]... FILE..."
msgstr "Pou¾ití: %s [PØEPÍNAÈ]... SOUBOR..."
#: main.cc:157
#: lilylib.py:194 midi2ly.py:224 mup2ly.py:220
#, python-format
-msgid "Usage: %s [OPTION]... FILE"
+msgid "Usage: %s [OPTIONS]... FILE"
msgstr "Brug: %s [FLAG]... FIL"
#: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166
msgstr "lav kun MIDI-uddata"
#: ly2dvi.py:135 midi2ly.py:102
-msgid "write ouput to FILE"
+msgid "write output to FILE"
msgstr "skriv uddata til FIL"
#: ly2dvi.py:136
#. original_dir = os.getcwd ()
#. keep_temp_dir_p = 0
#: midi2ly.py:94
-msgid "Convert MIDI to LilyPond source"
-msgstr "Konvertér MIDI til LilyPond-klide"
+msgid "Convert MIDI to LilyPond source."
+msgstr "Konvertér MIDI til LilyPond-klide."
#: midi2ly.py:97
msgid "print absolute pitches"
#. if set, LILYPONDPREFIX must take prevalence
#. if datadir is not set, we're doing a build and LILYPONDPREFIX
#: mup2ly.py:70
-msgid "Convert mup to LilyPond source"
-msgstr "Konvertér mup til LilyPond-kilde"
+msgid "Convert mup to LilyPond source."
+msgstr "Konvertér mup til LilyPond-kilde."
#: mup2ly.py:73
msgid "debug"
#. No version number or newline here. It confuses help2man.
#: main.cc:155
#, c-format
-msgid "Usage: %s [OPTION]... FILE..."
+msgid "Usage: %s [OPTIONS]... FILE..."
msgstr "Brug: %s [FLAG]... FIL..."
#: main.cc:157
#~ msgid "assume no double dotted notes"
#~ msgstr "antag ingen dobbeltpunktede noder"
-#~ msgid "Usage: %s [OPTION]... [FILE]"
+#~ msgid "Usage: %s [OPTIONS]... [FILE]"
#~ msgstr "Brug: %s [FLAG]... [FIL]"
#~ msgid "Translate MIDI-file to lilypond"
#: lilylib.py:194 midi2ly.py:224 mup2ly.py:220
#, python-format
-msgid "Usage: %s [OPTION]... FILE"
-msgstr "Aufruf: %s [OPTION]... DATEI"
+msgid "Usage: %s [OPTIONS]... FILE"
+msgstr "Aufruf: %s [OPTIONS]... DATEI"
#: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166
msgid "Options:"
msgstr "nur MIDI-Ausgabe erzeugen"
#: ly2dvi.py:135 midi2ly.py:102
-msgid "write ouput to FILE"
+msgid "write output to FILE"
msgstr "Ausgabe in DATEI schreiben"
#: ly2dvi.py:136
#. original_dir = os.getcwd ()
#. keep_temp_dir_p = 0
#: midi2ly.py:94
-msgid "Convert MIDI to LilyPond source"
-msgstr "MIDI nach LilyPond-Quelltext konvertieren"
+msgid "Convert MIDI to LilyPond source."
+msgstr "MIDI nach LilyPond-Quelltext konvertieren."
#: midi2ly.py:97
msgid "print absolute pitches"
#. if set, LILYPONDPREFIX must take prevalence
#. if datadir is not set, we're doing a build and LILYPONDPREFIX
#: mup2ly.py:70
-msgid "Convert mup to LilyPond source"
-msgstr "mup nach LilyPond-Quelltext konvertieren"
+msgid "Convert mup to LilyPond source."
+msgstr "mup nach LilyPond-Quelltext konvertieren."
#: mup2ly.py:73
msgid "debug"
#. No version number or newline here. It confuses help2man.
#: main.cc:155
#, c-format
-msgid "Usage: %s [OPTION]... FILE..."
-msgstr "Aufruf: %s [OPTION]... DATEI..."
+msgid "Usage: %s [OPTIONS]... FILE..."
+msgstr "Aufruf: %s [OPTIONS]... DATEI..."
#: main.cc:157
msgid "Typeset music and or play MIDI from FILE."
#: lilylib.py:194 midi2ly.py:224 mup2ly.py:220
#, python-format
-msgid "Usage: %s [OPTION]... FILE"
-msgstr "Sintaxis: %s [OPTION]... FICHERO"
+msgid "Usage: %s [OPTIONS]... FILE"
+msgstr "Sintaxis: %s [OPTIONS]... FICHERO"
#: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166
msgid "Options:"
msgstr "producir solamente una salida MIDI"
#: ly2dvi.py:135 midi2ly.py:102
-msgid "write ouput to FILE"
+msgid "write output to FILE"
msgstr "escribir la salida en el FICHERO"
#: ly2dvi.py:136
#. original_dir = os.getcwd ()
#. keep_temp_dir_p = 0
#: midi2ly.py:94
-msgid "Convert MIDI to LilyPond source"
+msgid "Convert MIDI to LilyPond source."
msgstr ""
#: midi2ly.py:97
#. if datadir is not set, we're doing a build and LILYPONDPREFIX
#: mup2ly.py:70
#, fuzzy
-msgid "Convert mup to LilyPond source"
-msgstr "Convertir mup a ly"
+msgid "Convert mup to LilyPond source."
+msgstr "Convertir mup a ly."
#: mup2ly.py:73
msgid "debug"
#. No version number or newline here. It confuses help2man.
#: main.cc:155
#, c-format
-msgid "Usage: %s [OPTION]... FILE..."
+msgid "Usage: %s [OPTIONS]... FILE..."
msgstr "Sintaxis: %s [OPCIÓN]... FICHERO..."
#: main.cc:157
#: lilylib.py:194 midi2ly.py:224 mup2ly.py:220
#, python-format
-msgid "Usage: %s [OPTION]... FILE"
+msgid "Usage: %s [OPTIONS]... FILE"
msgstr "Käyttö: %s [OPTIOT]... TIEDOSTO"
#: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166
msgstr "tuota vain MIDI -tuloste"
#: ly2dvi.py:135 midi2ly.py:102
-msgid "write ouput to FILE"
+msgid "write output to FILE"
msgstr "tulosta tiedostoon TIEDOSTO"
#: ly2dvi.py:136
#. original_dir = os.getcwd ()
#. keep_temp_dir_p = 0
#: midi2ly.py:94
-msgid "Convert MIDI to LilyPond source"
-msgstr "Muunna MIDI LilyPond -koodiksi"
+msgid "Convert MIDI to LilyPond source."
+msgstr "Muunna MIDI LilyPond -muotoon."
#: midi2ly.py:97
msgid "print absolute pitches"
#. if set, LILYPONDPREFIX must take prevalence
#. if datadir is not set, we're doing a build and LILYPONDPREFIX
#: mup2ly.py:70
-msgid "Convert mup to LilyPond source"
-msgstr "Muunna mup LilyPond-koodiksi"
+msgid "Convert mup to LilyPond source."
+msgstr "Muunna mup LilyPond-muotoon."
#: mup2ly.py:73
msgid "debug"
#. No version number or newline here. It confuses help2man.
#: main.cc:155
#, c-format
-msgid "Usage: %s [OPTION]... FILE..."
+msgid "Usage: %s [OPTIONS]... FILE..."
msgstr "Käyttö: %s [OPTIOT]... TIEDOSTO..."
#: main.cc:157
#: lilylib.py:194 midi2ly.py:224 mup2ly.py:220
#, python-format
-msgid "Usage: %s [OPTION]... FILE"
-msgstr "Usage: %s [OPTION]... FICHIER"
+msgid "Usage: %s [OPTIONS]... FILE"
+msgstr "Usage: %s [OPTIONS]... FICHIER"
#: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166
msgid "Options:"
msgstr "produire une sortie MIDI seulement"
#: ly2dvi.py:135 midi2ly.py:102
-msgid "write ouput to FILE"
+msgid "write output to FILE"
msgstr "produire la sortie dans le FICHIER"
#: ly2dvi.py:136
#. original_dir = os.getcwd ()
#. keep_temp_dir_p = 0
#: midi2ly.py:94
-msgid "Convert MIDI to LilyPond source"
-msgstr "Convertir de MIDI en source LilyPond"
+msgid "Convert MIDI to LilyPond source."
+msgstr "Convertir de MIDI en source LilyPond."
#: midi2ly.py:97
msgid "print absolute pitches"
#. if set, LILYPONDPREFIX must take prevalence
#. if datadir is not set, we're doing a build and LILYPONDPREFIX
#: mup2ly.py:70
-msgid "Convert mup to LilyPond source"
-msgstr "Conversion de mup en source LilyPond"
+msgid "Convert mup to LilyPond source."
+msgstr "Conversion de mup en source LilyPond."
#: mup2ly.py:73
msgid "debug"
#: lilylib.py:194 midi2ly.py:224 mup2ly.py:220
#, fuzzy, python-format
-msgid "Usage: %s [OPTION]... FILE"
-msgstr "Uso: %s [OPZIONE... [FILE]"
+msgid "Usage: %s [OPTIONS]... FILE"
+msgstr "Uso: %s [OPZIONE]... [FILE]"
#: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166
msgid "Options:"
msgstr " -M, --no-paper produce solo output midi\n"
#: ly2dvi.py:135 midi2ly.py:102
-msgid "write ouput to FILE"
+msgid "write output to FILE"
msgstr ""
#: ly2dvi.py:136
#. original_dir = os.getcwd ()
#. keep_temp_dir_p = 0
#: midi2ly.py:94
-msgid "Convert MIDI to LilyPond source"
+msgid "Convert MIDI to LilyPond source."
msgstr ""
#: midi2ly.py:97
#. if set, LILYPONDPREFIX must take prevalence
#. if datadir is not set, we're doing a build and LILYPONDPREFIX
#: mup2ly.py:70
-msgid "Convert mup to LilyPond source"
+msgid "Convert mup to LilyPond source."
msgstr ""
#: mup2ly.py:73
#. No version number or newline here. It confuses help2man.
#: main.cc:155
#, fuzzy, c-format
-msgid "Usage: %s [OPTION]... FILE..."
+msgid "Usage: %s [OPTIONS]... FILE..."
msgstr "Uso: %s [OPZIONE]... [FILE]..."
#: main.cc:157
#~ msgstr ""
#~ " -x, --no-double-dots assume che non ci siano note con doppio punto\n"
-#~ msgid "Usage: %s [OPTION]... [FILE]"
-#~ msgstr "Uso: %s [OPZIONE... [FILE]"
+#~ msgid "Usage: %s [OPTIONS]... [FILE]"
+#~ msgstr "Uso: %s [OPZIONE]... [FILE]"
#, fuzzy
#~ msgid "Translate MIDI-file to lilypond"
#~ msgstr "scrivo il file delle dipendenze: `%s'..."
#, fuzzy
-#~ msgid "Usage: ly2dvi [OPTION]... FILE\n"
-#~ msgstr "Uso: %s [OPZIONE... [FILE]"
+#~ msgid "Usage: ly2dvi [OPTIONS]... FILE\n"
+#~ msgstr "Uso: %s [OPZIONE]... [FILE]"
#~ msgid "unconventional key: flats: %d, sharps: %d"
#~ msgstr "armatura non convenzionale: %d bemolli e %d diesis"
#: lilylib.py:194 midi2ly.py:224 mup2ly.py:220
#, fuzzy, python-format
-msgid "Usage: %s [OPTION]... FILE"
+msgid "Usage: %s [OPTIONS]... FILE"
msgstr "»È¤¤Êý: %s [¥ª¥×¥·¥ç¥ó]... [¥Õ¥¡¥¤¥ë]"
#: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166
#: ly2dvi.py:135 midi2ly.py:102
#, fuzzy
-msgid "write ouput to FILE"
+msgid "write output to FILE"
msgstr "BASENAME[-x].³ÈÄ¥»Ò ¤Ø½ÐÎϤò½ñ¤¹þ¤à"
#: ly2dvi.py:136
#. original_dir = os.getcwd ()
#. keep_temp_dir_p = 0
#: midi2ly.py:94
-msgid "Convert MIDI to LilyPond source"
+msgid "Convert MIDI to LilyPond source."
msgstr ""
#: midi2ly.py:97
#. if set, LILYPONDPREFIX must take prevalence
#. if datadir is not set, we're doing a build and LILYPONDPREFIX
#: mup2ly.py:70
-msgid "Convert mup to LilyPond source"
+msgid "Convert mup to LilyPond source."
msgstr ""
#: mup2ly.py:73
#. No version number or newline here. It confuses help2man.
#: main.cc:155
#, fuzzy, c-format
-msgid "Usage: %s [OPTION]... FILE..."
+msgid "Usage: %s [OPTIONS]... FILE..."
msgstr "»È¤¤Êý: %s [¥ª¥×¥·¥ç¥ó]... [¥Õ¥¡¥¤¥ë]..."
#: main.cc:157
#~ msgid "assume no double dotted notes"
#~ msgstr "Ê£ÉäÅÀ²»Éä¤ò̵¤¯¤¹¤è¤¦»î¤ß¤Þ¤¹"
-#~ msgid "Usage: %s [OPTION]... [FILE]"
+#~ msgid "Usage: %s [OPTIONS]... [FILE]"
#~ msgstr "»È¤¤Êý: %s [¥ª¥×¥·¥ç¥ó]... [¥Õ¥¡¥¤¥ë]"
#, fuzzy
#~ msgstr "¥Ð¥°¥ì¥Ý¡¼¥È¤Ï %s ¤Ø"
#, fuzzy
-#~ msgid "Usage: ly2dvi [OPTION]... FILE\n"
+#~ msgid "Usage: ly2dvi [OPTIONS]... FILE\n"
#~ msgstr "»È¤¤Êý: %s [¥ª¥×¥·¥ç¥ó]... [¥Õ¥¡¥¤¥ë]"
#~ msgid "unconventional key: flats: %d, sharps: %d"
#: lilylib.py:194 midi2ly.py:224 mup2ly.py:220
#, python-format
-msgid "Usage: %s [OPTION]... FILE"
+msgid "Usage: %s [OPTIONS]... FILE"
msgstr ""
#: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166
msgstr ""
#: ly2dvi.py:135 midi2ly.py:102
-msgid "write ouput to FILE"
+msgid "write output to FILE"
msgstr ""
#: ly2dvi.py:136
#. original_dir = os.getcwd ()
#. keep_temp_dir_p = 0
#: midi2ly.py:94
-msgid "Convert MIDI to LilyPond source"
+msgid "Convert MIDI to LilyPond source."
msgstr ""
#: midi2ly.py:97
#. if set, LILYPONDPREFIX must take prevalence
#. if datadir is not set, we're doing a build and LILYPONDPREFIX
#: mup2ly.py:70
-msgid "Convert mup to LilyPond source"
+msgid "Convert mup to LilyPond source."
msgstr ""
#: mup2ly.py:73
#. No version number or newline here. It confuses help2man.
#: main.cc:155
#, c-format
-msgid "Usage: %s [OPTION]... FILE..."
+msgid "Usage: %s [OPTIONS]... FILE..."
msgstr ""
#: main.cc:157
#: lilylib.py:194 midi2ly.py:224 mup2ly.py:220
#, python-format
-msgid "Usage: %s [OPTION]... FILE"
+msgid "Usage: %s [OPTIONS]... FILE"
msgstr "Gebruik: %s [OPTIE]... BESTAND"
#: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166
msgstr "produceer alleen MIDI uitvoer"
#: ly2dvi.py:135 midi2ly.py:102
-msgid "write ouput to FILE"
+msgid "write output to FILE"
msgstr "schrijf uitvoer naar BESTAND"
#: ly2dvi.py:136
#. original_dir = os.getcwd ()
#. keep_temp_dir_p = 0
#: midi2ly.py:94
-msgid "Convert MIDI to LilyPond source"
+msgid "Convert MIDI to LilyPond source."
msgstr ""
#: midi2ly.py:97
#. if datadir is not set, we're doing a build and LILYPONDPREFIX
#: mup2ly.py:70
#, fuzzy
-msgid "Convert mup to LilyPond source"
-msgstr "Converteer mup naar ly"
+msgid "Convert mup to LilyPond source."
+msgstr "Converteer mup naar ly."
#: mup2ly.py:73
msgid "debug"
#. No version number or newline here. It confuses help2man.
#: main.cc:155
#, c-format
-msgid "Usage: %s [OPTION]... FILE..."
+msgid "Usage: %s [OPTIONS]... FILE..."
msgstr "Gebruik: %s [OPTIE]... BESTAND..."
#: main.cc:157
#~ msgid "assume no double dotted notes"
#~ msgstr "ga niet uit van dubbel gepunteerde noten"
-#~ msgid "Usage: %s [OPTION]... [FILE]"
+#~ msgid "Usage: %s [OPTIONS]... [FILE]"
#~ msgstr "Gebruik: %s [OPTIE]... [BESTAND]"
#~ msgid "Translate MIDI-file to lilypond"
#: lilylib.py:194 midi2ly.py:224 mup2ly.py:220
#, fuzzy, python-format
-msgid "Usage: %s [OPTION]... FILE"
+msgid "Usage: %s [OPTIONS]... FILE"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ïðãéñ]... [æáêì]"
#: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166
#: ly2dvi.py:135 midi2ly.py:102
#, fuzzy
-msgid "write ouput to FILE"
+msgid "write output to FILE"
msgstr "ÚÁÐÉÓÙ×ÁÔØ ×Ù×ÏÄ × ïóîï÷á[-x].ÒÁÓÛÉÒÅÎÉÅ"
#: ly2dvi.py:136
#. original_dir = os.getcwd ()
#. keep_temp_dir_p = 0
#: midi2ly.py:94
-msgid "Convert MIDI to LilyPond source"
+msgid "Convert MIDI to LilyPond source."
msgstr ""
#: midi2ly.py:97
#. if set, LILYPONDPREFIX must take prevalence
#. if datadir is not set, we're doing a build and LILYPONDPREFIX
#: mup2ly.py:70
-msgid "Convert mup to LilyPond source"
+msgid "Convert mup to LilyPond source."
msgstr ""
#: mup2ly.py:73
#. No version number or newline here. It confuses help2man.
#: main.cc:155
#, fuzzy, c-format
-msgid "Usage: %s [OPTION]... FILE..."
+msgid "Usage: %s [OPTIONS]... FILE..."
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ïðãéñ]... [æáêì]..."
#: main.cc:157
#~ msgid "don't timestamp the output"
#~ msgstr "ÎÅ ÏÔÍÅÞÁÔØ ÄÁÔÕ É ×ÒÅÍÑ ×Ù×ÏÄÁ"
-#~ msgid "Usage: %s [OPTION]... [FILE]"
+#~ msgid "Usage: %s [OPTIONS]... [FILE]"
#~ msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ïðãéñ]... [æáêì]"
#, fuzzy
#~ msgstr "óÏÏÂÝÁÊÔÅ ÏÂ ÏÛÉÂËÁÈ ÐÏ %s."
#, fuzzy
-#~ msgid "Usage: ly2dvi [OPTION]... FILE\n"
+#~ msgid "Usage: ly2dvi [OPTIONS]... FILE\n"
#~ msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ïðãéñ]... [æáêì]"
#~ msgid "unconventional key: flats: %d, sharps: %d"
#: lilylib.py:194 midi2ly.py:224 mup2ly.py:220
#, python-format
-msgid "Usage: %s [OPTION]... FILE"
+msgid "Usage: %s [OPTIONS]... FILE"
msgstr "Användning: %s [FLAGGA]... FIL"
#: lilylib.py:198 midi2ly.py:228 mup2ly.py:224 main.cc:166
msgstr "skapa enbart MIDI-utdata"
#: ly2dvi.py:135 midi2ly.py:102
-msgid "write ouput to FILE"
+msgid "write output to FILE"
msgstr "skriv utdata till FIL"
#: ly2dvi.py:136
#. original_dir = os.getcwd ()
#. keep_temp_dir_p = 0
#: midi2ly.py:94
-msgid "Convert MIDI to LilyPond source"
+msgid "Convert MIDI to LilyPond source."
msgstr ""
#: midi2ly.py:97
#. if datadir is not set, we're doing a build and LILYPONDPREFIX
#: mup2ly.py:70
#, fuzzy
-msgid "Convert mup to LilyPond source"
-msgstr "Konvertera mup till ly"
+msgid "Convert mup to LilyPond source."
+msgstr "Konvertera mup till ly."
#: mup2ly.py:73
msgid "debug"
#. No version number or newline here. It confuses help2man.
#: main.cc:155
#, c-format
-msgid "Usage: %s [OPTION]... FILE..."
+msgid "Usage: %s [OPTIONS]... FILE..."
msgstr "Användning: %s [FLAGGA]... FIL..."
#: main.cc:157
#~ msgid "assume no double dotted notes"
#~ msgstr "anta inga dubbelpunkterade noter"
-#~ msgid "Usage: %s [OPTION]... [FILE]"
+#~ msgid "Usage: %s [OPTIONS]... [FILE]"
#~ msgstr "Användning: %s [FLAGGA]... [FIL]"
#~ msgid "Translate MIDI-file to lilypond"
return str
def help ():
- ls = [(_ ("Usage: %s [OPTION]... FILE") % __main__.program_name),
+ ls = [(_ ("Usage: %s [OPTIONS]... FILE") % __main__.program_name),
('\n\n'),
(__main__.help_summary),
('\n\n'),
-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.
+http://www.gre.ac.uk/~c.walshaw/abc2mtex/abc.txt) to LilyPond input.
Report bugs to bug-lilypond@gnu.org.
Written by Han-Wen Nienhuys <hanwen@cs.uu.nl>, Laura Conrad
-<lconrad@laymusic.org>, Roy Rankin <Roy.Rankin@@alcatel.com.au>
+<lconrad@laymusic.org>, Roy Rankin <Roy.Rankin@@alcatel.com.au>.
"""
def print_version ():
(define (show-help)
(display "Convert AsciiScript to text.
-
-Usage: as2text [OPTION]... AS-FILE
+Usage: as2text [OPTIONS]... AS-FILE
Options:
- -h,--help this help
+ -h,--help show this help
-o,--output=FILE set output file
-v,--version show version
+
"))
;;
def usage ():
sys.stdout.write (
- r"""Usage: %s [OPTION]... [FILE]...
+ r"""Usage: %s [OPTIONS]... [FILE]...
Try to convert to newer lilypond-versions. The version number of the
-input is guessed by default from \version directive
+input is guessed by default from \version directive.
Options:
-h, --help print this help
-e, --edit edit in place
-f, --from=VERSION start from version; overrides \version found in file
- -s, --show-rules print all rules.
+ -s, --show-rules print all rules
-t, --to=VERSION show target version
-n, --no-version don't add new version stamp
--version print program version
sys.stderr.write ("%s from LilyPond %s\n" % (program_name, version))
def help ():
- sys.stdout.write("""Usage: etf2ly [OPTION]... ETF-FILE
+ sys.stdout.write("""Usage: etf2ly [OPTIONS]... ETF-FILE
Convert ETF to LilyPond.
Report bugs to bug-lilypond@gnu.org.
-Written by Han-Wen Nienhuys <hanwen@cs.uu.nl>
+Written by Han-Wen Nienhuys <hanwen@cs.uu.nl>.
+
""")
def print_version ():
_ ("keep all output, output to directory %s.dir") % program_name),
('', '', 'no-lily', _ ("don't run LilyPond")),
('', 'm', 'no-paper', _ ("produce MIDI output only")),
- (_ ("FILE"), 'o', 'output', _ ("write ouput to FILE")),
+ (_ ("FILE"), 'o', 'output', _ ("write output to FILE")),
(_ ("FILE"), 'f', 'find-pfa', _ ("find pfa fonts used in FILE")),
(_ ('RES'), '', 'preview-resolution',
_ ("set the resolution of the preview to RES")),
# keep_temp_dir_p = 0
-help_summary = _ ("Convert MIDI to LilyPond source")
+help_summary = _ ("Convert MIDI to LilyPond source.")
option_definitions = [
('', 'a', 'absolute-pitches', _ ("print absolute pitches")),
('', 'e', 'explicit-durations', _ ("print explicit durations")),
('', 'h', 'help', _ ("print this help")),
(_ ("ALT[:MINOR]"), 'k', 'key', _ ("set key: ALT=+sharps|-flats; MINOR=1")),
- (_ ("FILE"), 'o', 'output', _ ("write ouput to FILE")),
+ (_ ("FILE"), 'o', 'output', _ ("write output to FILE")),
(_ ("DUR"), 's', 'start-quant', _ ("quantise note starts on DUR")),
(_ ("DUR*NUM/DEN"), 't', 'allow-tuplet', _ ("allow tuplet durations DUR*NUM/DEN")),
('', 'V', 'verbose', _ ("be verbose")),
return str
def help ():
- ls = [(_ ("Usage: %s [OPTION]... FILE") % program_name),
+ ls = [(_ ("Usage: %s [OPTIONS]... FILE") % program_name),
('\n\n'),
(help_summary),
('\n\n'),
program_name = 'mup2ly'
-help_summary = _ ("Convert mup to LilyPond source")
+help_summary = _ ("Convert mup to LilyPond source.")
option_definitions = [
('', 'd', 'debug', _ ("debug")),
return str
def help ():
- ls = [(_ ("Usage: %s [OPTION]... FILE") % program_name),
+ ls = [(_ ("Usage: %s [OPTIONS]... FILE") % program_name),
('\n\n'),
(help_summary),
('\n\n'),
def help ():
sys.stdout.write (
-"""Usage: musedata2ly [OPTION]... FILE1 [FILE2 ...]
+"""Usage: musedata2ly [OPTIONS]... FILE1 [FILE2 ...]
Convert musedata to LilyPond.
encoded in so-called Musedata format
(http://www.ccarh.org/publications/books/beyondmidi/online/musedata).
musedata2ly converts a set of musedata files to one .ly file, and will
-include a \header field if a .ref file is supplied
+include a \header field if a .ref file is supplied.
This converter is not complete -- this is left to the user as an excercise.
Report bugs to bug-lilypond@gnu.org.
-Written by Han-Wen Nienhuys <hanwen@cs.uu.nl>
+Written by Han-Wen Nienhuys <hanwen@cs.uu.nl>.
+
""")
and you are welcome to change it and/or distribute copies of it under
certain conditions. Invoke as `midi2ly --warranty' for more information.
-Copyright (c) 2000--2003 by Han-Wen Nienhuys <hanwen@cs.uu.nl>
+Copyright (c) 2000--2003 by Han-Wen Nienhuys <hanwen@cs.uu.nl>.
""" % version)
def identify():
sys.stderr.write ("%s from LilyPond %s\n" % (program_name, version))
def help ():
sys.stdout.write (
-"""Usage: pmx2ly [OPTION]... PMX-FILE
+"""Usage: pmx2ly [OPTIONS]... PMX-FILE
Convert PMX to LilyPond.
-v, --version shown version information
PMX is a Musixtex preprocessor written by Don Simons, see
-http://www.gmd.de/Misc/Music/musixtex/software/pmx/
+http://www.gmd.de/Misc/Music/musixtex/software/pmx/.
Report bugs to bug-lilypond@gnu.org.
-Written by Han-Wen Nienhuys <hanwen@cs.uu.nl>
+Written by Han-Wen Nienhuys <hanwen@cs.uu.nl>.
+
""")
return s
def help ():
- sys.stdout.write (r"""Usage: add-html-footer [OPTION]... HTML-FILE
+ sys.stdout.write (r"""Usage: add-html-footer [OPTIONS]... HTML-FILE
Add header, footer and top of ChangLog file (up to the ********) to HTML-FILE
Options:
--index=URL set homepage to URL
--name=NAME set package_name to NAME
--version=VERSION set package version to VERSION
+
""")
sys.exit (0)
me=`echo "$0" | sed -e 's,.*/,,'`
usage="\
-Usage: $0 [OPTION]
+Usage: $0 [OPTIONS]
Output the configuration name of the system \`$me' is run on.
me=`echo "$0" | sed -e 's,.*/,,'`
usage="\
-Usage: $0 [OPTION] CPU-MFR-OPSYS
- $0 [OPTION] ALIAS
+Usage: $0 [OPTIONS] CPU-MFR-OPSYS
+ $0 [OPTIONS] ALIAS
Canonicalize a configuration name.
l.write ('</li>\n')
def help ():
- sys.stdout.write (r"""Usage: ls-latex [OPTION]... FILE...
+ sys.stdout.write (r"""Usage: ls-latex [OPTIONS]... FILE...
Generate html index file for FILE...
Options:
(options, files) = getopt.getopt(sys.argv[1:], 'ho:p:', ['help', 'outdir=', 'package='])
def help ():
- sys.stdout.write (r"""Usage: release [OPTION]...
-Make a tarball and patch
+ sys.stdout.write (r"""Usage: release [OPTIONS]...
+Make a tarball and patch.
Options:
- -o, --outdir=DIR where to leave patches.
+ -o, --outdir=DIR specify where to leave patches
-h, --help print this help
-p, --package=DIR specify package"""
)