musicxml_to_jianpu
musicxml_to_jianpu copied to clipboard
Create JianPu notation from MusicXML
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
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