Skip to content

Instantly share code, notes, and snippets.

@darth10
Last active December 13, 2015 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darth10/4967644 to your computer and use it in GitHub Desktop.
Save darth10/4967644 to your computer and use it in GitHub Desktop.
chordy gists
play [-1, -1, 0, 0, 2]
##
# e [----]
# b [----]
# G [--0-]
# D [--0-]
# A [--2-]
# E [----]
play [4]
##
# e [--4-]
# b [----]
# G [----]
# D [----]
# A [----]
# E [----]
# C family
play C
play :C
play :c
play "C"
play "c"
##
# e [--0-]
# b [--1-]
# G [--0-]
# D [--2-]
# A [--3-]
# E [--3-]
# F# family
play FSharp
play :F!
play :f!
play "F!"
play "f!"
##
# e [--2-]
# b [--2-]
# G [--3-]
# D [--4-]
# A [--4-]
# E [--2-]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment