Skip to content

Instantly share code, notes, and snippets.

@Elfsong
Created April 2, 2019 05:09
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 Elfsong/a94b6cad38e36c7ca4d7060fdad3f49a to your computer and use it in GitHub Desktop.
Save Elfsong/a94b6cad38e36c7ca4d7060fdad3f49a to your computer and use it in GitHub Desktop.
Musician pairs
(_,_,_) -> (0,_,_) = remove all three pitchs
(_,_,_) -> (a,b,c) = a + b == 3 or a + c == 3 retrive all three notes or octaves
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment