]> git.donarmstrong.com Git - lilypond.git/blob - scripts/musicxml2ly.py
Copy the lastest musicxml2ly files from Philomelos. These versions overwrite
[lilypond.git] / scripts / musicxml2ly.py
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
3
4 from musicxml2ly_conversion import main
5
6 if __name__ == '__main__':
7     main()