From 823ef62e6abcdd3f6cbf0a67a90f911c7486d9e9 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 9 Apr 2013 14:12:43 +0200 Subject: [PATCH] Change the name of the lytex file to the more descriptive 'music_booklet.lytex' --- Makefile | 2 +- music_booklet.lytex | 129 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+), 1 deletion(-) create mode 100644 music_booklet.lytex diff --git a/Makefile b/Makefile index fc33a92..a2592a9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ OUTDIR=out PDFDIR=pdf -FILE = sheet-music_tinwhistle +FILE = music_booklet GITINFO=revision.tex LILY_PDF = lilypond-book --pdf -o $(OUTDIR) PDF=cd $(OUTDIR) && pdflatex --enable-pipes --shell-escape $(FILE).tex diff --git a/music_booklet.lytex b/music_booklet.lytex new file mode 100644 index 0000000..81d5659 --- /dev/null +++ b/music_booklet.lytex @@ -0,0 +1,129 @@ +\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} +\input{revision.tex} + +\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} +