]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/backend-svg.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / backend-svg.ly
index 61993ea013bfe39699b40fcc3b8c15a67d85aedc..ad0c30036cd2749e80381f80e8106cf05b99b6f4 100644 (file)
@@ -1,13 +1,13 @@
-
+\version "2.19.22"
+%{
 #(ly:set-option 'backend 'svg)
 #(set! output-count 1)
 
 
 \include "typography-demo.ly"
 
-\version "2.11.16"
 
-#(define outname (ly:parser-output-name parser))
+#(define outname (ly:parser-output-name))
 
 #(ly:set-option 'backend 'eps)
 
@@ -44,3 +44,4 @@
     }
   }
 }
+%}