]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/generate-documentation.ly
Release: bump Welcome versions.
[lilypond.git] / ly / generate-documentation.ly
index 0b1c94f53451ed2b679fd258f109949e1fdb0e0b..f5490425bc856112043f584e78a53e8288a05159 100644 (file)
@@ -1,6 +1,7 @@
-\version "1.5.49"
+\version "2.16.0"
 
 %
 % Running LilyPond on this file generates the documentation
 %
-#(eval-string (ly-gulp-file "generate-documentation.scm"))
+#(ly:set-option 'protected-scheme-parsing #f)
+#(load-from-path "documentation-generate.scm")