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