]> git.donarmstrong.com Git - lilypond.git/commitdiff
Trivial edit that I forgot to upload last time.
authorGraham Percival <graham@percival-music.ca>
Wed, 8 Jun 2005 02:36:21 +0000 (02:36 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 8 Jun 2005 02:36:21 +0000 (02:36 +0000)
Documentation/user/point-and-click.itely

index 33c15a2ece37acc07aa9f8bbe320af6fb25685f0..3c1f8d1155056308d7dd56883b18dc8038ae8f7a 100644 (file)
@@ -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
+