sing-alongs/src/singalongs.tex

74 lines
1.7 KiB
TeX
Raw Normal View History

2014-03-26 12:25:33 +00:00
% !Mode:: "TeX:UTF-8"
2020-07-16 12:31:51 +00:00
\documentclass[11pt, openany, twoside]{scrbook}
\usepackage[utf8]{inputenc}
2014-03-25 19:38:43 +00:00
\usepackage{fontspec}
\usepackage{fancyhdr}
2020-07-16 12:31:51 +00:00
\usepackage[a4paper]{geometry}
\usepackage{tgschola}
\usepackage{tocloft}
2014-03-26 12:25:33 +00:00
\usepackage[unicode]{hyperref}
\usepackage{multicol}
2020-07-16 12:31:51 +00:00
\usepackage{songs}
2015-11-30 17:26:30 +00:00
\usepackage{lyluatex}
2020-07-16 12:31:51 +00:00
\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}
2014-03-26 12:25:33 +00:00
\begin{document}
\pagenumbering{roman}
\input{title.tex}
2014-03-26 12:25:33 +00:00
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.\\
2013-11-25 10:15:20 +00:00
~\\
2013-11-25 10:08:48 +00:00
As the notation of public domain music falls not under copyright, this booklet is not copyrighted. \\
2014-03-26 12:25:33 +00:00
Commercial use is encouraged and it is not necessary to retain the contributor notice but of course
2013-11-25 10:22:55 +00:00
appreciated if you do.\\
2013-11-25 10:15:20 +00:00
~\\
2013-11-25 10:08:48 +00:00
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.
2014-03-26 12:25:33 +00:00
\chapter*{Contributors}
\begin{itemize}
\item Matias Hugentobler
\item Sebastian Hugentobler
\end{itemize}
2014-03-26 12:25:33 +00:00
\tableofcontents
2020-07-16 12:31:51 +00:00
\newpage
2014-03-26 12:25:33 +00:00
\pagenumbering{arabic}
2020-07-16 12:31:51 +00:00
\lysetoption{staffsize}{22}
\lysetoption{quote}{true}
\lysetoption{indent}{false}
\lysetoption{insert}{inline}
\lysetoption{pass-fonts}{true}
\songs
\end{document}