diff options
author | Joris | 2024-04-05 20:44:08 +0200 |
---|---|---|
committer | Joris | 2024-04-05 20:44:08 +0200 |
commit | 57bf8e693727e63e7acc1aa2780c19948dc8de06 (patch) | |
tree | 087d302f194c99e02e2cacd2d1a7abf11329c9e7 /songs/the-animals | |
parent | aae7e39dc5b5e6c61247fdb5b2b36a2e5a9bcaaa (diff) |
Represent chords with clearer ascii characters
Diffstat (limited to 'songs/the-animals')
-rw-r--r-- | songs/the-animals/the-house-of-the-rising-sun.lisp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/songs/the-animals/the-house-of-the-rising-sun.lisp b/songs/the-animals/the-house-of-the-rising-sun.lisp index 464b292..2d5e268 100644 --- a/songs/the-animals/the-house-of-the-rising-sun.lisp +++ b/songs/the-animals/the-house-of-the-rising-sun.lisp @@ -1,20 +1,20 @@ (song (title "The House of the Rising Sun") (from "The Animals") - (tonality "Am") + (tonality "Aₘ") (chords (intro - (("Am" C) (D F) ("Am" E) ("Am" E))) + (("Aₘ" C) (D F) ("Aₘ" E) ("Aₘ" E))) ("Refrain / Couplet" - (("Am" C) (D F) ("Am" C) E) - (("Am" C) (D F) ("Am" E) ("Am" C)) - ((D F) ("Am" E7) ("Am" E7))) + (("Aₘ" C) (D F) ("Aₘ" C) E) + (("Aₘ" C) (D F) ("Aₘ" E) ("Aₘ" C)) + ((D F) ("Aₘ" "E⁷") ("Aₘ" "E⁷"))) (outro - (("Am" "Dm") ("Am" "Dm") ("Am" "Dm") ("Am" "Dm")) - (("Am" "Dm") "Am9"))) + (("Aₘ" "Dₘ") ("Aₘ" "Dₘ") ("Aₘ" "Dₘ") ("Aₘ" "Dₘ")) + (("Aₘ" "Dₘ") "Aₘ⁹"))) (lyrics (intro) |