From 68e7fa2aba04babc482a6789b9665b9ef75b33df Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Tue, 16 Aug 2005 11:22:40 +0000 Subject: [PATCH] * scripts/lilypond-book.py (option_definitions): Don't localize the empty string. Fixes bug when --psfonts was used with non-English locale. --- ChangeLog | 6 ++++++ scripts/lilypond-book.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eb8df1374c..6283b04bb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-16 Mats Bengtsson + + * scripts/lilypond-book.py (option_definitions): Don't localize + the empty string. Fixes bug when --psfonts was used with + non-English locale. + 2005-08-15 Graham Percival * lily/tuplet-bracket.cc: simple build fix. diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index c21f0e3f53..116d5a07ca 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -95,7 +95,7 @@ option_definitions = [ _ ("write output to DIR")), (_ ("COMMAND"), 'P', 'process', _ ("process ly_files using COMMAND FILE...")), - (_(''), '', 'psfonts', + ('', '', 'psfonts', _ ('''extract all PostScript fonts into INPUT.psfonts for LaTeX must use this with dvips -h INPUT.psfonts''')), ('', 'V', 'verbose', -- 2.39.2