projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5265f59
)
(output-framework): put scaling in
author
Han-Wen Nienhuys
<hanwen@xs4all.nl>
Fri, 11 Mar 2005 01:47:57 +0000
(
01:47
+0000)
committer
Han-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
patch
|
blob
|
history
diff --git
a/scm/framework-svg.scm
b/scm/framework-svg.scm
index 2cea3735a0f6984b6f2d8911a2adce3ec60c0e1d..f1937889e28f473f9286af397a80f10513ff6810 100644
(file)
--- a/
scm/framework-svg.scm
+++ b/
scm/framework-svg.scm
@@
-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")