]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/documentation-generate.scm
* scm/page-layout.scm (default-page-make-stencil): whoops. Add
[lilypond.git] / scm / documentation-generate.scm
index efb76d62eddf54a0874fa3d637444978a234e45f..cedaf590958bef7cfe03a6705c90b5284fbccdae 100644 (file)
 
 "
 
-  "This is the program reference for LilyPond version " (lilypond-version)
 
   ) out-port)
 
 (define top-node
   (make <texi-node>
     #:name "Top"
+    #:text 
+    (string-append  "This is the program reference for LilyPond version " (lilypond-version))
+
     #:children
     (list
      (music-doc-node)