diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex4musicians/Figures/songs.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex4musicians/Figures/songs.tex | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex4musicians/Figures/songs.tex b/Master/texmf-dist/doc/latex/latex4musicians/Figures/songs.tex new file mode 100644 index 00000000000..066eb66d44b --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex4musicians/Figures/songs.tex @@ -0,0 +1,24 @@ +\documentclass{article} +\thispagestyle{empty} +\usepackage[chorded]{songs} + +\begin{document} + +\renewcommand{\stitlefont}{\rm\large} +\renewcommand{\lyricfont}{\small} +\renewcommand{\printchord}{\it\small} + +\begin{songs}{} +\beginsong{Imagine}[by={John Lennon}] +\beginverse + \emph{Intro, $\times$ 2} + \[C] \[Cmaj7] \[F] + \[C]Imagine there's \[Cmaj7]no \[F]heaven + \[C]It's easy if \[Cmaj7]you \[F]try + \[C]No hell \[Cmaj7]below \[F]us + \[C]Above us \[Cmaj7]only \[F]sky +\endverse +\endsong +\end{songs} + +\end{document} |