parsing of lisp files is working

This commit is contained in:
Chris Cochrun 2024-12-06 11:42:14 -06:00
parent 87a26642fa
commit 9695c8670f
3 changed files with 22 additions and 5 deletions

View file

@ -98,9 +98,9 @@ And my life began"))
(song :author "Jordan Feliz" :ccli 97987
:font "Quicksand" :font-size 80
:title "The River"
:background (video :source "./coolerbg.mkv" :fit cover)
:background (video :source "~/vids/test/camprules2024theo.mp4" :fit cover)
:verse-order (v1 c1 v2 c1)
(v1 "I'm going down to the river")
(c1 "Down to the river")
(v2 "Down to the river to pray ay ay!"))
(load "./10000-reasons.lisp")
(load "./test_song.lisp")