]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/generate-documentation.scm
patch::: 1.3.104.jcn1
[lilypond.git] / scm / generate-documentation.scm
index d53207fabaa679bf720f6ca821aa7a32251eed7b..2971b956ec8e127917ee694d65a27e9ecd2f212a 100644 (file)
 (eval-string (ly-gulp-file "engraver-documentation-lib.scm"))
 (eval-string (ly-gulp-file "backend-documentation-lib.scm"))
 
+
+
+;;(define no-copies #t)  ; from 490 to 410K, but doesn't look nice yet
+;;
+;; Also, copies of interfaces use up lots more space, but that's
+;; functional because the default property values of the interfaces
+;; are described...
+(define no-copes #f)
+
 (let* ((doc (string-append
            (document-paper "LilyPond interpretation contexts")
            (document-all-engravers "LilyPond engravers")