craigsapp / website-polish-scores

Front-end for digital transcriptions of the Polish Music Heritage in Open Access project
https://polishscores.org
3 stars 1 forks source link

Change `F` for figured bass to `B` for basso continuo in the navigator toolbar #271

Closed craigsapp closed 4 months ago

craigsapp commented 4 months ago

This is to allow using F for fingering.

craigsapp commented 4 months ago

Implemented in commit https://github.com/craigsapp/website-polish-scores/commit/486d8e68c0c9c91496cd9060f9e9c73e44dae150

Example:

Screenshot 2024-02-10 at 23 03 55

The data index needs to be change from F to B. In the meantime the function filterBySearchFlags() is still using F for the basso continuo filter:

   if (fields.BASSOCONTINUO) { pattern += ".*F"; count++; }
craigsapp commented 4 months ago

Done:

Screenshot 2024-02-11 at 15 48 11 Screenshot 2024-02-11 at 15 48 28