]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Usage - new option for lilypond-book
authorJames Lowe <james.lowe@datacore.com>
Sun, 24 Jul 2011 18:34:04 +0000 (19:34 +0100)
committerJames Lowe <james.lowe@datacore.com>
Mon, 1 Aug 2011 07:01:27 +0000 (08:01 +0100)
Documenting new feature made in

Commit 23cdda9506931d5b9a1e75ee8be8be8b74f9084a7c0

Also for Tracker issue 1730 adding information for 'gui' option for
windows users running lilypond-windows.exe -dgui.

Documentation/usage/lilypond-book.itely
Documentation/usage/running.itely

index 9d018275ef1fa2b61426c0fbabff3f57c60d70c3..d1018be507685bbcd4dad5dc0c3988cf90bbe8c9 100644 (file)
@@ -959,6 +959,10 @@ Process LilyPond snippets using @var{command}.  The default command is
 @item --pdf
 Create PDF files for use with PDF@LaTeX{}.
 
+@item --redirect-lilypond-output
+By default, output is displayed on the terminal.  This option redirects
+all output to log files in the same directory as the source files.
+
 @itemx --use-source-file-names
 Write snippet output files with the same base name as their source file.
 This option works only for snippets included with @code{lilypondfile}
index 4d32d67e50414b7774a0515fac05e99db828823e..f37985396305b4e121422219e400e9fe42d2922b 100644 (file)
@@ -299,6 +299,16 @@ first system of every @code{\bookpart} will appear in the output.
 The @code{ps}, @code{eps}, and @code{svg} backends support this
 option.
 
+@item gui
+Runs silently and redirect all output to a log file.
+
+Note to Windows users: By default @code{lilypond.exe} outputs all
+progress information to the command window, @code{lilypond-windows.exe}
+does not and returns a prompt, with no progress information, immediately
+at the command line.  The @code{-dgui} option can be used in this case
+to redirect output to a log file.
+
+
 @item print-pages
 Generate the full pages, the default.  @code{-dno-print-pages} is
 useful in combination with @code{-dpreview}.