CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch: lilypond_2_6
Changes by: Mats Bengtsson <[EMAIL PROTECTED]> 05/08/16 11:24:10
Modified files:
. : ChangeLog
scripts : lilypond-book.py
Log message:
* scripts/lilypond-book.py (option_definitions): Don't localize
the empty string. Fixes bug when --psfonts was used with
non-English locale.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?only_with_tag=lilypond_2_6&tr1=1.3836.2.26&tr2=1.3836.2.27&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/lilypond-book.py.diff?only_with_tag=lilypond_2_6&tr1=1.265.2.1&tr2=1.265.2.2&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3836.2.26 lilypond/ChangeLog:1.3836.2.27
--- lilypond/ChangeLog:1.3836.2.26 Mon Aug 15 14:04:56 2005
+++ lilypond/ChangeLog Tue Aug 16 11:24:10 2005
@@ -1,3 +1,9 @@
+2005-08-16 Mats Bengtsson <[EMAIL PROTECTED]>
+
+ * 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 Mats Bengtsson <[EMAIL PROTECTED]>
* Documentation/user/advanced-notation.itely (Instrument names):
Index: lilypond/scripts/lilypond-book.py
diff -u lilypond/scripts/lilypond-book.py:1.265.2.1
lilypond/scripts/lilypond-book.py:1.265.2.2
--- lilypond/scripts/lilypond-book.py:1.265.2.1 Fri Jul 8 19:27:59 2005
+++ lilypond/scripts/lilypond-book.py Tue Aug 16 11:24:10 2005
@@ -95,7 +95,7 @@
_ ("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',
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs