On 6 December 2010 17:58, Carl Sorensen <[email protected]> wrote:
> For clarification, the following patch may help:
Nope, I was thinking more along the lines of the following, since it's
the postscript definition of output-scale which needs changing:
diff --git a/scm/framework-ps.scm b/scm/framework-ps.scm
index 8949fec..b739180 100644
--- a/scm/framework-ps.scm
+++ b/scm/framework-ps.scm
@@ -82,7 +82,8 @@
(output-entry "paper-size" 'papersizename)
(output-entry "staff-height" 'staff-height) ;junkme.
"/output-scale "
- (number->string (ly:output-def-lookup layout 'output-scale)) " def\n"
+ (number->string (exact->inexact
+ (ly:output-def-lookup layout 'output-scale))) " def\n"
(output-entry "page-height" 'paper-height)
(output-entry "page-width" 'paper-width)))
Cheers,
Neil
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel