|
|
|
\documentclass[a4paper,10pt]{book}
|
|
|
|
|
|
|
|
% histoire de ne plus �tre emmerd�s avec les accents et autres conneries
|
|
|
|
\usepackage[french]{babel}
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
|
|
|
|
% les classes clefs pour la musique
|
|
|
|
\usepackage[chordbk,compactsong]{songbook}
|
|
|
|
\usepackage{musixtex}
|
|
|
|
|
|
|
|
% num�rotation des pages en chapter-page
|
|
|
|
\makeatletter
|
|
|
|
\renewcommand{\thepage}{\thechapter-\arabic{page}}
|
|
|
|
\@addtoreset{page}{chapter}
|
|
|
|
\def\@stpelt#1{\global\csname c@#1\endcsname
|
|
|
|
\expandafter\ifx \csname#1\endcsname \page
|
|
|
|
\@ne
|
|
|
|
\else
|
|
|
|
\z@ \fi}
|
|
|
|
\makeatother
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\title{\Large\bf Shiver Me Timbers \\ ~\\ Songs \begin{tiny}from the\end{tiny} Book}
|
|
|
|
\author{Benjamin COUDRIN}
|
|
|
|
\maketitle
|
|
|
|
|
|
|
|
\makeTitleContents
|
|
|
|
|
|
|
|
%%%%%%%%%%% S O N G S F R O M T H E S E A %%%%%%%%%%%%
|
|
|
|
\chapter{Songs from the sea}
|
|
|
|
\input{sea/sea.tex}
|
|
|
|
|
|
|
|
%%%%%%%%% S O N G S F R O M T H E B A T T L E F I E L D %%%%%%%%%
|
|
|
|
\chapter{Songs from the battlefield}
|
|
|
|
\input{battlefield/battlefield.tex}
|
|
|
|
|
|
|
|
%%%%%%%%% S O N G S F R O M T H E R O A D %%%%%%%%%
|
|
|
|
\chapter{Songs from the road}
|
|
|
|
\input{road/road.tex}
|
|
|
|
|
|
|
|
%%%%%%%%% S O N G S F R O M T H E T O W N %%%%%%%%%%
|
|
|
|
\chapter{Songs from the town}
|
|
|
|
\input{town/town.tex}
|
|
|
|
|
|
|
|
%%%%%%%%% S O N G S F R O M T H E F I E L D S %%%%%%%%%%
|
|
|
|
\chapter{Songs from the fields}
|
|
|
|
\input{fields/fields.tex}
|
|
|
|
|
|
|
|
%%%%%%%% S O N G S F R O M T H E B O O Z E %%%%%%%%%
|
|
|
|
\chapter{Songs from the booze}
|
|
|
|
\input{booze/booze.tex}
|
|
|
|
|
|
|
|
%%%%%%%% S O N G S F R O M T H E W O O D S %%%%%%%%
|
|
|
|
\chapter{Songs from the woods}
|
|
|
|
\input{woods/woods.tex}
|
|
|
|
|
|
|
|
%%%%%%%% S O N G S F R O M T H E I N S T R U M E N T A L S %%%%%%%%
|
|
|
|
\chapter{Songs from the dance}
|
|
|
|
\input{instrumentals/instrumentals.tex}
|
|
|
|
|
|
|
|
|
|
|
|
\chapter{Songs from the SET list}
|
|
|
|
\begin{itemize}
|
|
|
|
\item Kesh jig / Blackthorn stick
|
|
|
|
\item Irish rover
|
|
|
|
\item Mermaid
|
|
|
|
\item Eileen'og
|
|
|
|
\item Polkas 1
|
|
|
|
\item Johnny I hardly knew ye
|
|
|
|
\item Whiskey in the jar
|
|
|
|
\item Quinze marins / Drunken sailor
|
|
|
|
\item D\'erob\'ee de Guingamp
|
|
|
|
\item Filles des forges
|
|
|
|
\item Morrison's jig
|
|
|
|
\item Dirty old town
|
|
|
|
\item Forban
|
|
|
|
\item Drowsy Maggie / Tam lynn
|
|
|
|
\item Wild rover
|
|
|
|
\item Polkas 2
|
|
|
|
\item Leprechaun
|
|
|
|
\item Rights of Man / Pride of Petravore
|
|
|
|
\item Prisons de Nantes
|
|
|
|
\item Jug of punch
|
|
|
|
\item Whiskey you're the devil
|
|
|
|
\item Sally Brown
|
|
|
|
\item Foggy dew
|
|
|
|
\item Paddy's return / up in the air / cliffs moher
|
|
|
|
\item Molly Maguires
|
|
|
|
\item John Kanak
|
|
|
|
\item Fisher hornpipe / Saint-Anne's reel
|
|
|
|
\item Kilkelly Ireland
|
|
|
|
\item Polka Set 3 = Wedding Polka, Castleisland Polka, John Ryan Polka
|
|
|
|
\item Farewell to Tchernobyl
|
|
|
|
\item Magpie Set
|
|
|
|
\item Bugger Off
|
|
|
|
\item Weile Weile Waile
|
|
|
|
\item Rocky Road to Dublin
|
|
|
|
\end{itemize}
|
|
|
|
Black Velvet Band
|
|
|
|
Fields of Athenrye
|
|
|
|
Erin Ghra Mo Chroi
|
|
|
|
My Irish Molly O
|
|
|
|
Don't get married girl
|
|
|
|
Rare old time
|
|
|
|
Leaving of Liverpool
|
|
|
|
Finnegan's wake
|
|
|
|
Tri Martolod
|
|
|
|
Star of a County Down
|
|
|
|
Galway Races
|
|
|
|
|
|
|
|
\end{document}
|
|
|
|
% Fin du document
|