From 3788738f88b3aed5ced113aa4c455a0d25d8b84e Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 1 Aug 2015 21:09:22 -0400 Subject: Initialize repo --- .gitignore | 2 ++ readme.md | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 readme.md 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. -- cgit v1.2.3