yes
This commit is contained in:
parent
e4d171667f
commit
25a451e23e
10 changed files with 1072 additions and 0 deletions
19
test_presentation.lisp
Normal file
19
test_presentation.lisp
Normal file
|
@ -0,0 +1,19 @@
|
|||
(slide :background (image :source "~/pics/frodo.jpg" :fit crop)
|
||||
(text "This is frodo" :font-size 50))
|
||||
(slide (video :source "~/vids/test/chosensmol.mp4" :fit fill))
|
||||
(song :author "Jordan Feliz" :ccli 97987
|
||||
:font "Quicksand" :font-size 80
|
||||
:title "The River"
|
||||
:background (image :source "./coolbg.jpg")
|
||||
(text "I'm going down to the river")
|
||||
(text "Down to the river")
|
||||
(text "Down to the river to pray ay ay!"))
|
||||
(song :author "Jordan Feliz" :ccli 97987
|
||||
:font "Quicksand" :font-size 80
|
||||
:title "The River"
|
||||
:background (video :source "./coolerbg.mkv" :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")
|
Loading…
Add table
Add a link
Reference in a new issue