JanVeb
                                            JanVeb
                                        
                                    Thank, figured out my issue, issue was mobile devices related packages, on Chrome it will still load the app with them, but not on Safari. Though I have code for...
On my phone and chrome it looks good but only when `renderSingleHorizontalStaffline: true`, otherwise when `renderSingleHorizontalStaffline: false`, score is not rendered on the screen, just to be sure, as its...
Skybottomline Found two mentions about this, one that might relate to this issue, has little info and is only stated that it was fixed Mobile screen  From error it...
One more note I forgot to mention, Musescore loads the file and it seems it works good from my quick fly over it
It works good in OSMD Demo OSMD Demo  In Osmd demo it loads this score without issues as far as I can...
osmd.zoom = 0.3;  For me it looks good even with osmd.zoom = 0.3; It doesn't seem as osmd.zoom was your issue
Maybe it would help if you enable: `overflow-y: auto;` or `overflow-y: scroll;` osmd.zoom = 2; 
``` Tried this it doesn't work, this was only use I could find in examples {playing ? 'Pause' : 'Play'} ``` And full code ``` import React from 'react'; import...
Solved it by wrapping AudioPlayer in AudioPlayerProvider in imported file ``` ```
`lastValidCoord is not defined` Whats up with this? Reading here it seems this issue was fixed? But it is still happening to me when trying to smoothen the path? `var...