From: John Mandereau Date: Tue, 22 Apr 2008 11:43:50 +0000 (+0200) Subject: Rename lilypond-book command line option X-Git-Tag: release/2.11.45-1~20^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=679445e04cf9f6dd0ad1b7a7ab2a219159f9337e;p=lilypond.git Rename lilypond-book command line option --- diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 6ca65b7e60..c03e68de01 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -71,7 +71,8 @@ using the @code{rounded-box} command. @item @command{lilypond-book} can run any program instead of @command{latex} -to guess the line width, thanks to @code{--latex} command line option. +to guess the line width, thanks to @code{--latex-program} command line +option. @item @code{\setEasyHeads} has been renamed to @code{\easyHeadsOn}, and a new diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 9ed3cff226..433bea2011 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -136,7 +136,7 @@ def get_option_parser (): action='store', dest='info_images_dir', default='') - p.add_option ('--latex', + p.add_option ('--latex-program', help=_ ("Run executable PROG instead of latex"), metavar=_ ("PROG"), action='store', dest='latex_program',