]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/to-xml.ly
* scm/lily.scm (ly:all-stencil-expressions):
[lilypond.git] / input / test / to-xml.ly
index a2d2e88b11a62e43ee87bf4eb7b0a3ab4680e5b1..0dbba5cbda0c911f3ed3b4b2bf0b4598d8a5c3f2 100644 (file)
@@ -1,6 +1,6 @@
-\version "1.9.4"
+\version "2.3.4"
 
-fooBar = \notes { << c''4 \\ g'4 >> }
+fooBar =  { << c''4 \\ g'4 >> }
 
 #(ly:set-option 'parse-protect #f)
 #(load-from-path "to-xml.scm")
@@ -10,7 +10,7 @@ fooBar = \notes { << c''4 \\ g'4 >> }
 \header {
     texidoc = "@cindex To XML"
        texidoc = #(string-append
-      "The input representation is very generic. It
+      "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"