X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocument-markup.scm;h=af4a65d7c67cd51f10714d78226652e75d625562;hb=0c77902e90b113823f3ea0004d7dfaf8aed218a8;hp=fa181959a78a186af196cdcffbb307b1285e879e;hpb=800f39d7cbef036d72a6683f810beaa55ee10990;p=lilypond.git diff --git a/scm/document-markup.scm b/scm/document-markup.scm index fa181959a7..af4a65d7c6 100644 --- a/scm/document-markup.scm +++ b/scm/document-markup.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2007 Han-Wen Nienhuys +;;;; (c) 1998--2009 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen @@ -49,8 +49,8 @@ (string-append "\n\n@item @code{\\" c-name "} " signature-str - "\n@findex \\" f-name "\n" - + "\n@funindex \\" c-name "\n" + "\n@cindex \\" c-name "\n" (if (string? doc-str) doc-str "") @@ -71,6 +71,7 @@ (markup-functions (hashq-ref markup-functions-by-category category))) (make + #:appendix #t #:name category-name #:desc "" #:text (string-append @@ -90,6 +91,7 @@ (define (markup-doc-node) (make + #:appendix #t #:name "Text markup commands" #:desc "" #:text "The following commands can all be used inside @code{\\markup @{ @}}." @@ -107,6 +109,7 @@ (define (markup-list-doc-node) (make + #:appendix #t #:name "Text markup list commands" #:desc "" #:text (string-append