]> git.donarmstrong.com Git - lilypond.git/commitdiff
add \version
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 3 Feb 2007 18:30:55 +0000 (19:30 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 3 Feb 2007 18:30:55 +0000 (19:30 +0100)
input/regression/backend-svg.ly

index db1dfbed701cc3b3df345d45c2102dc898617cbf..25e9a23147eccd9abb1742a986eaa89333a0dd35 100644 (file)
@@ -5,7 +5,7 @@
 
 \include "typography-demo.ly"
 
-
+\version "2.11.16"
 
 #(define outname (ly:parser-output-name parser))
 
@@ -16,6 +16,7 @@
 #(system (format #f "inkscape -T -E ~a-1.eps ~a-1.svg" outname outname))
 #(set! output-count 0)
 #(set-default-paper-size "a5")
+
 \book { 
   \header {
     texidoc = "SVG output, rendered through inkscape."