d537fd498e
The variant developed on a Windows system didn't work on a Archlinux system. Now the Makefile creates a file 'revision.tex' which the main latex file inputs as revision number. Hopefully this will do the trick on both systems.
130 lines
3.3 KiB
Plaintext
130 lines
3.3 KiB
Plaintext
\documentclass[12pt, a4paper, openany]{scrbook}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{graphicx}
|
|
\usepackage{fancyhdr}
|
|
\usepackage{geometry}
|
|
\usepackage{xmpincl}
|
|
\usepackage{hyperref}
|
|
|
|
\input{settings}
|
|
\input{headfoot}
|
|
\input{revision}
|
|
|
|
\begin{document}
|
|
\widowpenalties 1 10000
|
|
\raggedbottom
|
|
\pagenumbering{roman}
|
|
|
|
\input{title.tex}
|
|
|
|
\chapter*{Contributors}
|
|
\begin{itemize}
|
|
\item Sebastian Hugentobler
|
|
\item Matias Hugentobler
|
|
\end{itemize}
|
|
|
|
\tableofcontents
|
|
|
|
\clearpage
|
|
|
|
\pagenumbering{arabic}
|
|
|
|
\chapter{All for Me Grog}
|
|
\lilypondfile[staffsize=18]{notes/AllForMeGrog.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/AllForMeGrog.tex}
|
|
|
|
\chapter{Auld Lang Syne}
|
|
\lilypondfile[staffsize=18]{notes/AuldLangSyne.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/AuldLangSyne.tex}
|
|
|
|
\chapter{The Black Velvet Band}
|
|
\lilypondfile[staffsize=18]{notes/BlackVelvetBand.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/BlackVelvetBand.tex}
|
|
|
|
\chapter{Bürgerlied}
|
|
\lilypondfile[staffsize=18]{notes/Buergerlied.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/Buergerlied.tex}
|
|
|
|
\chapter {Drunken Sailor}
|
|
\lilypondfile[staffsize=18]{notes/DrunkenSailor.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/DrunkenSailor.tex}
|
|
|
|
\chapter{Finnegan's Wake}
|
|
\lilypondfile[staffsize=18]{notes/FinnegansWake.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/FinnegansWake.tex}
|
|
|
|
\chapter{The Foggy Dew}
|
|
\lilypondfile[staffsize=18]{notes/FoggyDew.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/FoggyDew.tex}
|
|
|
|
\chapter{I'm a Rover Seldom Sober}
|
|
\lilypondfile[staffsize=18]{notes/ImARoverSeldomSober.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/ImARoverSeldomSober.tex}
|
|
|
|
\chapter{The Irish Rover}
|
|
\lilypondfile[staffsize=18]{notes/IrishRover.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/IrishRover.tex}
|
|
|
|
\chapter{Johnny I Hardly Knew Ye}
|
|
\lilypondfile[staffsize=18]{notes/JohnnyIHardlyKnewYe.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/JohnnyIHardlyKnewYe.tex}
|
|
|
|
\chapter{MacPherson's Farewell}
|
|
\lilypondfile[staffsize=18]{notes/MacPhersonsFarewell.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/MacPhersonsFarewell.tex}
|
|
|
|
\chapter{Molly Malone}
|
|
\lilypondfile[staffsize=18]{notes/MollyMalone.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/MollyMalone.tex}
|
|
|
|
\chapter{Muirsheen Durkin}
|
|
\lilypondfile[staffsize=18]{notes/MuirsheenDurkin.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/MuirsheenDurkin.tex}
|
|
|
|
\chapter {A Nation Once Again}
|
|
\lilypondfile[staffsize=18]{notes/NationOnceAgain.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/NationOnceAgain.tex}
|
|
|
|
\chapter{The Parting Glass}
|
|
\lilypondfile[staffsize=18]{notes/PartingGlass.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/PartingGlass.tex}
|
|
|
|
\chapter {The Rising of the Moon}
|
|
\lilypondfile[staffsize=18]{notes/RisingOfTheMoon.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/RisingOfTheMoon.tex}
|
|
|
|
\chapter{The Star of the County Down}
|
|
\lilypondfile[staffsize=18]{notes/StarOfTheCountyDown.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/StarOfTheCountyDown.tex}
|
|
|
|
\chapter{Whiskey in the Jar}
|
|
\lilypondfile[staffsize=18]{notes/WhiskeyInTheJar.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/WhiskeyInTheJar.tex}
|
|
|
|
\chapter{The Wild Rover}
|
|
\lilypondfile[staffsize=18]{notes/WildRover.ly}
|
|
~\\ ~\\
|
|
\input{lyrics/WildRover.tex}
|
|
|
|
\end{document}
|
|
|