]> git.donarmstrong.com Git - lilypond.git/commitdiff
(output-framework): put scaling in
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 11 Mar 2005 01:47:57 +0000 (01:47 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 11 Mar 2005 01:47:57 +0000 (01:47 +0000)
document header. Apply scaling only once.

scm/framework-svg.scm

index 2cea3735a0f6984b6f2d8911a2adce3ec60c0e1d..f1937889e28f473f9286af397a80f10513ff6810 100644 (file)
@@ -41,7 +41,7 @@
         (page-set? (or (> page-count 1) landscape?)))
 
     (ly:outputter-output-scheme outputter
-                               `(set! lily-unit-length ,unit-length))
+                               `(begin (set! lily-unit-length ,unit-length) ""))
     (dump (eo 'svg
              '(xmlns . "http://www.w3.org/2000/svg")
              '(version . "1.2")