lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3533 in lilypond: Patch: Quantize a number of


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3533 in lilypond: Patch: Quantize a number of measurements to 1/200in for better rasterization
Date: Fri, 06 Sep 2013 09:58:09 +0000


Comment #5 on issue 3533 by address@hidden: Patch: Quantize a number of measurements to 1/200in for better rasterization
http://code.google.com/p/lilypond/issues/detail?id=3533

Uh, lily-unit->bigpoint-factor is defined as
(define-public lily-unit->bigpoint-factor
  (cond
   ((equal? (ly:unit) "mm") (/ 72.0 25.4))
   ((equal? (ly:unit) "pt") (/ 72.0 72.27))
   (else (ly:error (_ "unknown unit: ~S") (ly:unit)))))

so again we have the equality of 1pt being (100/7227)in or (7200/7227)bp.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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