Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / regression / to-xml.ly
blob0a3cc4a35d1cd7f00b6aed6395b4f05eabb97885
1 \version "2.10.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 }