diff --git a/Eybler_TuiSuntCoeli_HV78_Score_Original.ly b/Eybler_TuiSuntCoeli_HV78_Score_Original.ly
index 402eaa6a72e12ab2478566367dfcdfa13311e184..2c93ca93d0a8c78838c3544d3b3fec59313d58f7 100644
--- a/Eybler_TuiSuntCoeli_HV78_Score_Original.ly
+++ b/Eybler_TuiSuntCoeli_HV78_Score_Original.ly
@@ -7,5 +7,8 @@
   scoretype = \OriginalScoreTitle
   scorenumber = \markup{\scoreNumber \OriginalScoreNumber}
 }
+SClef = \clef "soprano"
+AClef = \clef "alto"
+TClef = \clef "tenor"
 
 \createNoCuesScore #"TuiSuntCoeli" #'("Tim" "TbeLong" "CorLong" "WdLong" "Str" "Ch" "Continuo")
diff --git a/Eybler_TuiSuntCoeli_HV78_Settings_Instrument.ily b/Eybler_TuiSuntCoeli_HV78_Settings_Instrument.ily
index 3b3a05013204e1c5878cb8529b54c86588a9f612..6611018070ca9d787a8590929d653ed400a32e56 100644
--- a/Eybler_TuiSuntCoeli_HV78_Settings_Instrument.ily
+++ b/Eybler_TuiSuntCoeli_HV78_Settings_Instrument.ily
@@ -1,2 +1,6 @@
 \include "orchestrallily/oly_settings_instrument.ily"
 \include "Eybler_TuiSuntCoeli_HV78_Settings.ily"
+
+\paper {
+  #(define page-breaking ly:optimal-breaking)
+}
diff --git a/Makefile b/Makefile
index 907ec5f4de99f5e8f8a5b32dbd03193792cdcf35..742d1d684cfa54c228cf9eb415e9ff02b6ed54c6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
 OUT=out
 
 base = Eybler_TuiSuntCoeli_HV78
-SRCS = Eybler_TuiSuntCoeli_HV78_Settings_Global.ily Eybler_TuiSuntCoeli_HV78_Settings.ily Eybler_TuiSuntCoeli_HV78_Settings_VocalScore.ily Eybler_TuiSuntCoeli_HV78_Settings_ChoralScore.ily Eybler_TuiSuntCoeli_HV78_Settings_VocalVoice.ily Eybler_TuiSuntCoeli_HV78_Settings_FullScore.ily Eybler_TuiSuntCoeli_HV78_Settings_Instrument.ily Eybler_TuiSuntCoeli_HV78_Music_TuiSuntCoeli.ily $(base)_Settings.ily
+SRCS = $(base)_Music_TuiSuntCoeli.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 = ClI ClII FagI FagII CorI CorII TbeI TbeII Tim VI VII Va S A T B Continuo O 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_TuiSuntCoeli_HV78
@@ -18,7 +18,7 @@ texpdfs = $(texs:%.tex=$(OUT)/%.pdf) \
 additionalscores = 
 
 .PHONY: all clean
-all: $(OUT) $(instruments) $(scores) $(additionalscores) tex 
+all: $(OUT) $(instruments) $(scores) $(additionalscores) tex
 instruments: $(instruments)
 scores: $(scores)
 
@@ -26,6 +26,8 @@ scores: $(scores)
 clean:
 	rm -rf $(OUT)
 
+lily: $(pdfs) $(additionalscores)
+
 $(OUT) :
 	mkdir -p $(OUT)
 
@@ -47,5 +49,5 @@ latex: $(pdfs) $(texpdfs)
 latexpdf: $(texpdfs)
 
 $(OUT)/TeX_%.pdf : TeX_%.tex
-	TEXINPUTS=$(OUT): latex --output-directory=$(OUT)/ $<
+	TEXINPUTS=$(OUT):orchestrallily/:.//: latex --output-directory=$(OUT)/ $<
 
diff --git a/TeX_Eybler_TuiSuntCoeli_HV78_Score_Choral.tex b/TeX_Eybler_TuiSuntCoeli_HV78_Score_Choral.tex
index 41d7c87625604ffd8fed8161c154ffdbe7ef8365..c582acf47cf8ce583b2d3613cb74401baededbef 100644
--- a/TeX_Eybler_TuiSuntCoeli_HV78_Score_Choral.tex
+++ b/TeX_Eybler_TuiSuntCoeli_HV78_Score_Choral.tex
@@ -1,5 +1,5 @@
 \documentclass[a4paper,10pt,naustrian,twoside]{report}
