From: Trevor Daniels Date: Wed, 11 Aug 2010 07:50:03 +0000 (+0100) Subject: Docs: AU: output can be directed to a folder X-Git-Tag: release/2.13.30-1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=199c0c3722ab9920ee941d7086e81b1f887b14bf;p=lilypond.git Docs: AU: output can be directed to a folder - thanks again, Eluze --- diff --git a/Documentation/usage/running.itely b/Documentation/usage/running.itely index 86f5b51bee..263a7e8c9b 100644 --- a/Documentation/usage/running.itely +++ b/Documentation/usage/running.itely @@ -301,9 +301,15 @@ found the search will continue in subsequent directories. @item -i,--init=@var{file} Set init file to @var{file} (default: @file{init.ly}). -@item -o,--output=@var{FILE} -Set the default output file to @var{FILE}. The appropriate -suffix will be added (e.g. @code{.pdf} for pdf) +@cindex folder, directing output to +@cindex output filename, setting + +@item -o,--output=@var{FILE} or @var{FOLDER} +Set the default output file to @var{FILE} or, if a folder with +that name exists, direct the output to @var{FOLDER}, taking the +file name from the input file. The appropriate suffix will be +added (e.g. @code{.pdf} for pdf) in both cases. + @cindex PostScript output