and the version I now have is 0.9.36.7git.a49710.dirty.
Is that what I should be seeing?
If so, the "legato" tool seems to do just what it did last time I tried it. That is, it joins every note to the next note of the same pitch, which is not at all what I would expect, and I can't see why this would be useful. If there are no repeated notes, then the tool does nothing.
I'm not sure that I'm taking the right steps to get the latest version. I just did:
git pull origin develop
cmake -B build .
cmake --build build
cmake --install build
and the version I now have is 0.9.36.7git.a49710.dirty.
Is that what I should be seeing?
If so, the "legato" tool seems to do just what it did last time I tried it. That is, it joins every note to the next note of the same pitch, which is not at all what I would expect, and I can't see why this would be useful. If there are no repeated notes, then the tool does nothing.