Seems a bit of an oversight to me, then, that there is ly:duration<? but not ly:duration=? I’ll write my own...
well, i know i come too late, but somethig like that should work
#(define (ly:duration=? dur1 dur2)
(not (or (ly:duration<? dur1 dur2)
(ly:duration<? dur2 dur1))))
Sorry.
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
