]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/generate-documentation.ly
* buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
[lilypond.git] / ly / generate-documentation.ly
index bc928994e8c07dd42c5f16974333b823af46c06c..5e0da04748f67d764554a7eaa156557077e2c196 100644 (file)
@@ -1,5 +1,7 @@
+\version "1.7.3"
 
 %
 % Running LilyPond on this file generates the documentation
 %
-#(eval-string (ly-gulp-file "generate-documentation.scm"))
+#(ly:set-option 'parse-protect #f)
+#(load-from-path "documentation-generate.scm")