opensheetmusicdisplay icon indicating copy to clipboard operation
opensheetmusicdisplay copied to clipboard

OpenSheetMusicDisplay renders sheet music in MusicXML format in your web browser based on VexFlow. OSMD is brought to you by PhonicScore.com.

Results 174 opensheetmusicdisplay issues
Sort by recently updated
recently updated
newest added

I'm setting up a home-practice app for my fellow choir members, based on [Jimmy's Audio Player](https://github.com/jimutt/osmd-playback-demo). I prepare scores in MuseScore and export them as MusicXML for playback in the...

I am developing an application which requires me to render each measure of a piece separately so that I can flexibly position each measure on the screen. Assume we have...

# Introduction Hello everyone at `Open Sheet Music Display`! I hope you all know how amazing your library is, and how wonderful you all are for creating and maintaining it!...

I was having trouble on my machine loading this .musicxml file. (Attached in ZIP) I had exported it from MuseScore. It is in the ZIP file below. Both my program...

OSMD seeems when calculate octaveShift will lost the middle part (this middle part means the whole stave is under octaveShift). In `MusicSheetcalculator.ts` Line 1916, the `sourceMeasure.staffLinkedExpressions[staffIndex]`, seems only have value...

The demo (e.g. with npm start) automatically loads the first sample in the beginning. Sometimes this does not work, e.g. if the sample file could not be found. In this...

enhancement

Only resize the drawer when necessary (width or height changed), currently this is done in every render call. -> set flag when width or height was changed and we need...

enhancement