Does anyone know a good ASCII way to make piano chord charts

Anything about MUSIC but doesn't fit into the forums above.
Post Reply New Topic
RELATED
PRODUCTS

Post

I know there's a system for guitar tabs, but I'd like to jot down some picture chords for piano. Something like this:

Image

But that I could jot into a notepad program with Unicode characters. Any ideas?

Post

Maybe something like this?

Code: Select all

┌─┬─┬┬─┬─┬─┬─┬┬─┬┬─┬─┐
│ │ ││ │ │ │ ││ ││ │ │
│ └┬┘└┬┘ │ └┬┘└┬┘└┬┘ │
│X │  │X │  │X │  │  │
└──┴──┴──┴──┴──┴──┴──┘
Image

Post

I'm impressed. That's actually pretty good. You could even simplify it, like so:

Code: Select all

┌─┬─┬┬─┬─┬─┬─┬┬─┬┬─┬─┐
│ └┬┘└x┘ │ └┬┘└┬┘└x┘ │
└──┴──┴──┴x─┴──┴x─┴──┘

Post

Or even this:

Code: Select all

┌─┬─┬┬─┬─┬─┬─┬┬─┬┬─┬─┐
│ └┬┘└●┘ │ └┬┘└┬┘└●┘ │
└──┴──┴──┴●─┴──┴●─┴──┘

Post

Even more compact:

Code: Select all

┌┬─┬─┬┬┬o┬─┬─┬┐
│└┬┴┬┘│└┬┴┬┴┬┘│
└─┴o┴─┴─┴─┴o┴─┘
Image

Post

Once you have memorised how chords are constructed (under the hood they are all the same intervals) then the tabs become obsolete :hihi:
We are the KVR collective. Resistance is futile. You will be assimilated. Image
My MusicCalc is served over https!!

Post

You're right, that is pretty compact. I like it a little more stretched out because you can then fit the notes above it:

Code: Select all

            G♭ A♭ B♭C♭  D♭ E♭  F G♭
┌─┬─┬┬─┬─┬─┬●┬┬●┬┬●┬─┬─┬●┬┬●┬─┬─┬●┬┬─┬┬─┬─┐
│ └┬┘└┬┘ │ └┬┘└┬┘└┬┘ │ └┬┘└┬┘ │ └┬┘└┬┘└┬┘ │
└──┴──┴──┴──┴──┴──┴●─┴──┴──┴──┴─●┴──┴──┴──┘
But I like the idea of having the markers on the tops of the black keys because it makes it even easier to tell them apart from the white ones.

Post Reply

Return to “Everything Else (Music related)”