infojunkie / musicxml-player

A TypeScript component that loads and plays MusicXML files in the browser using Web Audio and Web MIDI.
https://blog.karimratib.me/demos/musicxml/
GNU General Public License v3.0
34 stars 6 forks source link

Allow engraving options to be passed to renderers #26

Closed infojunkie closed 1 year ago

infojunkie commented 1 year ago

Add constructor parameters to pass to OpenSheetMusicDisplayRenderer and VerovioRenderer that control the layouting options of these renderers. Passing these engines' native engraving options is enough - no need to abstract them further.