From 8bdf915821fa94a60c47a1933251337164b9d877 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 29 Nov 2005 00:13:24 +0000 Subject: [PATCH] *** empty log message *** --- scripts/abc2ly.py | 4 +++- scripts/etf2ly.py | 4 +++- scripts/midi2ly.py | 3 ++- scripts/mup2ly.py | 22 ++++++++++++---------- 4 files changed, 20 insertions(+), 13 deletions(-) diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py index 8029dbea8f..0980f29255 100644 --- a/scripts/abc2ly.py +++ b/scripts/abc2ly.py @@ -1338,7 +1338,9 @@ This program converts ABC music files (see http://www.gre.ac.uk/~c.walshaw/abc2mtex/abc.txt) to LilyPond input. -Report bugs to bug-lilypond@gnu.org. +Report bugs via + + http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs Written by Han-Wen Nienhuys , Laura Conrad , Roy Rankin . diff --git a/scripts/etf2ly.py b/scripts/etf2ly.py index c2f2245373..6ed2d18a7f 100644 --- a/scripts/etf2ly.py +++ b/scripts/etf2ly.py @@ -1165,7 +1165,9 @@ Enigma Transport Format is a format used by Coda Music Technology's Finale product. This program will convert a subset of ETF to a ready-to-use lilypond file. -Report bugs to bug-lilypond@gnu.org. +Report bugs via + + http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs Written by Han-Wen Nienhuys . diff --git a/scripts/midi2ly.py b/scripts/midi2ly.py index cd5bf729eb..29bb128f45 100644 --- a/scripts/midi2ly.py +++ b/scripts/midi2ly.py @@ -239,7 +239,8 @@ def help (): ('\n'), (options_help_str (option_definitions)), ('\n\n'), - (_ ("Report bugs to %s.") % 'bug-lilypond@gnu.org'), + (_ ("Report bugs via %s.") % + "http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs"), ('\n')] map (sys.stdout.write, ls) diff --git a/scripts/mup2ly.py b/scripts/mup2ly.py index 59810972ee..81d8a6e3cb 100644 --- a/scripts/mup2ly.py +++ b/scripts/mup2ly.py @@ -195,21 +195,23 @@ def options_help_str (opts): def help (): ls = [(_ ("Usage: %s [OPTIONS]... FILE") % program_name), - ('\n\n'), - (help_summary), - ('\n\n'), - (_ ("Options:")), - ('\n'), - (options_help_str (option_definitions)), - ('\n\n'), - (_ ("Report bugs to %s.") % 'bug-lilypond@gnu.org'), - ('\n')] + ('\n\n'), + (help_summary), + ('\n\n'), + (_ ("Options:")), + ('\n'), + (options_help_str (option_definitions)), + ('\n\n'), + (_ ("Report bugs to %s.") % + "http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs"), + ('\n')] map (sys.stdout.write, ls) def setup_temp (): """ - Create a temporary directory, and return its name. + Create a temporary directory, and return its name. """ + global temp_dir if not keep_temp_dir_p: temp_dir = tempfile.mktemp (program_name) -- 2.39.2