From: gpercival Date: Wed, 8 Jun 2005 02:36:21 +0000 (+0000) Subject: Trivial edit that I forgot to upload last time. X-Git-Tag: release/2.5.32^2~49 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=95c2c89a73f6c8f1930aa0ef48ea9d6406dc9ce5;p=lilypond.git Trivial edit that I forgot to upload last time. --- diff --git a/Documentation/user/point-and-click.itely b/Documentation/user/point-and-click.itely index 33c15a2ece..3c1f8d1155 100644 --- a/Documentation/user/point-and-click.itely +++ b/Documentation/user/point-and-click.itely @@ -95,8 +95,14 @@ reducing the size of PDF and PS files, point and click may be switched off by issuing @example - #(ly:set-option 'point-and-click #f) +#(ly:set-option 'point-and-click #f) @end example @noindent -in a @file{.ly} file. +in a @file{.ly} file. Alternately, you may pass this as an command-line +option + +@example +lilypond -e "(ly:set-option 'point-and-click #f)" file.ly +@end example +