]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/to-xml.ly
update syntax in .ly files.
[lilypond.git] / input / test / to-xml.ly
index 04938d83fec877bfa99e6cd62843af47ac7bd6cf..204215835c7c651c01548f506562fe508aac72f6 100644 (file)
@@ -1,8 +1,8 @@
-
+\version "1.7.6"
 
 fooBar = \notes { < c''4 \\ g'4 > }
 
-#(ly-set-parse-protect #f)
+#(ly:set-parse-protect #f)
 #(load-from-path "to-xml.scm")
 
 #(music-to-xml fooBar (current-output-port))
@@ -25,3 +25,4 @@ fooBar = \notes { < c''4 \\ g'4 > }
 \score {
 \fooBar
 }
+%% new-chords-done %%