X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fgenerate-documentation.ly;h=3c4baf305ac8193624687840d00c8a9d130009b5;hb=b83bb147ef00d2d3df5b9bb82abb1951ee279396;hp=03399af21a1317e4a0d1a8615a0981a1019e7654;hpb=7a558267cfbc5a90bf87a80ce9bcfed087692064;p=lilypond.git diff --git a/ly/generate-documentation.ly b/ly/generate-documentation.ly index 03399af21a..3c4baf305a 100644 --- a/ly/generate-documentation.ly +++ b/ly/generate-documentation.ly @@ -1,2 +1,7 @@ +\version "2.14.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")