8000 GitHub - educandu/abc-tools: Tools for ABC code manipulation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

educandu/abc-tools

Repository files navigation

abc-tools

Neues Dokument

Usage

import { convertMusicXmlToAbc, transposeAbc } from '@educandu/abc-tools';

// converts MusicXML to ABC code (with denominator 4)
const result1 = convertMusicXmlToAbc(xmlString, { d: 4 });

// transposes ABC code 2 half steps down
const result2 = transposeAbc(abcCode, -2);

Sources

The source file src/xml2abc.js was written by Wim Vree (available here). This code is licensed under the Lesser GNU General Public License. Changes made compared to the original code are marked inside the code itself.


OER learning platform for music

Funded by 'Stiftung Innovation in der Hochschullehre'

Logo der Stiftung Innovation in der Hochschullehre

A Project of the 'Hochschule für Musik und Theater München' (University for Music and Performing Arts)

Logo der Hochschule für Musik und Theater München

Project owner: Hochschule für Musik und Theater München
Project management: Ulrich Kaiser

About

Tools for ABC code manipulation

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0