X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fgenerate-documentation.ly;h=c6b236d5c55fcd0ce6dfcb09badf9459163fe0dd;hb=2078e086b0e30e10b52ff6935867c1aabe459023;hp=924715843e9d0dc874c14db459fed7dd6b28432c;hpb=7776d4901caa57e1d0f3ab7cf01348b930a6dbee;p=lilypond.git diff --git a/ly/generate-documentation.ly b/ly/generate-documentation.ly index 924715843e..c6b236d5c5 100644 --- a/ly/generate-documentation.ly +++ b/ly/generate-documentation.ly @@ -1,3 +1,7 @@ +\version "2.12.0" -#(eval-string (ly-gulp-file "generate-engraver-documentation.scm")) -#(eval-string (ly-gulp-file "generate-backend-documentation.scm")) +% +% Running LilyPond on this file generates the documentation +% +#(ly:set-option 'protected-scheme-parsing #f) +#(load-from-path "documentation-generate.scm")