-\usepackage{orchestrallily/editionkainhofer}
+\usepackage{editionkainhofer}
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Settings.itex}
 
 \hypersetup{
@@ -14,11 +14,11 @@
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Include_Coverpage.itex}
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Include_Preface_Long.itex}
 
+
 \phantomsection
 \addcontentsline{toc}{section}{\ChoralScoreType}
 \includescore{Score_Choral}
 
 
-
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Include_Backpage.itex}
 \end{document}
diff --git a/TeX_Eybler_TuiSuntCoeli_HV78_Score_Full.tex b/TeX_Eybler_TuiSuntCoeli_HV78_Score_Full.tex
index 3ca2f40bb60707334798d5410f626cb15e12fbc5..2b790447d94feeed07b13280051e95e0635fea20 100644
--- a/TeX_Eybler_TuiSuntCoeli_HV78_Score_Full.tex
+++ b/TeX_Eybler_TuiSuntCoeli_HV78_Score_Full.tex
@@ -1,5 +1,5 @@
 \documentclass[a4paper,10pt,naustrian,twoside]{report}
-\usepackage{orchestrallily/editionkainhofer}
+\usepackage{editionkainhofer}
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Settings.itex}
 
 \hypersetup{
@@ -14,10 +14,12 @@
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Include_Coverpage.itex}
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Include_Preface_Long.itex}
 
+
 \phantomsection
 \addcontentsline{toc}{section}{\FullScoreType}
 \includescore{Score_Full}
 
+
 \cleardoublepage
 \backmatter
 \appendix
diff --git a/TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.tex b/TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.tex
index 68634957d1ced7c5ba253fba5383eb11e79a1b45..f015a9d382b7e036e25ab3f4a0ed57e5ee0d0790 100644
--- a/TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.tex
+++ b/TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.tex
@@ -1,5 +1,5 @@
 \documentclass[a4paper,10pt,naustrian,twoside]{report}
-\usepackage{orchestrallily/editionkainhofer}
+\usepackage{editionkainhofer}
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Settings.itex}
 
 \hypersetup{
diff --git a/TeX_Eybler_TuiSuntCoeli_HV78_Score_Long.tex b/TeX_Eybler_TuiSuntCoeli_HV78_Score_Long.tex
index 571d8d4bfb0651af47bdf4a418d124f0ddc54170..6a669ed89ddb7ed898ed8d109745ae624facabf4 100644
--- a/TeX_Eybler_TuiSuntCoeli_HV78_Score_Long.tex
+++ b/TeX_Eybler_TuiSuntCoeli_HV78_Score_Long.tex
@@ -1,5 +1,5 @@
 \documentclass[a4paper,10pt,naustrian,twoside]{report}
-\usepackage{orchestrallily/editionkainhofer}
+\usepackage{editionkainhofer}
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Settings.itex}
 
 \hypersetup{
@@ -14,10 +14,12 @@
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Include_Coverpage.itex}
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Include_Preface_Long.itex}
 
+
 \phantomsection
 \addcontentsline{toc}{section}{\LongScoreType}
 \includescore{Score_Long}
 
+
 \cleardoublepage
 \backmatter
 \appendix
diff --git a/TeX_Eybler_TuiSuntCoeli_HV78_Score_Original.tex b/TeX_Eybler_TuiSuntCoeli_HV78_Score_Original.tex
index 55cd2d93e9234cf00ad27cdcd9b9ed36a7633602..448f0d61f9868c0fb6f8de0696d63610a2e0d9e0 100644
--- a/TeX_Eybler_TuiSuntCoeli_HV78_Score_Original.tex
+++ b/TeX_Eybler_TuiSuntCoeli_HV78_Score_Original.tex
@@ -1,5 +1,5 @@
 \documentclass[a4paper,10pt,naustrian,twoside]{report}
-\usepackage{orchestrallily/editionkainhofer}
+\usepackage{editionkainhofer}
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Settings.itex}
 
 \hypersetup{
@@ -14,10 +14,12 @@
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Include_Coverpage.itex}
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Include_Preface_Long.itex}
 
+
 \phantomsection
 \addcontentsline{toc}{section}{\OriginalScoreType}
 \includescore{Score_Original}
 
