Skip to content

lzh9102/musicxml_to_jianpu

Repository files navigation

CI status

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 two output formats are supported:

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