https://github.com/ftes/ultimate-to-chordpro
Static website that converts ultimtae guitar songsheets to ChordPro notation.
https://github.com/ftes/ultimate-to-chordpro
Last synced: over 1 year ago
JSON representation
Static website that converts ultimtae guitar songsheets to ChordPro notation.
- Host: GitHub
- URL: https://github.com/ftes/ultimate-to-chordpro
- Owner: ftes
- License: mit
- Created: 2019-07-03T21:31:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T19:48:59.000Z (over 2 years ago)
- Last Synced: 2023-11-29T20:34:32.846Z (over 2 years ago)
- Language: HTML
- Homepage: https://ultimate.ftes.de
- Size: 510 KB
- Stars: 21
- Watchers: 2
- Forks: 8
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ultimate guitar to ChordPro converter
[](https://app.netlify.com/sites/ultimate-to-chordpro/deploys)
https://ultimate.ftes.de
Static website that converts chords between different formats.
Supported formats:
| Format | Input | Output |
| --------------- | ----- | ------ |
| ChordPro | ✅ | ✅ |
| Ultimate Guitar | ✅ | ✅ |
| Latex | ❌ | ✅ |

## Details
Uses [ChordSheetJS](https://github.com/martijnversluis/ChordSheetJS) to parse and format the chords and lyrics.
A basic Latex formatter is provided in this repo, [MR pending](https://github.com/martijnversluis/ChordSheetJS/pull/107).