]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/documentation-generate.scm
Lilypond-book: Some more test cases for latex
[lilypond.git] / scm / documentation-generate.scm
index e779a226287230e0f9ef24fa8cea91649425a77d..0e6cfe32bed7fd64a75b2a3bc497e9e47f12ea96 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; This file is part of LilyPond, the GNU music typesetter.
 ;;;;
-;;;; Copyright (C) 2000--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; Copyright (C) 2000--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;; Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;;
 ;;;; LilyPond is free software: you can redistribute it and/or modify
@@ -32,6 +32,7 @@
               "document-functions.scm"
               "document-translation.scm"
               "document-music.scm"
+              "document-type-predicates.scm"
               "document-identifiers.scm"
               "document-backend.scm"
               "document-markup.scm"))
@@ -42,7 +43,7 @@
  (slot-ref (all-scheme-functions-doc) 'text)
  (open-output-file "scheme-functions.tely"))
 
-;;(display 
+;;(display
 ;; (markup-doc-string)
 ;; (open-output-file "markup-commands.tely"))
 
   (lambda (port)
     (dump-node (markup-list-doc-node) port 2)))
 
-(display 
+(display
+ type-predicates-doc-string
+ (open-output-file "type-predicates.tely"))
+
+(display
  (identifiers-doc-string)
  (open-output-file "identifiers.tely"))
 
 @author The LilyPond development team
 
 @c `Internals Reference' was born 2000-10-21 with git commit 01e371f...
-Copyright @copyright{} 2000--2009 by the authors
+Copyright @copyright{} 2000--2010 by the authors
 
 @vskip 20pt