]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/usage/running.itely
Run update-with-convert-ly, and run convert-ly manually on scm/*.scm
[lilypond.git] / Documentation / usage / running.itely
index c14d8c51b65e39966d003dcfe37b54f35cab011c..4abfcf09b13b677717081af5facce9cb36bb5fad 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.14.0"
+@c \version "2.15.18"
 
 
 @node Running lilypond
@@ -215,7 +215,7 @@ havoc, for example
 @verbatim
 #(system "rm -rf /")
 {
-  c4^#(ly:export (ly:gulp-file "/etc/passwd"))
+  c4^$(ly:gulp-file "/etc/passwd")
 }
 @end verbatim
 @end quotation