diff options
author | Ben Burwell <ben@benburwell.com> | 2015-08-02 17:29:36 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-08-02 17:29:36 -0400 |
commit | 0fb9fa6be86ced26feefd07a310371ee7d9b6185 (patch) | |
tree | 84a11bb350c99a22c8460a2e84ef8c60daeaeba8 | |
parent | d35ce687049062e47c7154151f048e446bbb077b (diff) |
add travis ci status to readme
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ Solfège ======= +![Travis-CI Status](https://api.travis-ci.org/benburwell/solfege.svg) + [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. |