]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/backend-svg.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / backend-svg.ly
index 61993ea013bfe39699b40fcc3b8c15a67d85aedc..59cef068bce4b3a4e9e99182471f4c5ed0233e2a 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.11.51"
 
 #(define outname (ly:parser-output-name parser))
 
@@ -44,3 +44,4 @@
     }
   }
 }
+%}