]> git.donarmstrong.com Git - lilypond.git/commit
Let \alterBroken tweak ties again
authorDavid Nalesnik <david.nalesnik@gmail.com>
Mon, 23 Jan 2017 18:02:27 +0000 (12:02 -0600)
committerDavid Nalesnik <david.nalesnik@gmail.com>
Tue, 31 Jan 2017 14:17:56 +0000 (08:17 -0600)
commit4318f7fdda5d83c6db397ebb5f9f52d6daa36537
treed71497f30765aec0a5a3062042e6dfe39bfe1524
parent041cb33a404a829a8cdeeaebce17e45f613f10d8
Let \alterBroken tweak ties again

When tweaking Tie grobs, the music function \alterBroken has
incorrectly rejected them since 2.17.6 as not being spanners.
The method of spanner recognition is at fault: 'span-direction
is not used by TieEvent.

Also, use eqv? instead of eq? for comparison of numbers.
ly/music-functions-init.ly