Timeline only displays one meta value even if a measure has more than one
If have two key signatures in the same measure at different ticks, like Two-key-sigs-same-measure.mscx:
Then the timeline currently only displays the last key signature:
However, I believe they should both be displayed somehow. Probably stagger, with the last one on top. Also keep in mind there may be more than 2 key sigs.
(This is for JoshuaBonn1 to fix...he is going to implement staggering anyway for other reasons)
Comments
same thing applies to tempos, rehearsal marks, and maybe some other elements...
This is a known bug of mine and will be fixed in my next PR. This exists for all meta values because it places any meta value within the measure at the beginning of the measure box.
Fixed in branch master, commit 2d5a6b022b
Add functionality to timeline
Check out my blog posts for more info:
Blog 7: https://musescore.org/en/user/1190941/blog/2017/07/16/gsoc-2017-timelin…
Blog 8: https://musescore.org/en/user/1190941/blog/2017/07/22/gsoc-2017-timelin…
Blog 9: https://musescore.org/en/user/1190941/blog/2017/07/30/gsoc-2017-timelin…
Blog 10: https://musescore.org/en/user/1190941/blog/2017/08/05/gsoc-2017-timelin…
Specific commit information can be found: https://github.com/JoshuaBonn1/MuseScore/tree/7-timeline-class
fix #230821 : Multiple meta values in a measure only displays one
fix #234081 : Display hidden instruments and allow for hiding of instruments from timeline
Automatically closed -- issue fixed for 2 weeks with no activity.