云教练github库

sschmidTU 52c5ff7239 merge osmd-public (1.7.5): many fixes and improvements (see public osmd changelog) 2 gadi atpakaļ
demo 00d3bc1916 merge osmd-public/develop (rest of 1.6.1): double slur fix 2 gadi atpakaļ
src 52c5ff7239 merge osmd-public (1.7.5): many fixes and improvements (see public osmd changelog) 2 gadi atpakaļ
test 52c5ff7239 merge osmd-public (1.7.5): many fixes and improvements (see public osmd changelog) 2 gadi atpakaļ
.appveyor.yml 1d153ef688 update from osmd 1.4.0: many improvements, see changelog. needs npm install. try deleting node_modules and package-lock.json 3 gadi atpakaļ
.editorconfig 22e89a30b9 initial commit: osmd-extended: audio player, transpose, click to set position 4 gadi atpakaļ
.eslintignore 22e89a30b9 initial commit: osmd-extended: audio player, transpose, click to set position 4 gadi atpakaļ
.eslintrc.js 22e89a30b9 initial commit: osmd-extended: audio player, transpose, click to set position 4 gadi atpakaļ
.eslintrc.yml 22e89a30b9 initial commit: osmd-extended: audio player, transpose, click to set position 4 gadi atpakaļ
.gitignore 22e89a30b9 initial commit: osmd-extended: audio player, transpose, click to set position 4 gadi atpakaļ
.nvmrc 9957ed3a2f merge osmd-public 1.5.7: Add EngravingRules.TempoYSpacing, fix Chrome warning (willReadFrequently), add .nvmrc, etc 2 gadi atpakaļ
.travis.yml 1d153ef688 update from osmd 1.4.0: many improvements, see changelog. needs npm install. try deleting node_modules and package-lock.json 3 gadi atpakaļ
AUTHORS 22e89a30b9 initial commit: osmd-extended: audio player, transpose, click to set position 4 gadi atpakaļ
LICENSE 22e89a30b9 initial commit: osmd-extended: audio player, transpose, click to set position 4 gadi atpakaļ
README.md 965c4ea5c2 Update Readme: add link to tips and tricks issue 3 gadi atpakaļ
karma.conf.js 2d92aa917d merge osmd-public (1.7.2): fix clef at end of measure positioning for Sibelius, build: fix umlauts in key identifiers 2 gadi atpakaļ
package.json 52c5ff7239 merge osmd-public (1.7.5): many fixes and improvements (see public osmd changelog) 2 gadi atpakaļ
tsconfig.json 62f5f74228 merge osmd-public 1.4.1: add dark mode, justify label fix, etc. 3 gadi atpakaļ
webpack.common.js 2d92aa917d merge osmd-public (1.7.2): fix clef at end of measure positioning for Sibelius, build: fix umlauts in key identifiers 2 gadi atpakaļ
webpack.dev.js 1d153ef688 update from osmd 1.4.0: many improvements, see changelog. needs npm install. try deleting node_modules and package-lock.json 3 gadi atpakaļ
webpack.prod.js 1d153ef688 update from osmd 1.4.0: many improvements, see changelog. needs npm install. try deleting node_modules and package-lock.json 3 gadi atpakaļ
webpack.sourcemap.js 1d153ef688 update from osmd 1.4.0: many improvements, see changelog. needs npm install. try deleting node_modules and package-lock.json 3 gadi atpakaļ

README.md

osmd-extended

Extended OSMD, usually exclusive to OSMD Sponsors, with audio player, transposition, etc.

Please do not share this code publicly, PhonicScore has the copyright on the additions to public OSMD in this repository. You are allowed to use a minified/uglified build of osmd-extended in a website or app, but you are not allowed to redistribute the non-minified/uglified code of osmd-extended, or a small modification of it that adds or subtracts little functionality.

The code and build process works pretty much the same as OSMD, so take a look at the OSMD Readme (and Wiki) for technical info.

For some tips and tricks using the audio player and osmd-extended specifically, look at this issue: https://github.com/opensheetmusicdisplay/osmd-extended/issues/62

Discord Server

Please join our Discord (chat) server for more direct communication and announcement of news:
https://osmd.org/discord

Please write to @sschmidTU on gitter to confirm your Discord user name and unlock the sponsor channels for you there: https://gitter.im/opensheetmusicdisplay/opensheetmusicdisplay

Sponsor Signup Form

Please don't forget to fill out the sponsor signup form so that we can contact you (and manage your sponsorship):
https://opensheetmusicdisplay.org/github-sponsor-sign-up/

Class Documentation

To get the class documentation similar to the one for OSMD, run npm run docs. The docs will be in /build/docs.

Using transposition without the audio player

To use the TranspositionPlugin, you may need the build: transpose-osmd-plugin.min.js.zip
Note that this only works with OSMD 0.9.4+.
Though since OSMD 1.0, the transposition class has been added to public OSMD.

Here is an example HTML of how to use OSMD + transposition plugin: indexFileSelect.html.zip