]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/documentation-generate.scm
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / scm / documentation-generate.scm
index 9c9e7acf03098bfdfdd1356261fa10761a4a103b..fa6298cd00e32caf6af5be4846720e7509d7cc84 100644 (file)
  (markup-doc-string)
  (open-output-file "markup-commands.tely"))
 
+(display 
+ (markup-list-doc-string)
+ (open-output-file "markup-list-commands.tely"))
+
 (display 
  (identifiers-doc-string)
  (open-output-file "identifiers.tely"))
   (make <texi-node>
     #:name "Top"
     #:text 
-    (string-append  "This is the program reference for LilyPond version " (lilypond-version))
+    (string-append  "This is the program reference for version "
+                   (lilypond-version)
+                   " of LilyPond, the GNU music typesetter.")
 
     #:children
     (list
 
 @printindex cp
 
-@unnumbered Variable index
-
-@printindex vr
-
 @unnumbered Function index
 
 @printindex fn
 
 (dump-node top-node out-port 0)
 (newline (current-error-port))
-
-
-
-