]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/to-xml.ly
small fixes.
[lilypond.git] / input / test / to-xml.ly
index 9fa8f74522c5b854aa1f750c9a70224021851b7c..15cd1d7c34a8065c5d85a67951b2c6700a3bbe34 100644 (file)
@@ -1,6 +1,6 @@
-\version "1.7.16"
+\version "2.2.0"
 
-fooBar = \notes { < c''4 \\ g'4 > }
+fooBar = \notes { << c''4 \\ g'4 >> }
 
 #(ly:set-option 'parse-protect #f)
 #(load-from-path "to-xml.scm")
@@ -8,10 +8,9 @@ fooBar = \notes { < c''4 \\ g'4 > }
 #(music-to-xml fooBar (current-output-port))
 
 \header {
-    texidoc =
-
-    #(string-append
-      "The input representation is very generic. It
+    texidoc = "@cindex To XML"
+       texidoc = #(string-append
+      "The input representation is very generic. Therefore, it
       should not be hard to convert it to XML or a similar format:\n\n"
 
       "@example\n"
@@ -25,4 +24,4 @@ fooBar = \notes { < c''4 \\ g'4 > }
 \score {
 \fooBar
 }
-%% new-chords-done %%
+