]> git.donarmstrong.com Git - lilypond.git/blob - scripts/musicxml2ly.py
eb5d359a2abc28dd0856ff642d26d7e6a93981d7
[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()