lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems making doc after commit by Mark P


From: Neil Puttock
Subject: Re: Problems making doc after commit by Mark P
Date: Wed, 8 Dec 2010 00:20:13 +0000

On 6 December 2010 17:58, Carl Sorensen <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]