Chord Sheet Converter


https://chords.menees.com/ - Blazor web assembly app


The Menees Chord Sheet Converter web application converts Ultimate Guitar-style chord-over-text sheets into ChordPro format or MobileSheets format. For example, it can convert this:

[Chorus]
  Am      C       G       Am
Jolene, Jolene, Jolene, Jolene
    G              G                   Am
I'm begging of you please don't take my  man
  Am      C       G       Am
Jolene, Jolene, Jolene, Jolene
G                     G                Am
Please don't take him just because you can
to this:
{start_of_chorus}
Jo[Am]lene, Jo[C]lene, Jo[G]lene, Jo[Am]lene
I'm [G]begging of you [G]please don't take my[Am]  man
Jo[Am]lene, Jo[C]lene, Jo[G]lene, Jo[Am]lene
[G]Please don't take him [G]just because you [Am]can
{end_of_chorus}
The converter is a Blazor WebAssembly app, so it needs to be run in a modern, up-to-date web browser.

For programmers, the core app functionality is available in the Menees.Chords .NET library on NuGet, and a Menees.Chords.Cli command line utility is available for doing batch conversions of files. For more information see the Menees.Chords's GitHub repo.

This software is CharityWare. If you use it, I ask that you donate something to the charity of your choice.


Main Archive