]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/to-xml.scm
Doc-it: chapter 1 completed
[lilypond.git] / scm / to-xml.scm
index 02f918eda93826cb8748cd89830892fbe7d33732..8b33cbaccc26ed5baf9d9c154efaea7f00e03938 100644 (file)
@@ -26,7 +26,7 @@
 "
 Todo: this is a quick hack; it makes more sense to define a GOOPS
 class of a documentnode (similar to how
-the documentation is generated.)
+the documentation is generated.)
 
 That is much cleaner: building the document, and dumping it to output
 is then separated.
@@ -253,4 +253,3 @@ is then separated.
   (display (open-tag 'music '((type . score)) '()) port)
   (display (musicxml-node->string (music->xml-node music)) port)
   (display (close-tag 'music) port))
-