X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fgenerate-documentation.ly;h=f5490425bc856112043f584e78a53e8288a05159;hb=c154dcac0e1469911bd38cc7d2df5f5fc47e4982;hp=03399af21a1317e4a0d1a8615a0981a1019e7654;hpb=8ecd09ad7514d57630fb611d38c161f3c3c708db;p=lilypond.git diff --git a/ly/generate-documentation.ly b/ly/generate-documentation.ly index 03399af21a..f5490425bc 100644 --- a/ly/generate-documentation.ly +++ b/ly/generate-documentation.ly @@ -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")