From c28685b1fa1559f316a38d5348d699e24ae1fed8 Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Mon, 5 Oct 2009 19:20:44 +0200
Subject: [PATCH] Small issues with the oly template

---
 Makefile                                      |  4 +-
 ...ler_PerTeDeiGenitrix_HV44_Score_Choral.tex |  2 +-
 ...ybler_PerTeDeiGenitrix_HV44_Score_Full.tex |  2 +
 ...ybler_PerTeDeiGenitrix_HV44_Score_Long.tex |  2 +
 ...r_PerTeDeiGenitrix_HV44_Score_Original.tex |  2 +
 ...bler_PerTeDeiGenitrix_HV44_Score_Vocal.tex |  2 +-
 ...iGenitrix_HV44_Score_Instruments.tex.patch | 50 +++----------------
 7 files changed, 16 insertions(+), 48 deletions(-)

diff --git a/Makefile b/Makefile
index 16ecefd..bae644c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
 OUT=out
 
 base = Eybler_PerTeDeiGenitrix_HV44
-SRCS = Eybler_PerTeDeiGenitrix_HV44_Settings_Global.ily Eybler_PerTeDeiGenitrix_HV44_Settings.ily Eybler_PerTeDeiGenitrix_HV44_Settings_VocalScore.ily Eybler_PerTeDeiGenitrix_HV44_Settings_ChoralScore.ily Eybler_PerTeDeiGenitrix_HV44_Settings_VocalVoice.ily Eybler_PerTeDeiGenitrix_HV44_Settings_FullScore.ily Eybler_PerTeDeiGenitrix_HV44_Settings_Instrument.ily Eybler_PerTeDeiGenitrix_HV44_Music_PerTeDeiGenitrix.ily $(base)_Settings.ily
+SRCS = $(base)_Music_PerTeDeiGenitrix.ily $(base)_Settings_Global.ily $(base)_Settings.ily $(base)_Settings_VocalScore.ily $(base)_Settings_ChoralScore.ily $(base)_Settings_VocalVoice.ily $(base)_Settings_FullScore.ily $(base)_Settings_Instrument.ily
 instruments = ObI ObII ClI ClII FagI FagII CorI CorII VI VII Va S A T B Continuo VcB
 scores = Long Full Vocal Choral Original
 pdfs = $(instruments:%=$(OUT)/$(base)_Instrument_%.pdf) \
-     $(scores:%%=$(OUT)/$(base)_Score_%.pdf)
+     $(scores:%=$(OUT)/$(base)_Score_%.pdf)
 
 
 texbase = Eybler_PerTeDeiGenitrix_HV44
diff --git a/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Choral.tex b/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Choral.tex
index 25cf926..8e68bb0 100644
--- a/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Choral.tex
+++ b/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Choral.tex
@@ -14,11 +14,11 @@
 \input{TeX_Eybler_PerTeDeiGenitrix_HV44_Include_Coverpage.itex}
 \input{TeX_Eybler_PerTeDeiGenitrix_HV44_Include_Preface_Long.itex}
 
+
 \phantomsection
 \addcontentsline{toc}{section}{\ChoralScoreType}
 \includescore{Score_Choral}
 
 
-
 \input{TeX_Eybler_PerTeDeiGenitrix_HV44_Include_Backpage.itex}
 \end{document}
diff --git a/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Full.tex b/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Full.tex
index 7700d2b..a761e96 100644
--- a/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Full.tex
+++ b/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Full.tex
@@ -14,10 +14,12 @@
 \input{TeX_Eybler_PerTeDeiGenitrix_HV44_Include_Coverpage.itex}
 \input{TeX_Eybler_PerTeDeiGenitrix_HV44_Include_Preface_Long.itex}
 
+
 \phantomsection
 \addcontentsline{toc}{section}{\FullScoreType}
 \includescore{Score_Full}
 
+
 \cleardoublepage
 \backmatter
 \appendix
diff --git a/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Long.tex b/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Long.tex
index a14b260..0d100a2 100644
--- a/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Long.tex
+++ b/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Long.tex
@@ -14,10 +14,12 @@
 \input{TeX_Eybler_PerTeDeiGenitrix_HV44_Include_Coverpage.itex}
 \input{TeX_Eybler_PerTeDeiGenitrix_HV44_Include_Preface_Long.itex}
 
+
 \phantomsection
 \addcontentsline{toc}{section}{\LongScoreType}
 \includescore{Score_Long}
 
+
 \cleardoublepage
 \backmatter
 \appendix
diff --git a/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Original.tex b/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Original.tex
index eba524e..7fd32cf 100644
--- a/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Original.tex
+++ b/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Original.tex
@@ -14,10 +14,12 @@
 \input{TeX_Eybler_PerTeDeiGenitrix_HV44_Include_Coverpage.itex}
 \input{TeX_Eybler_PerTeDeiGenitrix_HV44_Include_Preface_Long.itex}
 
