MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / to-xml.ly
blob1ac46ee0ef75b57c50b71f70292334b0541afac5
1 \version "2.12.0"
3 testMusic = { << c''4 \\ g'4 >> }
5 #(use-modules (scm to-xml))
7 #(ly:progress "\nXML:\n\n~A\n" (call-with-output-string (lambda (p) (music-to-xml testMusic p))))
10 \header {
11 texidoc =
12 "The input representation is generic, and may be translated to XML. "
16 { \testMusic }