]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/to-xml.ly
Mf2pt1 fixes: run mf2pt1 in a temp dir to fix filesystem pollution.
[lilypond.git] / input / regression / to-xml.ly
index c2f39725c9592bacf6aefd875fd12777f77c4358..0a3cc4a35d1cd7f00b6aed6395b4f05eabb97885 100644 (file)
@@ -2,11 +2,10 @@
 
 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 =
@@ -15,4 +14,3 @@ testMusic =  { << c''4 \\ g'4 >> }
 
 
 { \testMusic }
-