]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/backend-svg.ly
Issue 4333: Cue notes should not be included in ambitus
[lilypond.git] / input / regression / backend-svg.ly
index 61993ea013bfe39699b40fcc3b8c15a67d85aedc..f74f65852cedb271462c3e40b8c35d85c4c8c008 100644 (file)
@@ -1,11 +1,11 @@
-
+\version "2.16.0"
+%{
 #(ly:set-option 'backend 'svg)
 #(set! output-count 1)
 
 
 \include "typography-demo.ly"
 
-\version "2.11.16"
 
 #(define outname (ly:parser-output-name parser))
 
@@ -44,3 +44,4 @@
     }
   }
 }
+%}