sing-alongs/sheet-music_tinwhistle.lytex
Sebastian Hugentobler 27a39f5d66 Initial commit
2012-11-14 10:31:44 +01:00

126 lines
3.4 KiB
Plaintext

\documentclass[12pt, a4paper, openany]{scrbook}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{geometry}
\geometry{a4paper,left=20mm,right=20mm, top=3cm, bottom=3cm}
\input{headfoot.tex}
\begin{document}
\widowpenalties 1 10000
\raggedbottom
\pagenumbering{roman}
\input{title.tex}
\tableofcontents
\clearpage
\pagenumbering{arabic}
\chapter{All for me Grog}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/AllForMeGrog.ly}
~\\
\input{lyrics/AllForMeGrog.tex}
\chapter{Auld lang syne}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/AuldLangSyne.ly}
~\\
\input{lyrics/AuldLangSyne.tex}
\chapter{Black Velvet band}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/BlackVelvetBand.ly}
~\\
\input{lyrics/BlackVelvetBand.tex}
\chapter {Drunken Sailor}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/DrunkenSailor.ly}
~\\
\input{lyrics/DrunkenSailor.tex}
\chapter{The Foggy Dew}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/FoggyDew.ly}
~\\
\input{lyrics/FoggyDew.tex}
\chapter{I'm a Rover seldom Sober}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/ImARoverSeldomSober.ly}
~\\
\input{lyrics/ImARoverSeldomSober.tex}
\chapter{Johnny I hardly knew ye}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/JohnnyIHardlyKnewYe.ly}
~\\
\input{lyrics/JohnnyIHardlyKnewYe.tex}
\chapter{MacPherson's Farewell}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/MacPhersonsFarewell.ly}
~\\
\input{lyrics/MacPhersonsFarewell.tex}
\chapter{Molly Malone}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/MollyMalone.ly}
~\\
\input{lyrics/MollyMalone.tex}
\chapter{Muirsheen Durkin}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/MuirsheenDurkin.ly}
~\\
\input{lyrics/MuirsheenDurkin.tex}
\chapter {A Nation once again}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/NationOnceAgain.ly}
~\\
\input{lyrics/NationOnceAgain.tex}
\chapter{The parting Glass}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/PartingGlass.ly}
~\\
\input{lyrics/PartingGlass.tex}
\chapter {The Rising of the Moon}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/RisingOfTheMoon.ly}
~\\
\input{lyrics/RisingOfTheMoon.tex}
\chapter{The Star of the County Down}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/StarOfTheCountyDown.ly}
~\\
\input{lyrics/StarOfTheCountyDown.tex}
\chapter{Tim Finnegan's Wake}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/TimFinnegansWake.ly}
~\\
\input{lyrics/TimFinnegansWake.tex}
\chapter{Whiskey in the Jar}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/WhiskeyInTheJar.ly}
~\\
\input{lyrics/WhiskeyInTheJar.tex}
\chapter{The Wild Rover}
\thispagestyle{fancy}
\lilypondfile[staffsize=14]{notes/WildRover.ly}
~\\
\input{lyrics/WildRover.tex}
\end{document}