]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/to-xml.ly
* scm/music-functions.scm (voicify-music): add \context Staff for
[lilypond.git] / input / test / to-xml.ly
index 204215835c7c651c01548f506562fe508aac72f6..ec2546e35c7ea95cd5c5b5fe01e636f76244effc 100644 (file)
@@ -1,16 +1,15 @@
-\version "1.7.6"
+\version "2.1.7"
 
-fooBar = \notes { < c''4 \\ g'4 > }
+fooBar = \notes { << c''4 \\ g'4 >> }
 
-#(ly:set-parse-protect #f)
+#(ly:set-option 'parse-protect #f)
 #(load-from-path "to-xml.scm")
 
 #(music-to-xml fooBar (current-output-port))
 
 \header {
-    texidoc =
-
-    #(string-append
+    texidoc = "@cindex To XML"
+       texidoc = #(string-append
       "The input representation is very generic. It
       should not be hard to convert it to XML or a similar format:\n\n"
 
@@ -25,4 +24,4 @@ fooBar = \notes { < c''4 \\ g'4 > }
 \score {
 \fooBar
 }
-%% new-chords-done %%
+