]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/to-xml.ly
Doc-es: various updates.
[lilypond.git] / input / regression / to-xml.ly
index 7db3f8dd0823ea9bb01ed4347ced8649faada562..40c272256866c0a957b44882df7ecf5a2b8cab1f 100644 (file)
@@ -1,12 +1,11 @@
-\version "2.10.0"
+\version "2.16.0"
 
 testMusic =  { << c''4 \\ g'4 >> }
 
-#(load-from-path "to-xml.scm")
+#(use-modules (scm to-xml))
+
+#(ly:progress "\nXML:\n\n~A\n" (call-with-output-string (lambda (p) (music-to-xml testMusic p))))
 
-#(ly:progress "\nXML:\n\n~A\n"
-  (call-with-output-string
-   (lambda (p) (music-to-xml testMusic p))))
 
 \header {
   texidoc =
@@ -14,5 +13,4 @@ testMusic =  { << c''4 \\ g'4 >> }
 }
 
 
-\testMusic
-
+{ \testMusic }