X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocumentation-generate.scm;h=b44fc12e0e0ae5e464d88417a05fd1451beef32d;hb=72e6cf1054e2550ac8c9701da6cf78f5941981a0;hp=b159daeb4e6cd7b79b9d1baac7bf89c1a0e39422;hpb=4ca5a5e659454425a3efe2b08526af4769dc7572;p=lilypond.git diff --git a/scm/documentation-generate.scm b/scm/documentation-generate.scm index b159daeb4e..b44fc12e0e 100644 --- a/scm/documentation-generate.scm +++ b/scm/documentation-generate.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2006 Han-Wen Nienhuys +;;;; (c) 2000--2006 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen ;;; File entry point for generated documentation @@ -20,6 +20,7 @@ "document-functions.scm" "document-translation.scm" "document-music.scm" + "document-identifiers.scm" "document-backend.scm" "document-markup.scm")) @@ -33,6 +34,10 @@ (markup-doc-string) (open-output-file "markup-commands.tely")) +(display + (identifiers-doc-string) + (open-output-file "identifiers.tely")) + (display (backend-properties-doc-string all-user-grob-properties)