summaryrefslogtreecommitdiff
path: root/Build/source/utils/songs/tests/mybook.tex
blob: a640696039d4dbe2bb1a5cf53fd9d5f8279d3722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\documentclass{article}
\usepackage[chorded]{songs}
%
\newindex{titleidx}{mytitle}
\newauthorindex{authidx}{myauth}
\newscripindex{scripidx}{myscrip}
%
\noversenumbers
%
\begin{document}
\showindex{Complete Index of Songs}{titleidx}
\songsection{Worship Songs}
%
\begin{songs}{titleidx,authidx,scripidx}
\beginsong{Doxology}[by={Louis Bourgeois and Thomas Ken},
                     sr={Revelation 5:13},
                     cr={Public domain.},
                     index={Praise God, from Whom all blessings flow}]
\beginverse
\[G]Praise God, \[D]from \[Em]Whom \[Bm]all \[Em]bless\[D]ings \[G]flow;
\[G]Praise Him, all \[D]crea\[Em]tures \[C]here \[G]be\[D]low;
\[Em]Praise \[D]Him \[G]a\[D]bove, \[G]ye \[C]heav'n\[D]ly \[Em]host;
\[G]Praise Fa\[Em]ther, \[D]Son, \[Am]and \[G/B G/C]Ho\[D]ly \[G]Ghost.
\[C]A\[G]men.
\endverse
\endsong
\end{songs}
%
\showindex{Index of Authors and Composers}{authidx}
\showindex{Index of Scripture}{scripidx}
%
\end{document}