From 57bf8e693727e63e7acc1aa2780c19948dc8de06 Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 5 Apr 2024 20:44:08 +0200 Subject: Represent chords with clearer ascii characters --- songs/the-animals/the-house-of-the-rising-sun.lisp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'songs/the-animals') 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) -- cgit v1.2.3