+
 \cleardoublepage
 \backmatter
 \appendix
diff --git a/TeX_Eybler_TuiSuntCoeli_HV78_Score_Vocal.tex b/TeX_Eybler_TuiSuntCoeli_HV78_Score_Vocal.tex
index 6953d235868256dabe79c1f9ea12979f3b7f99f0..a072e46aef243ecacc15b022d6a875c17b326e9e 100644
--- a/TeX_Eybler_TuiSuntCoeli_HV78_Score_Vocal.tex
+++ b/TeX_Eybler_TuiSuntCoeli_HV78_Score_Vocal.tex
@@ -1,5 +1,5 @@
 \documentclass[a4paper,10pt,naustrian,twoside]{report}
-\usepackage[vocalscore]{orchestrallily/editionkainhofer}
+\usepackage[vocalscore]{editionkainhofer}
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Settings.itex}
 
 \hypersetup{
@@ -14,11 +14,11 @@
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Include_Coverpage.itex}
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Include_Preface_Long.itex}
 
+
 \phantomsection
 \addcontentsline{toc}{section}{\VocalScoreType}
 \includescore{Score_Vocal}
 
 
-
 \input{TeX_Eybler_TuiSuntCoeli_HV78_Include_Backpage.itex}
 \end{document}
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_A.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_A.pdf
index 529b1eb910ded27ed39cc3a50855c7f169aed6c8..7073ef930cd00481dd400e412bbeb6edc1c5c3fe 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_A.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_A.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_B.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_B.pdf
index eb09ac5b76a0769d3c936e484e21cadb1261fc55..8a3b13d65a2d9a1ef25d1d06c1e750eaab12bcc5 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_B.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_B.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_ClI.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_ClI.pdf
index d56b6eb00617e4519c4c13ffc75ca05264effd3e..9ce623ee630ac7b8e6f611163b4aa7eb876f9c67 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_ClI.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_ClI.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_ClII.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_ClII.pdf
index c6b546f9a9954874e6bbdd340567836007db0b71..bf0157eeadbda91de4de5136a79d69a2d236db61 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_ClII.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_ClII.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_Continuo.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_Continuo.pdf
index 518c8e5cf8fd5f0635bdca9bdb8e3726507050b1..b3a89566d6e9d5be240885532cbdb6e057b99881 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_Continuo.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_Continuo.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_CorI.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_CorI.pdf
index 30040fa255df191207d0b2556d0fcfff35198257..62b028075f1a1f5bfee1ef7504b8492a14fbd3cc 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_CorI.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_CorI.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_CorII.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_CorII.pdf
index 5ee02f045f75ba535e25dc584b0c31fd1c8179f9..6d5474b558245baf83a70e16471efa120c782689 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_CorII.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_CorII.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_FagI.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_FagI.pdf
index 0a9a0bd2c46d420959416d689ddbf8b9ad457e32..3228a23570248f18e9bb5cdfbabb9ed6c221ecc3 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_FagI.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_FagI.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_FagII.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_FagII.pdf
index 83760c6b27745be0fce232086d625740bc89b6f1..73110470fd7abcf70b7c6e7d999b8eed84db2a06 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_FagII.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_FagII.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_O.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_O.pdf
index e41a373aa0c64c8dc94350691fa3264e261f35cf..6e2d797a883e82d4d2635b3b1a3ac26c52a2428b 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_O.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_O.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_S.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_S.pdf
index aa7be1602cd9f5a2c4eb9cb1bef3add628a7050e..fdbc46939ad5057e7888226ea3ddf221ca9991f5 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_S.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_S.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_T.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_T.pdf
index 4ccffc9bf2f70be34d98479cb81056a0ff507042..e99c934f9630ce654e05cbc2dec2b588745deb3b 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_T.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_T.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_TbeI.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_TbeI.pdf
index b6ea4e41449acfaa3147c62889274c24035e0579..05b69637c6e2350437eaea69bd9b00fd50765206 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_TbeI.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_TbeI.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_TbeII.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_TbeII.pdf
index c13b2cfa505ccf7356d425759f31532a7684c234..226d3a91a17678705c0287021587f0628780eab2 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_TbeII.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_TbeII.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_Tim.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_Tim.pdf
index eaa47ff207be9eb6b6e83e09703de307da36f480..e5f2a991141d7328b104146dcb9b9f56a7d8877e 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_Tim.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_Tim.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_VI.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_VI.pdf
index e561f8868f0f408256571269a4f404d2ee14a1cb..b3ad385da5bfca223b4bfad2ae130ed92e138838 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_VI.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_VI.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_VII.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_VII.pdf
index 27e234ba119010624fac0a0df56503bd855c3c79..d49f9c3f1a8e262fcc372d211f2a1f1afbb681e3 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_VII.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_VII.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_Va.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_Va.pdf
index 741dbb2f417e560a22ed00211316eb033dcc9e9e..6ea23af8b731e35a869cc246926c4fce73d85be3 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_Va.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_Va.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Instrument_VcB.pdf b/out/Eybler_TuiSuntCoeli_HV78_Instrument_VcB.pdf
index c7a20369ac25a867730f4436377cde0edbfe0538..40d611b510507d3d5210ca105ee3134dcd167267 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Instrument_VcB.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Instrument_VcB.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Score_Choral.midi b/out/Eybler_TuiSuntCoeli_HV78_Score_Choral.midi
index d0bac06caba4ab07ac36e2d93ee1ab422b98127c..ef081e4f1422c66e35765921beefdb75b78ae55c 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Score_Choral.midi and b/out/Eybler_TuiSuntCoeli_HV78_Score_Choral.midi differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Score_Choral.pdf b/out/Eybler_TuiSuntCoeli_HV78_Score_Choral.pdf
index e3aee4b90783a4915f543d8fd2a16c80e4731d21..d28f844cd3772c73d3d57cfdfcc7dd7faff20345 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Score_Choral.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Score_Choral.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Score_Full.midi b/out/Eybler_TuiSuntCoeli_HV78_Score_Full.midi
index 7ae240c8ef81e39547311634bdca8159c7e3fb7a..25421e142d1cb825f0d8274eebc40d1a93a741d5 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Score_Full.midi and b/out/Eybler_TuiSuntCoeli_HV78_Score_Full.midi differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Score_Full.pdf b/out/Eybler_TuiSuntCoeli_HV78_Score_Full.pdf
index 1d5fd9a645765230acdb9b8d0b145ff5f6e01d82..c0b0a6b2a41c02738112bcf22651e8eb03d79591 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Score_Full.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Score_Full.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Score_Long.midi b/out/Eybler_TuiSuntCoeli_HV78_Score_Long.midi
index d03468a464b837327d515739add46bf4d96d8ec6..b4dafd346e3e2ded5ee0656db4bf35e05263b7c0 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Score_Long.midi and b/out/Eybler_TuiSuntCoeli_HV78_Score_Long.midi differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Score_Long.pdf b/out/Eybler_TuiSuntCoeli_HV78_Score_Long.pdf
index 1bc2834fe97ccfec253a832f819b64a4054fd0fc..af10e9e9292630d97a25b595bf3284bddba585a9 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Score_Long.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Score_Long.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Score_Original.midi b/out/Eybler_TuiSuntCoeli_HV78_Score_Original.midi
index c51d6869a65c36891d53fd79c7e18175dc1f2a61..43328c9c1fa6ffa30a7ea4a50155076198f78418 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Score_Original.midi and b/out/Eybler_TuiSuntCoeli_HV78_Score_Original.midi differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Score_Original.pdf b/out/Eybler_TuiSuntCoeli_HV78_Score_Original.pdf
index 4e283befd9d8b89bb772abe13baf61fb43240dae..9ac8ad52eadb77c0e3764d2bc3f0837701c53ae7 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Score_Original.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Score_Original.pdf differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Score_Vocal.midi b/out/Eybler_TuiSuntCoeli_HV78_Score_Vocal.midi
index d0bac06caba4ab07ac36e2d93ee1ab422b98127c..ef081e4f1422c66e35765921beefdb75b78ae55c 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Score_Vocal.midi and b/out/Eybler_TuiSuntCoeli_HV78_Score_Vocal.midi differ
diff --git a/out/Eybler_TuiSuntCoeli_HV78_Score_Vocal.pdf b/out/Eybler_TuiSuntCoeli_HV78_Score_Vocal.pdf
index 51b50888a79b4e9f1e1958c11f5f4a2441a172ce..54bb9c31edcfa74f5ed4cd50b7212845b56d921f 100644
Binary files a/out/Eybler_TuiSuntCoeli_HV78_Score_Vocal.pdf and b/out/Eybler_TuiSuntCoeli_HV78_Score_Vocal.pdf differ
diff --git a/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Choral.pdf b/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Choral.pdf
index d4a27b5d41ae15844825166737f3e4fa001984c0..7cab67ef989d84ee4e4347bf7fb0737b81774018 100644
Binary files a/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Choral.pdf and b/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Choral.pdf differ
diff --git a/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Full.pdf b/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Full.pdf
index 5e063b4c7d09750adbe0328217504ac8fd6ee5ca..731a73731862b2ad78b94b605c308f5b99f96223 100644
Binary files a/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Full.pdf and b/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Full.pdf differ
diff --git a/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.pdf b/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.pdf
index c5e398ee73fb647a94c6fcd8a604ab719efa679d..a00f6893c9958b9d6508c00fee2213e3d58e4275 100644
Binary files a/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.pdf and b/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.pdf differ
diff --git a/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Long.pdf b/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Long.pdf
index db992ef4cd1228b590354ce6e649f0657f027789..9be0920ec732afaae21493d3c43e7c8ec0b5b1da 100644
Binary files a/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Long.pdf and b/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Long.pdf differ
diff --git a/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Original.pdf b/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Original.pdf
index e363503c75ae412b9aceb1d9357c7ee36e3e3b0d..c2f6867545f964b40a4bb7b7fbe35979e64ea2d2 100644
Binary files a/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Original.pdf and b/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Original.pdf differ
diff --git a/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Vocal.pdf b/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Vocal.pdf
index 6f9a758723169fbac5babe308121e55d1412fd8b..8920963881195c026bacc29aebc57a76cd6dac5c 100644
Binary files a/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Vocal.pdf and b/out/TeX_Eybler_TuiSuntCoeli_HV78_Score_Vocal.pdf differ
diff --git a/patches/TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.tex.patch b/patches/TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.tex.patch
index abfcd9c6e3decdbc5cad6c57c0e4dac2a17c52ae..4ce99eedbb0a7cf282c29d26057233ac3ac254d4 100644
--- a/patches/TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.tex.patch
+++ b/patches/TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.tex.patch
@@ -1,6 +1,6 @@
---- TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.tex.new	2009-10-01 13:47:23.000000000 +0200
-+++ TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.tex	2009-09-17 22:15:41.000000000 +0200
-@@ -14,89 +14,68 @@
+--- TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.tex.new	2009-10-05 19:26:41.000000000 +0200
++++ TeX_Eybler_TuiSuntCoeli_HV78_Score_Instruments.tex	2009-10-05 19:26:31.000000000 +0200
+@@ -14,7 +14,39 @@
  \input{TeX_Eybler_TuiSuntCoeli_HV78_Include_Coverpage.itex}
  \input{TeX_Eybler_TuiSuntCoeli_HV78_Include_Preface_Long.itex}
  
