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:
- FanQie JianPu
(
--grammar jianpu99
) - Jianpu in Lilypond
(
--grammar jianpu-ly
)
usage: converter.py [-h] input_file
- Simple Notes
- Rests
- Accidentals
- Ties
- Multiple parts
- All parts must be monophonic.
- Cannot handle change of key signature or time signature in the middle of the piece.
Copyright (C) 2018 Che-Huai Lin
MIT License