]> git.donarmstrong.com Git - lilypond.git/commit
Issue3181: Replace several misuses of eq? on numerical values
authorDavid Kastrup <dak@gnu.org>
Fri, 15 Feb 2013 09:50:43 +0000 (10:50 +0100)
committerDavid Kastrup <dak@gnu.org>
Fri, 15 Feb 2013 10:29:55 +0000 (11:29 +0100)
commit1c869295b643d256a99de90f67d32b442f6f0586
tree197d394c7bc750288c15b323065015e2a8495fe3
parent7d886e6650ebc275c82a6770827380e883706c50
Issue3181: Replace several misuses of eq? on numerical values

Numerical values don't carry identity, so (eq? 0 0) may or may not
evaluate to #t.  Those need to be replaced by eqv? or, where both
items are guaranteed to be a number, = .
Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly
input/regression/glissando-index.ly
ly/event-listener.ly
scm/define-event-classes.scm
scm/define-markup-commands.scm
scm/stencil.scm
scm/translation-functions.scm