]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/generate-documentation.ly
scm/define-grob-properties.scm scm/music-functions.scm
[lilypond.git] / ly / generate-documentation.ly
index bc928994e8c07dd42c5f16974333b823af46c06c..dbf45e6271b44ea48deed3c7bac4f956e934c00c 100644 (file)
@@ -1,5 +1,7 @@
+\version "2.7.39"
 
 %
 % 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")