X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocumentation-generate.scm;h=6158fbb21c1b2771262520584cfa5adcc282ff69;hb=0e5333bb1d0cb173925419cb5b59605a768beae3;hp=70e35efd8f0512e16976eb903945298056fc9040;hpb=37c6de63d5f12cf9e42d04d56280aaf261ddc880;p=lilypond.git diff --git a/scm/documentation-generate.scm b/scm/documentation-generate.scm index 70e35efd8f..6158fbb21c 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) @@ -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.") @@ -134,13 +133,14 @@ This is the program reference for version " (backend-doc-node) (all-scheme-functions-doc) (make + #:appendix #t #:name "Indices" #:text " -@unnumbered Concept index +@appendixsec Concept index @printindex cp -@unnumbered Function index +@appendixsec Function index @printindex fn