]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/generate-documentation.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / ly / generate-documentation.ly
index 03399af21a1317e4a0d1a8615a0981a1019e7654..f5490425bc856112043f584e78a53e8288a05159 100644 (file)
@@ -1,2 +1,7 @@
+\version "2.16.0"
 
-#(eval-string (ly-gulp-file "generate-documentation.scm"))
+%
+% Running LilyPond on this file generates the documentation
+%
+#(ly:set-option 'protected-scheme-parsing #f)
+#(load-from-path "documentation-generate.scm")