]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/documentation-generate.scm
Move Skyline_pair and Paper_system bindings into their own files.
[lilypond.git] / scm / documentation-generate.scm
index d137ae1b1d27456d167725fff8e3c4ec6967415b..874b3abbe641f1116a8888d90c908952b514be36 100644 (file)
  (slot-ref (all-scheme-functions-doc) 'text)
  (open-output-file "scheme-functions.tely"))
 
-(display 
- (markup-doc-string)
- (open-output-file "markup-commands.tely"))
+;;(display 
+;; (markup-doc-string)
+;; (open-output-file "markup-commands.tely"))
 
-(display 
- (markup-list-doc-string)
- (open-output-file "markup-list-commands.tely"))
+(call-with-output-file "markup-commands.tely"
+  (lambda (port)
+    (dump-node (markup-doc-node) port 2 #t)))
+
+(call-with-output-file "markup-list-commands.tely"
+  (lambda (port)
+    (dump-node (markup-list-doc-node) port 2 #t)))
 
 (display 
  (identifiers-doc-string)