sing-alongs/src/singalongs.tex

74 lines
1.7 KiB
TeX

% !Mode:: "TeX:UTF-8"
\documentclass[11pt, openany, twoside]{scrbook}
\usepackage[utf8]{inputenc}
\usepackage{fontspec}
\usepackage{fancyhdr}
\usepackage[a4paper]{geometry}
\usepackage{tgschola}
\usepackage{tocloft}
\usepackage[unicode]{hyperref}
\usepackage{multicol}
\usepackage{songs}
\usepackage{lyluatex}
\usepackage{graphicx}
\makeatletter
\newcommand{\unchapter}[1]{%
\begingroup
\let\@makechapterhead\@gobble % make \@makechapterhead do nothing
\chapter{#1}
\endgroup
}
\makeatother
\directlua {
local f = assert(io.popen('git rev-parse --short HEAD', 'r'))
local s = assert(f:read('*a'))
f:close()
tex.sprint("\string\\newcommand {\string\\revision}{" .. s .. "}")
}
\input{settings.tex}
\input{headfoot.tex}
\begin{document}
\pagenumbering{roman}
\input{title.tex}
Please do not take this little book as a definite source, it is more of a suggestion on how to
play a particular piece. Music is here to be played and not to be nailed down.\\
~\\
As the notation of public domain music falls not under copyright, this booklet is not copyrighted. \\
Commercial use is encouraged and it is not necessary to retain the contributor notice but of course
appreciated if you do.\\
~\\
If you use this booklet in a form it would be nice when you drop us a line but this is just out of
interest and again you are in no way obliged to do so.
\chapter*{Contributors}
\begin{itemize}
\item Matias Hugentobler
\item Sebastian Hugentobler
\end{itemize}
\tableofcontents
\newpage
\pagenumbering{arabic}
\lysetoption{staffsize}{22}
\lysetoption{quote}{true}
\lysetoption{indent}{false}
\lysetoption{insert}{inline}
\lysetoption{pass-fonts}{true}
\songs
\end{document}