working song translation from lisp
This commit is contained in:
parent
f69d465596
commit
8c29e7900a
5 changed files with 123 additions and 47 deletions
8
test_song.lisp
Normal file
8
test_song.lisp
Normal file
|
@ -0,0 +1,8 @@
|
|||
(song :author "Jordan Feliz" :ccli 97987
|
||||
:font "Quicksand" :font-size 80
|
||||
:title "The River"
|
||||
:background (image :source "~/pics/wallpapers/nixorange.jpeg" :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!"))
|
Loading…
Add table
Add a link
Reference in a new issue