diff options
author | Joris | 2024-01-02 18:55:33 +0100 |
---|---|---|
committer | Joris | 2024-01-02 18:55:33 +0100 |
commit | 9c71ea5a80eed021cfc1a269a9a176b059eb8d4f (patch) | |
tree | 13c94fafe19ed261a13b27b66016d53b32d156ec /src | |
parent | 314d12f04918c53025d13cbb5e83c3ed6402fb1d (diff) |
Add « Pelot d’Hennebont »
Diffstat (limited to 'src')
-rw-r--r-- | src/main.lisp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.lisp b/src/main.lisp index 8e47016..1afc4f9 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -60,7 +60,8 @@ ('intro "Intro") ('verse "Couplet") ('chorus "Refrain") - ('interlude "Interlude"))) + ('interlude "Interlude") + ('outro "Outro"))) (defun part-tags (key children) (h "div" @@ -148,3 +149,4 @@ (export-song "songs/graeme-allwright/petit-garcon.lisp") (export-song "songs/ben-e-king/stand-by-me.lisp") +(export-song "songs/tri-yann/pelot-d-hennebont.lisp") |