be1 / redrose

ABC notation music integrated environment
GNU General Public License v3.0
4 stars 1 forks source link

Feature wish: basic library functionality for large files to ease navigation #11

Open topchyan opened 11 months ago

topchyan commented 11 months ago

Sometimes a single file contains literally hundreds of tunes. It would be great to have a way to find songs by name, composer, rhythm by having some kind of a summary list. of tunes in a given file. Right now X: box is the way to navigate, however enumeration may not be always correct -- all the tunes may have X:1 or X:999 which would make navigating through X box not very straightforward. Navigating and filtering through a summary list should be helpful.

be1 commented 11 months ago

Interesting feature. I will think about it. Meanwhile, as a workaround, you can use Ctrl-F in the text to search tune's title or composer (or right-click->find forward).

be1 commented 10 months ago

I just pushed a very very basic implementation for navigation: now clicking on the X: spinbox's arrows will scroll the text window until that X tune, and display the associated score.

topchyan commented 10 months ago

Tried that and works good! Thanks!