score
score copied to clipboard
FR : musical time scale is not displayed when entering a process in fullscreen
... and this makes writing musical-time based automation harder. Tested in release v3.0.0-a22
Hi I'd like to work on this, please assign it to me.
hi @gusmccallum ! sorry, I hadn't seen your message yet.
hmmm, I checked and actually the bug has been fixed already it seems x) although there is another related bug if you are interested - the musical scale does not show entirely:
the relevant code is :
- the class MusicalGrid (src/plugins/score-plugin-scenario/Scenario/Document/ScenarioDocument/MusicalGrid.hpp) which computes the graduations to display
- the class MusicalRuler (src/plugins/score-plugin-scenario/Scenario/Document/TimeRuler/TimeRuler.hpp) which displays it, maybe the bug is here