https://github.com/ganeshsankaran/western2carnatic
A simple sheet music translator
https://github.com/ganeshsankaran/western2carnatic
music21 musicxml python
Last synced: about 2 months ago
JSON representation
A simple sheet music translator
- Host: GitHub
- URL: https://github.com/ganeshsankaran/western2carnatic
- Owner: ganeshsankaran
- Created: 2021-04-13T16:42:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T01:30:42.000Z (about 4 years ago)
- Last Synced: 2025-01-18T18:51:45.888Z (3 months ago)
- Topics: music21, musicxml, python
- Language: Python
- Homepage:
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# western2carnatic
This program takes a score and annotates it with Carnatic notes.
I may or may not work on
- annotating notes with their octave
- annotating chords
- writing Carnatic notation to `stdout`**Prerequisites**
- Python 3
- MuseScore**Download and Install**
```
git clone https://github.com/ganeshsankaran/western2carnatic.git
cd western2carnatic
pip3 install -r requirements.txt
```**Usage**
```
python3 western2carnatic.py .musicxml
```