]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/documentation-generate.scm
Fix input/regression/cluster-cross-staff.ly.
[lilypond.git] / scm / documentation-generate.scm
index fe37a366ba961c00ab62473af84ede9c550980a7..6219ce53c3f3a0de56b2ad3f8ff3d26a4f190f7b 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; (c) 2000--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;; Jan Nieuwenhuizen <janneke@gnu.org>
 
 ;;; File entry point for generated documentation
@@ -72,7 +72,7 @@
 @ifhtml
 @c ***** HTML *****
 
-@macro usermanref{NAME}
+@macro ruser{NAME}
 @ref{\\NAME\\,,,lilypond}
 @cindex \\NAME\\
 @end macro
@@ -97,7 +97,7 @@
 @ifinfo
 @c ***** info *****
 
-@macro usermanref{NAME}
+@macro ruser{NAME}
 @inforef{\\NAME\\,,,lilypond}
 @cindex \\NAME\\
 @end macro
 @iftex
 @c ***** TeX *****
 
-@macro usermanref{NAME}
+@macro ruser{NAME}
 @ref{\\NAME\\}@c
 @end macro
 
   (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))
-
-
-
-