X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=scm%2Fdocumentation-generate.scm;h=23f60cc246817ba230264cd2d41c70f8c15b710a;hb=f52e59b15644e5da959b30a2e2d55fd5d5970bcb;hp=adb612cb06226a19d8832067ed01337751b2d54e;hpb=faebd4ac836603abe2f9c373ab09d33ea5deda16;p=lilypond.git diff --git a/scm/documentation-generate.scm b/scm/documentation-generate.scm index adb612cb06..23f60cc246 100644 --- a/scm/documentation-generate.scm +++ b/scm/documentation-generate.scm @@ -36,11 +36,11 @@ (call-with-output-file "markup-commands.tely" (lambda (port) - (dump-node (markup-doc-node) port 2 #t))) + (dump-node (markup-doc-node) port 2))) (call-with-output-file "markup-list-commands.tely" (lambda (port) - (dump-node (markup-list-doc-node) port 2 #t))) + (dump-node (markup-list-doc-node) port 2))) (display (identifiers-doc-string) @@ -70,7 +70,7 @@ "(lilypond/lilypond-internals.info)") " -@include macros.texi +@include macros.itexi @ignore @omftitle LilyPond internals @@ -90,12 +90,6 @@ @end tex @end iftex -@ifhtml -This document is also available as a -@uref{source/Documentation/user/lilypond-internals.pdf,PDF} and as -@uref{source/Documentation/user/lilypond-internals-big-page.html,one big page}. -@end ifhtml - @finalout @titlepage @@ -113,17 +107,22 @@ For LilyPond version @version{} @contents -@ifnottex -") +@ifnottex") out-port) (define top-node (make - #:name "Top" + #:name "GNU LilyPond -- Internals Reference" #:text - (string-append " -@end ifnottex -This is the program reference for version " + (string-append "@end ifnottex + +@ifhtml +This document is also available as a +@uref{source/Documentation/user/lilypond-internals.pdf,PDF} and as +@uref{source/Documentation/user/lilypond-internals-big-page.html,one big page}. +@end ifhtml + +This is the Internals Reference (IR) for version " (lilypond-version) " of LilyPond, the GNU music typesetter.")