X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fto-xml.ly;h=53177f60f671a0bc80e270446018287e7779da5d;hb=ce49c007e453c5575cc82fc0c26f2d1e8ff11803;hp=c2f39725c9592bacf6aefd875fd12777f77c4358;hpb=8c44df622129b5352d9770bc28969e767a415b2e;p=lilypond.git diff --git a/input/regression/to-xml.ly b/input/regression/to-xml.ly index c2f39725c9..53177f60f6 100644 --- a/input/regression/to-xml.ly +++ b/input/regression/to-xml.ly @@ -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 = @@ -15,4 +14,3 @@ testMusic = { << c''4 \\ g'4 >> } { \testMusic } -