]> git.donarmstrong.com Git - lilypond.git/commitdiff
Rename lilypond-book command line option
authorJohn Mandereau <john.mandereau@gmail.com>
Tue, 22 Apr 2008 11:43:50 +0000 (13:43 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 22 Apr 2008 11:43:50 +0000 (13:43 +0200)
Documentation/topdocs/NEWS.tely
scripts/lilypond-book.py

index 6ca65b7e6085d2de8c79b02d7f115c63ebe8242c..c03e68de01e5716f705f7a7a9426d5e64a6fc8c5 100644 (file)
@@ -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
index 9ed3cff2268bc0ab2d09e11872de9cc39d5af538..433bea20111bafb22a54dfe37a907bf7961aed8c 100644 (file)
@@ -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',