Updates:
Status: Fixed
Labels: -Patch-push Fixed_2_15_42
Comment #5 on issue 2692 by [email protected]: Patch: Let ly:make-moment accept
rationals for main and grace timing
http://code.google.com/p/lilypond/issues/detail?id=2692
Pushed to staging as
commit 9d1653ba738b9a9d6cf1ff4502f875988f632503
Author: David Kastrup <[email protected]>
Date: Mon Jul 23 12:25:26 2012 +0200
Issue 2692: Let ly:make-moment accept rationals for main and grace
timing
For compatibility reasons, it remains possible to write two numbers
specifying numerator and denominator instead of the rationals. These
forms cannot be mixed, and the two-argument form is disambiguated by
the sign of the second argument: if it is positive, it can only be a
denominator and not a grace timing.
commit c518714bac6beb904724397af17de5282056a25d
Author: David Kastrup <[email protected]>
Date: Mon Jul 23 11:39:39 2012 +0200
Create ly_is_rational predicate that allows exact rationals and
infinities