]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/to-xml.ly
Run convert-ly on input/lsr and input/regression
[lilypond.git] / input / regression / to-xml.ly
index 7db3f8dd0823ea9bb01ed4347ced8649faada562..53177f60f671a0bc80e270446018287e7779da5d 100644 (file)
@@ -1,12 +1,11 @@
-\version "2.10.0"
+\version "2.11.51"
 
 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 }