+
 \phantomsection
 \addcontentsline{toc}{section}{\OriginalScoreType}
 \includescore{Score_Original}
 
+
 \cleardoublepage
 \backmatter
 \appendix
diff --git a/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Vocal.tex b/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Vocal.tex
index 01ad6fa..701bbaa 100644
--- a/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Vocal.tex
+++ b/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Vocal.tex
@@ -14,11 +14,11 @@
 \input{TeX_Eybler_PerTeDeiGenitrix_HV44_Include_Coverpage.itex}
 \input{TeX_Eybler_PerTeDeiGenitrix_HV44_Include_Preface_Long.itex}
 
+
 \phantomsection
 \addcontentsline{toc}{section}{\VocalScoreType}
 \includescore{Score_Vocal}
 
 
-
 \input{TeX_Eybler_PerTeDeiGenitrix_HV44_Include_Backpage.itex}
 \end{document}
diff --git a/patches/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Instruments.tex.patch b/patches/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Instruments.tex.patch
index eb5ca9e..14888b3 100644
--- a/patches/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Instruments.tex.patch
+++ b/patches/TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Instruments.tex.patch
@@ -1,13 +1,13 @@
---- TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Instruments.tex.new	2009-10-01 12:32:28.000000000 +0200
-+++ TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Instruments.tex	2009-07-31 21:36:13.000000000 +0200
-@@ -14,81 +14,61 @@
+--- TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Instruments.tex.new	2009-10-05 19:20:29.000000000 +0200
++++ TeX_Eybler_PerTeDeiGenitrix_HV44_Score_Instruments.tex	2009-10-05 16:36:42.000000000 +0200
+@@ -14,7 +14,35 @@
  \input{TeX_Eybler_PerTeDeiGenitrix_HV44_Include_Coverpage.itex}
  \input{TeX_Eybler_PerTeDeiGenitrix_HV44_Include_Preface_Long.itex}
  
 +\phantomsection
 +\addcontentsline{toc}{section}{\ContinuoName}
 +\includescore{Instrument_Continuo}
- 
++
 +\phantomsection
 +\addcontentsline{toc}{section}{\SName}
 +\includescore{Instrument_S}
@@ -21,8 +21,6 @@
 +\addcontentsline{toc}{section}{\BName}
 +\includescore{Instrument_B}
  
--
--
 +\phantomsection
 +\addcontentsline{toc}{section}{\VIName}
 +\includescore{Instrument_VI}
@@ -38,74 +36,38 @@
  
  \phantomsection
  \addcontentsline{toc}{section}{\ObIName}
- \includescore{Instrument_ObI}
--
- \phantomsection
- \addcontentsline{toc}{section}{\ObIIName}
- \includescore{Instrument_ObII}
--
- \phantomsection
- \addcontentsline{toc}{section}{\ClIName}
- \includescore{Instrument_ClI}
--
- \phantomsection
- \addcontentsline{toc}{section}{\ClIIName}
- \includescore{Instrument_ClII}
--
- \phantomsection
- \addcontentsline{toc}{section}{\FagIName}
- \includescore{Instrument_FagI}
--
- \phantomsection
- \addcontentsline{toc}{section}{\FagIIName}
- \includescore{Instrument_FagII}
--
- \phantomsection
- \addcontentsline{toc}{section}{\CorIName}
- \includescore{Instrument_CorI}
--
+@@ -40,34 +68,6 @@
  \phantomsection
  \addcontentsline{toc}{section}{\CorIIName}
  \includescore{Instrument_CorII}
- 
 -\phantomsection
 -\addcontentsline{toc}{section}{\VIName}
 -\includescore{Instrument_VI}
--
 -\phantomsection
 -\addcontentsline{toc}{section}{\VIIName}
 -\includescore{Instrument_VII}
--
 -\phantomsection
 -\addcontentsline{toc}{section}{\VaName}
 -\includescore{Instrument_Va}
--
 -\phantomsection
 -\addcontentsline{toc}{section}{\SName}
 -\includescore{Instrument_S}
--
 -\phantomsection
 -\addcontentsline{toc}{section}{\AName}
 -\includescore{Instrument_A}
--
 -\phantomsection
 -\addcontentsline{toc}{section}{\TName}
 -\includescore{Instrument_T}
--
 -\phantomsection
 -\addcontentsline{toc}{section}{\BName}
 -\includescore{Instrument_B}
--
 -\phantomsection
 -\addcontentsline{toc}{section}{\ContinuoName}
 -\includescore{Instrument_Continuo}
--
 -\phantomsection
 -\addcontentsline{toc}{section}{\VcBName}
 -\includescore{Instrument_VcB}
 -
--
--
+ 
  
  \cleardoublepage
- \backmatter
-- 
GitLab