diff options
author | Joris | 2024-01-07 23:05:16 +0100 |
---|---|---|
committer | Joris | 2024-01-07 23:05:16 +0100 |
commit | cdf2d88a911357846f0f814d975fe7aee4afc8da (patch) | |
tree | 0ff75d6493ca7125d31ac7503d388bb9a3a81a26 /src | |
parent | d9c50ea7ba3aad5a6794991d2cc03a068820d1a6 (diff) |
Add house of the rising sun from the animals
Diffstat (limited to 'src')
-rw-r--r-- | src/main.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.lisp b/src/main.lisp index 2c7375e..33c75b4 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -61,6 +61,7 @@ ('verse "Couplet") ('chorus "Refrain") ('interlude "Interlude") + ('solo "Solo") ('bridge "Pont") ('outro "Outro") (otherwise key))) |