@@ -10,8 +10,8 @@
 +\phantomsection
 +\addcontentsline{toc}{section}{\OName}
 +\includescore{Instrument_O}
- 
- 
++
++
 +\phantomsection
 +\addcontentsline{toc}{section}{\SName}
 +\includescore{Instrument_S}
@@ -25,7 +25,6 @@
 +\addcontentsline{toc}{section}{\BName}
 +\includescore{Instrument_B}
  
--
 +\phantomsection
 +\addcontentsline{toc}{section}{\VIName}
 +\includescore{Instrument_VI}
@@ -41,82 +40,41 @@
  
  \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}
--
- \phantomsection
- \addcontentsline{toc}{section}{\CorIIName}
- \includescore{Instrument_CorII}
--
- \phantomsection
- \addcontentsline{toc}{section}{\TbeIName}
- \includescore{Instrument_TbeI}
--
- \phantomsection
- \addcontentsline{toc}{section}{\TbeIIName}
- \includescore{Instrument_TbeII}
--
+@@ -43,37 +75,6 @@
  \phantomsection
  \addcontentsline{toc}{section}{\TimName}
  \includescore{Instrument_Tim}
- 
 -\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}{\OName}
 -\includescore{Instrument_O}
--
 -\phantomsection
 -\addcontentsline{toc}{section}{\VcBName}
 -\includescore{Instrument_VcB}
 -
--
--
+ 
  
  \cleardoublepage
- \backmatter