X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocumentation-lib.scm;h=148728abb6e2e78d48ed44b5b8c8d7a824f7ecee;hb=62b69827c3045f819814ce74b5f485f482819f99;hp=4a25f5420c633a9320d6c4d53dd8e67efe13dac5;hpb=fcc93138815645e9ddd3270507c8649d0152cc6a;p=lilypond.git diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index 4a25f5420c..148728abb6 100644 --- a/scm/documentation-lib.scm +++ b/scm/documentation-lib.scm @@ -26,8 +26,8 @@ (display (string-append "\n@node " - (node-name node) - "\n\n" + (if (= level 0) "Top" (node-name node)) + "\n" (if (appendix? node) (texi-appendix-section-command level) (texi-section-command level))