But that I could jot into a notepad program with Unicode characters. Any ideas?
Does anyone know a good ASCII way to make piano chord charts
-
- KVRist
- 364 posts since 23 Mar, 2008
I know there's a system for guitar tabs, but I'd like to jot down some picture chords for piano. Something like this:

But that I could jot into a notepad program with Unicode characters. Any ideas?
But that I could jot into a notepad program with Unicode characters. Any ideas?
- KVRAF
- 1626 posts since 28 Jan, 2004
Maybe something like this?
Code: Select all
┌─┬─┬┬─┬─┬─┬─┬┬─┬┬─┬─┐
│ │ ││ │ │ │ ││ ││ │ │
│ └┬┘└┬┘ │ └┬┘└┬┘└┬┘ │
│X │ │X │ │X │ │ │
└──┴──┴──┴──┴──┴──┴──┘

-
- KVRist
- Topic Starter
- 364 posts since 23 Mar, 2008
I'm impressed. That's actually pretty good. You could even simplify it, like so:
Code: Select all
┌─┬─┬┬─┬─┬─┬─┬┬─┬┬─┬─┐
│ └┬┘└x┘ │ └┬┘└┬┘└x┘ │
└──┴──┴──┴x─┴──┴x─┴──┘
-
- KVRist
- Topic Starter
- 364 posts since 23 Mar, 2008
Or even this:
Code: Select all
┌─┬─┬┬─┬─┬─┬─┬┬─┬┬─┬─┐
│ └┬┘└●┘ │ └┬┘└┬┘└●┘ │
└──┴──┴──┴●─┴──┴●─┴──┘
- KVRAF
- 1626 posts since 28 Jan, 2004
- KVRAF
- 16817 posts since 8 Mar, 2005 from Utrecht, Holland
Once you have memorised how chords are constructed (under the hood they are all the same intervals) then the tabs become obsolete 
We are the KVR collective. Resistance is futile. You will be assimilated. 
My MusicCalc is served over https!!
My MusicCalc is served over https!!
-
- KVRist
- Topic Starter
- 364 posts since 23 Mar, 2008
You're right, that is pretty compact. I like it a little more stretched out because you can then fit the notes above it:
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.
Code: Select all
G♭ A♭ B♭C♭ D♭ E♭ F G♭
┌─┬─┬┬─┬─┬─┬●┬┬●┬┬●┬─┬─┬●┬┬●┬─┬─┬●┬┬─┬┬─┬─┐
│ └┬┘└┬┘ │ └┬┘└┬┘└┬┘ │ └┬┘└┬┘ │ └┬┘└┬┘└┬┘ │
└──┴──┴──┴──┴──┴──┴●─┴──┴──┴──┴─●┴──┴──┴──┘