Shbinging / musicxml_to_jianpu

Create JianPu notation from MusicXML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert MusicXML to JianPu

This is a simple program to help you create JianPu notation from any standard notation software that outputs MusicXML. It is still experimental and only support a very limit set of features from MusicXML. Currently the only supported output format is FanQie JianPu.

Usage

usage: converter.py [-h] input_file

Supported Features

  • Simple Notes
  • Rests
  • Accidentals
  • Ties
  • Multiple parts

Current Limitations

  • All parts must be monophonic.
  • Cannot handle change of key signature or time signature in the middle of the piece.

License

Copyright (C) 2018 Che-Huai Lin

MIT License

About

Create JianPu notation from MusicXML

License:MIT License


Languages

Language:Python 98.9%Language:Shell 1.1%