9 lines
336 B
Common Lisp
9 lines
336 B
Common Lisp
(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!"))
|