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