diff options
author | Ben Burwell <ben@benburwell.com> | 2015-08-01 21:09:22 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-08-01 21:09:22 -0400 |
commit | 3788738f88b3aed5ced113aa4c455a0d25d8b84e (patch) | |
tree | bb22ad617d7f42a4c2fe58965d0883b5a755d2e1 |
Initialize repo
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | readme.md | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a46763c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.sublime-* +node_modules/* diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..a3721fb --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ +Solfège +======= + +[Solfège](https://en.wikipedia.org/wiki/Solf%C3%A8ge) is a system of assigning syllables to musical pitches. This project attempts to enable people to find songs that they just can't quite remember the words for by searching for a solfege phrase. + +The solfège scale is: do, re, mi, fa, so, la, ti. In order to simplify searching, a "movable do" is used. This means that do does not always correspond to C; rather, it corresponds to the root of the key that the song is written in. |