From 2f2de8ba82a8032b9c48aa6d9defe5b29abf81be Mon Sep 17 00:00:00 2001 From: James Lowe Date: Thu, 1 Mar 2012 21:39:55 +0000 Subject: [PATCH] AU: Updated CLI preview option for lilypond Issue 2327 Reworded section on 'preview' based on Eluze's suggestion. --- Documentation/usage/running.itely | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Documentation/usage/running.itely b/Documentation/usage/running.itely index 82d804c839..871f52e876 100644 --- a/Documentation/usage/running.itely +++ b/Documentation/usage/running.itely @@ -273,13 +273,15 @@ Example: @code{lilypond -dbackend=svg @var{filename}.ly} @cindex preview, command line This option is supported by all backends; @code{pdf}, @code{png}, -@code{ps}, @code{eps} and @code{svg}, but not @code{scm} and generates -an output file containing the titles and the first system of music. If -@code{\bookpart} blocks are used, the titles and first system of every -@code{\bookpart} will appear in the output. - -An additional file in the form @code{myFile.preview.extension} is -generated, to avoid this use the additional @option{-dprint-pages} or +@code{ps}, @code{eps} and @code{svg}, but not @code{scm}. It generates +an output file, in the form @code{myFile.preview.extension}, containing +the titles and the first system of music. If @code{\book} or +@code{\bookpart} blocks are used, the titles of @code{\book}, +@code{\bookpart} or @code{\score} will appear in the output, including +the first system of every @code{\score} block if the @code{\paper} +variable @code{print-all-headers} is set to @code{#t}. + +To suppress the usual output, use the @option{-dprint-pages} or @option{-dno-print-pages} options according to your requirements. @item gui -- 2.39.2