\documentclass[12pt, a4paper, openany]{scrbook} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{graphicx} \usepackage{fancyhdr} \usepackage{geometry} \usepackage{xmpincl} \usepackage{hyperref} \input{settings.tex} \input{headfoot.tex} \begin{document} \widowpenalties 1 10000 \raggedbottom \pagenumbering{roman} \input{title.tex} \tableofcontents \clearpage \pagenumbering{arabic} \chapter{All for Me Grog} \lilypondfile[staffsize=14]{notes/AllForMeGrog.ly} ~\\ \input{lyrics/AllForMeGrog.tex} \chapter{Auld Lang Syne} \lilypondfile[staffsize=14]{notes/AuldLangSyne.ly} ~\\ \input{lyrics/AuldLangSyne.tex} \chapter{The Black Velvet Band} \lilypondfile[staffsize=14]{notes/BlackVelvetBand.ly} ~\\ \input{lyrics/BlackVelvetBand.tex} \chapter {Drunken Sailor} \lilypondfile[staffsize=14]{notes/DrunkenSailor.ly} ~\\ \input{lyrics/DrunkenSailor.tex} \chapter{Finnegan's Wake} \lilypondfile[staffsize=14]{notes/FinnegansWake.ly} ~\\ \input{lyrics/FinnegansWake.tex} \chapter{The Foggy Dew} \lilypondfile[staffsize=14]{notes/FoggyDew.ly} ~\\ \input{lyrics/FoggyDew.tex} \chapter{I'm a Rover Seldom Sober} \lilypondfile[staffsize=14]{notes/ImARoverSeldomSober.ly} ~\\ \input{lyrics/ImARoverSeldomSober.tex} \chapter{Johnny I Hardly Knew Ye} \lilypondfile[staffsize=14]{notes/JohnnyIHardlyKnewYe.ly} ~\\ \input{lyrics/JohnnyIHardlyKnewYe.tex} \chapter{MacPherson's Farewell} \lilypondfile[staffsize=14]{notes/MacPhersonsFarewell.ly} ~\\ \input{lyrics/MacPhersonsFarewell.tex} \chapter{Molly Malone} \lilypondfile[staffsize=14]{notes/MollyMalone.ly} ~\\ \input{lyrics/MollyMalone.tex} \chapter{Muirsheen Durkin} \lilypondfile[staffsize=14]{notes/MuirsheenDurkin.ly} ~\\ \input{lyrics/MuirsheenDurkin.tex} \chapter {A Nation Once Again} \lilypondfile[staffsize=14]{notes/NationOnceAgain.ly} ~\\ \input{lyrics/NationOnceAgain.tex} \chapter{The Parting Glass} \lilypondfile[staffsize=14]{notes/PartingGlass.ly} ~\\ \input{lyrics/PartingGlass.tex} \chapter {The Rising of the Moon} \lilypondfile[staffsize=14]{notes/RisingOfTheMoon.ly} ~\\ \input{lyrics/RisingOfTheMoon.tex} \chapter{The Star of the County Down} \lilypondfile[staffsize=14]{notes/StarOfTheCountyDown.ly} ~\\ \input{lyrics/StarOfTheCountyDown.tex} \chapter{Whiskey in the Jar} \lilypondfile[staffsize=14]{notes/WhiskeyInTheJar.ly} ~\\ \input{lyrics/WhiskeyInTheJar.tex} \chapter{The Wild Rover} \lilypondfile[staffsize=14]{notes/WildRover.ly} ~\\ \input{lyrics/WildRover.tex} \end{document}