43 lines
914 B
TeX
43 lines
914 B
TeX
\documentclass[12pt, a4paper, openany]{scrbook}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{graphicx}
|
|
\usepackage{fancyhdr}
|
|
\usepackage{geometry}
|
|
\usepackage{hyperref}
|
|
\usepackage{multicol}
|
|
|
|
\input{revision.tex}
|
|
\input{settings.tex}
|
|
\input{headfoot.tex}
|
|
|
|
\renewcommand*\rmdefault{iwona}\normalfont\upshape
|
|
|
|
\begin{document}
|
|
\widowpenalties 1 10000
|
|
\raggedbottom
|
|
\pagenumbering{roman}
|
|
|
|
\input{title.tex}
|
|
|
|
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.
|
|
|
|
\chapter*{Contributors}
|
|
\begin{itemize}
|
|
\item Matias Hugentobler
|
|
\item Sebastian Hugentobler
|
|
\end{itemize}
|
|
|
|
\tableofcontents
|
|
|
|
\clearpage
|
|
|
|
\pagenumbering{arabic}
|
|
|
|
\musicbooklet
|
|
|
|
\end{document}
|
|
|