]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/backend-svg.ly
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / backend-svg.ly
index 61993ea013bfe39699b40fcc3b8c15a67d85aedc..69116f1b3839884351cfeb8fcf8e52ff91e94bc6 100644 (file)
@@ -1,11 +1,11 @@
-
+%{
 #(ly:set-option 'backend 'svg)
 #(set! output-count 1)
 
 
 \include "typography-demo.ly"
 
-\version "2.11.16"
+\version "2.12.0"
 
 #(define outname (ly:parser-output-name parser))
 
@@ -44,3 +44,4 @@
     }
   }
 }
+%}