]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/documentation-generate.scm
Doc: Insert appendix #f directly into the doc node, not needed in dump any more
[lilypond.git] / scm / documentation-generate.scm
index adb612cb06226a19d8832067ed01337751b2d54e..36af5b3a698baf16b83c714350e2783101ba7c8e 100644 (file)
 
 (call-with-output-file "markup-commands.tely"
   (lambda (port)
-    (dump-node (markup-doc-node) port 2 #t)))
+    (dump-node (markup-doc-node) port 2)))
 
 (call-with-output-file "markup-list-commands.tely"
   (lambda (port)
-    (dump-node (markup-list-doc-node) port 2 #t)))
+    (dump-node (markup-list-doc-node) port 2)))
 
 (display 
  (identifiers-doc-string)