]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/setup.itely
Merge branch 'master' into nested-bookparts
[lilypond.git] / Documentation / user / setup.itely
index 1daccd6b6d0c8a54f52a735ed626b9c0a28756fc..daf89d72c6276bb9cf8aceecfc8f0c75a95837f6 100644 (file)
@@ -282,14 +282,23 @@ 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)
+\pointAndClickOff
 @end example
 
 @noindent
-in a @file{.ly} file.  Alternately, you may pass this as an command-line
-option
+in a @file{.ly} file.  Point and click may be explicitly enabled with
+
+@example
+\pointAndClickOn
+@end example
+
+Alternately, you may disable point and click with a command-line
+option:
 
 @example
 lilypond -dno-point-and-click file.ly
 @end example
 
+@warning{You should always turn off point and click in any LilyPond
+files to be distributed to avoid including path information about
+your computer in the .pdf file, which can pose a security risk.}