云教练github库

sschmidTU a6ac78c644 fix(invisible notes): do not display invisible notes and double rests. skip parsing them for now. 7 tahun lalu
bin b5df5085b6 chore: updated travis demo publish script to build the correct demo version (#276) 7 tahun lalu
demo ec010078ca Demo: Add Re-render button, add column to layout (#361) 7 tahun lalu
external aa65792eb1 fix(error handling): Fix error loading empty score, improve error handling (#367) 7 tahun lalu
src a6ac78c644 fix(invisible notes): do not display invisible notes and double rests. skip parsing them for now. 7 tahun lalu
test 9da9cb4207 feat(Options): add options interface for osmd constructor (#368) 7 tahun lalu
.appveyor.yml b11f9e344d Improvement/skyline (#270) 7 tahun lalu
.editorconfig fb93f057f9 added .editorconfig file 9 tahun lalu
.eslintignore c4f3eac432 Improvement/infrastructure (#202) 7 tahun lalu
.eslintrc.yml c4f3eac432 Improvement/infrastructure (#202) 7 tahun lalu
.gitattributes f4de69b02e changed gitattributes file as it made troubles with binary files. 9 tahun lalu
.gitignore a86d7f2831 Renamed StaffMeasure to GraphicalMeasure (#264) 7 tahun lalu
.travis.yml e8b17cc52a Fix/karma (#378) 7 tahun lalu
AUTHORS c4f3eac432 Improvement/infrastructure (#202) 7 tahun lalu
CHANGELOG.md 885f2bf465 chore: update change log 7 tahun lalu
LICENSE 1a19bee47b Prepared for first public release on npm. #2 9 tahun lalu
README.md 05268d7f8a Update README.md: link to opensheetmusicdisplay.org again 7 tahun lalu
karma.conf.js 9da9cb4207 feat(Options): add options interface for osmd constructor (#368) 7 tahun lalu
package.json af640dc321 chore(package): update uglifyjs-webpack-plugin to version 2.0.0 (#386) 7 tahun lalu
tsconfig.json f0d1a9ca1d chore(Updating out dependencies): Since CI was failing greekeeper kep… (#384) 7 tahun lalu
tslint.json f0d1a9ca1d chore(Updating out dependencies): Since CI was failing greekeeper kep… (#384) 7 tahun lalu
webpack.common.js 15510176dd chore: updated build infrastructure 7 tahun lalu
webpack.dev.js 767344263a Fixed showing whole rest notes for measure rests. Ghost notes work now. 7 tahun lalu
webpack.prod.js 9da9cb4207 feat(Options): add options interface for osmd constructor (#368) 7 tahun lalu

README.md

OSMD logo

OpenSheetMusicDisplay

Greenkeeper badge Travis Build Status Appveyor Build status Dependency Status Gitter Code Climate Commitizen friendly

opensheetmusicdisplay.org

OpenSheetMusicDisplay renders MusicXML sheet music in the browser. It is the missing link between MusicXML and VexFlow. Built upon many years of experience in both sheet music interactivity and engraving, it is the perfect solution for app developers seeking to build digital sheet music services.

MusicXML is the de facto standard for sharing sheet music on the internet. VexFlow is widely used for rendering sheet music. It features an extensive note sign library attributable to its open source nature.

OpenSheetMusicDisplay brings the two together and offers an open source turnkey solution for your digital sheet music project.

Written in TypeScript and released under MIT license.

See the Wiki for information about the source code and how to use OSMD.

Try the Demo to see what OSMD can do.