birdofpreyru / sheet-music

OpenSheetMusicDisplay renders sheet music in MusicXML format in your web browser based on VexFlow. OSMD is brought to you by PhonicScore.com.
https://opensheetmusicdisplay.org
Other
4 stars 1 forks source link

Maybe refactor the logic related to OSMD creation without rendering container #1

Open birdofpreyru opened 4 years ago

birdofpreyru commented 4 years ago

I.e. if we need OSMD doc just for playing back a sheet, using it as parser and iterator, but not as rendered, it should be possible to do so, and assign the actual render container later.

birdofpreyru commented 4 years ago

Done in https://github.com/birdofpreyru/sheet-music/commit/f5806e5bbe92a178a37746709230d6c984f5b69a.

I believe, further improvements of the related logic are possible, thus leaving the ticket opened, but with low priority.