I have a project with 4 staves. That means the app cannot show all 4 staves at the same time. However, when I scroll up and down to see the staves, the staves don’t immediately display. Instead, I see the outline of the staff and a message that says “Rendering”. So it looks like the staves are not being retained in memory and have to re-render graphically every time I want to move to a “hidden” staff. This is not a big issue of course, but it would be great if I could scroll around without having to re-render the graphics every time.
Thanks,
Kevin