From 9c71ea5a80eed021cfc1a269a9a176b059eb8d4f Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 2 Jan 2024 18:55:33 +0100 Subject: Add « Pelot d’Hennebont » --- src/main.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main.lisp') 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") -- cgit v1.2.3