What happened to linked staves in staff.h?
All the linked staves functions are commented out, and I don't see anything in the github history about it. It has been two years since I sync'd my code with the master branch, and there have been many commits since then.
My code iterates over staves and handles linked staves differently. How do I determine if a staff is linked now?
Comments
I see now that Staff.linkedStaves() been replaced by staff.links() and the more generic LinkedElement class.