From 95c2c89a73f6c8f1930aa0ef48ea9d6406dc9ce5 Mon Sep 17 00:00:00 2001 From: gpercival Date: Wed, 8 Jun 2005 02:36:21 +0000 Subject: [PATCH] Trivial edit that I forgot to upload last time. --- Documentation/user/point-and-click.itely | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 + -- 2.39.5