diff --git a/Makefile b/Makefile
index f3b20927a08ae7284d27f289cdeb5d3ae1d09dce..19142f86363154981a26324d9c5414d629888325 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ OUT=out
 
 base = Preindl_InTuoNomine
 SRCS = $(base)_Music_InTuoNomine.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 = FlI FlII ObI ObII ClI ClII FagI FagII CorI CorII TbeI TbeII Tim VI VII ASolo S A T B VcB Vc Cb
+instruments = FlI FlII ObI ObII ClI ClII FagI FagII CorI CorII ClnoI ClnoII Tim VI VII ASolo S A T B VcB Vc Cb
 scores = Full Vocal Choral
 pdfs = $(instruments:%=$(OUT)/$(base)_Instrument_%.pdf) \
      $(scores:%=$(OUT)/$(base)_Score_%.pdf)
diff --git a/Preindl_InTuoNomine_Instrument_ASolo.ly b/Preindl_InTuoNomine_Instrument_ASolo.ly
index 749b9037c9e225d5c717a2c0185aef754a6c8c50..a751bca41768c78357d120d466b392df2449137d 100644
--- a/Preindl_InTuoNomine_Instrument_ASolo.ly
+++ b/Preindl_InTuoNomine_Instrument_ASolo.ly
@@ -5,9 +5,27 @@
   instrument = \ASoloInstrumentName
   scorenumber = \markup{\scoreNumber \ASoloNumber}
 }
-% \paper {
-% 	page-count=#1
-% }
-
+\paper {
+	bookTitleMarkup = \titlePageMarkup
+	scoreTitleMarkup = \titleHeaderMarkup
+	#(define page-breaking ly:page-turn-breaking)
+	 oddFooterMarkup = \markup {
+		 \column {
+			 \fill-line {
+				 %% All other pages get the number of the edition centered
+				 \on-the-fly #is-footer-page \fromproperty #'header:scorenumber
+			 }
+		 }
+	 }
+ }
+ \layout {
+	 \context { \Staff
+		 \consists "Page_turn_engraver"
+	 }
+ }
+ 
+ \allowPageTurn
+ \pageBreak
+ 
 \createScore #"InTuoNomine" #'("ASolo")
 
diff --git a/Preindl_InTuoNomine_Instrument_ClnoI.ly b/Preindl_InTuoNomine_Instrument_ClnoI.ly
new file mode 100644
index 0000000000000000000000000000000000000000..4f0b74fc87bd8fbb2e014a51c9272d02dc7c90eb
--- /dev/null
+++ b/Preindl_InTuoNomine_Instrument_ClnoI.ly
@@ -0,0 +1,10 @@
+\version "2.13.29"
+\include "Preindl_InTuoNomine_Settings_Instrument.ily"
+
+\header {
+	instrument = \ClnoIInstrumentName
+	scorenumber = \markup{\scoreNumber \ClnoINumber}
+}
+
+\createScore #"InTuoNomine" #'("ClnoI")
+
diff --git a/Preindl_InTuoNomine_Instrument_ClnoII.ly b/Preindl_InTuoNomine_Instrument_ClnoII.ly
new file mode 100644
index 0000000000000000000000000000000000000000..67b236ce7969b00f9f21c45a7c82227987caf28b
--- /dev/null
+++ b/Preindl_InTuoNomine_Instrument_ClnoII.ly
@@ -0,0 +1,10 @@
+\version "2.13.29"
+\include "Preindl_InTuoNomine_Settings_Instrument.ily"
+
+\header {
+	instrument = \ClnoIIInstrumentName
+	scorenumber = \markup{\scoreNumber \ClnoIINumber}
+}
+
+\createScore #"InTuoNomine" #'("ClnoII")
+
diff --git a/Preindl_InTuoNomine_Instrument_TbeI.ly b/Preindl_InTuoNomine_Instrument_TbeI.ly
deleted file mode 100644
index 7e61b41b4d5cd17b2e0e83bb2241e8e6e7f3312c..0000000000000000000000000000000000000000
--- a/Preindl_InTuoNomine_Instrument_TbeI.ly
+++ /dev/null
@@ -1,10 +0,0 @@
-\version "2.13.29"
-\include "Preindl_InTuoNomine_Settings_Instrument.ily"
-
-\header {
-  instrument = \TbeIInstrumentName
-  scorenumber = \markup{\scoreNumber \TbeINumber}
-}
-
-\createScore #"InTuoNomine" #'("TbeI")
-
diff --git a/Preindl_InTuoNomine_Instrument_TbeII.ly b/Preindl_InTuoNomine_Instrument_TbeII.ly
deleted file mode 100644
index ca98531c8c85f13342fe473c230107d40fffd006..0000000000000000000000000000000000000000
--- a/Preindl_InTuoNomine_Instrument_TbeII.ly
+++ /dev/null
@@ -1,10 +0,0 @@
-\version "2.13.29"
-\include "Preindl_InTuoNomine_Settings_Instrument.ily"
-
-\header {
-  instrument = \TbeIIInstrumentName
-  scorenumber = \markup{\scoreNumber \TbeIINumber}
-}
-
-\createScore #"InTuoNomine" #'("TbeII")
-
diff --git a/Preindl_InTuoNomine_Instrument_VI.ly b/Preindl_InTuoNomine_Instrument_VI.ly
index 3b22f593d28940b05729f793f531b27ec665aad8..1d07177294a1533e5cfa327a42f2abaaf31ee014 100644
--- a/Preindl_InTuoNomine_Instrument_VI.ly
+++ b/Preindl_InTuoNomine_Instrument_VI.ly
@@ -7,6 +7,7 @@
 }
 \paper {
   bookTitleMarkup = \titlePageMarkup
+  scoreTitleMarkup = \titleHeaderMarkup
   #(define page-breaking ly:page-turn-breaking)
   oddFooterMarkup = \markup {
 	  \column {
diff --git a/Preindl_InTuoNomine_Instrument_VII.ly b/Preindl_InTuoNomine_Instrument_VII.ly
index c39da79381c23b67055cd01ea0d7811ded7c80ac..507884d1b4da8b2c4c35b34a85e8c387891730d8 100644
--- a/Preindl_InTuoNomine_Instrument_VII.ly
+++ b/Preindl_InTuoNomine_Instrument_VII.ly
@@ -7,6 +7,7 @@
 }
 \paper {
   bookTitleMarkup = \titlePageMarkup
+  scoreTitleMarkup = \titleHeaderMarkup
   #(define page-breaking ly:page-turn-breaking)
   oddFooterMarkup = \markup {
 	  \column {
diff --git a/Preindl_InTuoNomine_Music_InTuoNomine.ily b/Preindl_InTuoNomine_Music_InTuoNomine.ily
index 641a34ff959cce067d3f5fe8421f1b05985d5cfa..8c4bfd3b3483a738a6a518bbbc376014db35109d 100644
--- a/Preindl_InTuoNomine_Music_InTuoNomine.ily
+++ b/Preindl_InTuoNomine_Music_InTuoNomine.ily
@@ -1606,7 +1606,7 @@ InTuoNomineCorIIMusic = \relative c'' {
 \addQuote "InTuoNomineCorIIMusic" { \InTuoNomineCorIIMusic }
 
 
-InTuoNomineTbeIMusic = \relative c'' {
+InTuoNomineClnoIMusic = \relative c'' {
   \transposition d
   R2*4 | % 5
   r8 r16 d\f d8[ d] | % 6
@@ -1736,10 +1736,10 @@ InTuoNomineTbeIMusic = \relative c'' {
   d d | % 311
   c r \bar"|."
 }
-\addQuote "InTuoNomineTbeIMusic" { \InTuoNomineTbeIMusic }
+\addQuote "InTuoNomineClnoIMusic" { \InTuoNomineClnoIMusic }
 
 
-InTuoNomineTbeIIMusic = \relative c'' {
+InTuoNomineClnoIIMusic = \relative c'' {
   \transposition d
   R2*4 | % 5
   r8 r16 g\f g8[ g] | % 6
@@ -1865,7 +1865,7 @@ InTuoNomineTbeIIMusic = \relative c'' {
   g g | % 311
   e r \bar"|."
 }
-\addQuote "InTuoNomineTbeIIMusic" { \InTuoNomineTbeIIMusic }
+\addQuote "InTuoNomineClnoIIMusic" { \InTuoNomineClnoIIMusic }
 
 
 InTuoNomineTimMusic = \relative c {
diff --git a/Preindl_InTuoNomine_Settings_ChoralScore.ily b/Preindl_InTuoNomine_Settings_ChoralScore.ily
index 6f73d9774aef7da500356fca80ba3f6517980499..cd8416e1f504280c5566bab8801078e223143a9f 100644
--- a/Preindl_InTuoNomine_Settings_ChoralScore.ily
+++ b/Preindl_InTuoNomine_Settings_ChoralScore.ily
@@ -6,9 +6,9 @@
         %   between-system-spacing = #'((space . 0) (padding . 2) (stretchability . 35))
         %   bottom-system-spacing = #'((space . 10) (padding . 2) (stretchability . 5))
 %           markup-system-spacing = #'((space . 4) (padding . 2) (stretchability . 20))
-          system-system-spacing = #'((space . 0) (padding . 2) (stretchability . 50))
-          top-system-spacing = #'((space . 1) (padding . 1) (stretchability . 15))
-          last-bottom-spacing = #'((space . 1) (padding . 1) (stretchability . 35))
+%           system-system-spacing = #'((space . 0) (padding . 2) (stretchability . 50))
+%           top-system-spacing = #'((space . 1) (padding . 1) (stretchability . 15))
+%           last-bottom-spacing = #'((space . 1) (padding . 1) (stretchability . 35))
 %           system-markup-spacing = #'((space . 5) (padding . 2) (stretchability . 75))
   }
 % \layout {
diff --git a/Preindl_InTuoNomine_Settings_FullScore.ily b/Preindl_InTuoNomine_Settings_FullScore.ily
index 9707437a2a19f867a3247e970dedf37295ea22d1..41ab6514e35b29dec1b7e57e1023d826b744c9e5 100644
--- a/Preindl_InTuoNomine_Settings_FullScore.ily
+++ b/Preindl_InTuoNomine_Settings_FullScore.ily
@@ -6,3 +6,6 @@
 		\remove "Keep_alive_together_engraver"
 	}
 }
+\paper {
+	system-system-spacing = #'((space . 0) (padding . 10) (stretchability . 50))
+}
\ No newline at end of file
diff --git a/Preindl_InTuoNomine_Settings_Global.ily b/Preindl_InTuoNomine_Settings_Global.ily
index 0e85216da3232f906392b0168a89ccf51ae1df5e..26b4a766ab897e1e5c4a66654529d94c4dfdc27b 100644
--- a/Preindl_InTuoNomine_Settings_Global.ily
+++ b/Preindl_InTuoNomine_Settings_Global.ily
@@ -51,9 +51,9 @@ ClIIKey = \ClKey
 CorKey = \key c \major
 CorIKey = \CorKey
 CorIIKey = \CorKey
-TbeKey = \key c \major
-TbeIKey = \TbeKey
-TbeIIKey = \TbeKey
+ClnoKey = \key c \major
+ClnoIKey = \ClnoKey
+ClnoIIKey = \ClnoKey
 TimKey = \key c \major
 
 ASoloClef = \clef "alto/treble"
@@ -70,13 +70,13 @@ CorInstrumentName = \markup { \center-column { \line { Corni } \line{ in D } } }
 CorIInstrumentName = \markup { \center-column { \line { Corno I } \line{ in D } } }
 CorIIInstrumentName = \markup { \center-column { \line { Corno II } \line{ in D } } }
 
-TbeInstrumentName = \markup { \center-column { \line { Clarini } \line{ in D } } }
-TbeIInstrumentName = \markup { \center-column { \line { Clarino I } \line{ in D } } }
-TbeIIInstrumentName = \markup { \center-column { \line { Clarino II } \line{ in D } } }
+ClniInstrumentName = \markup { \center-column { \line { Clarini } \line{ in D } } }
+ClnoIInstrumentName = \markup { \center-column { \line { Clarino I } \line{ in D } } }
+ClnoIIInstrumentName = \markup { \center-column { \line { Clarino II } \line{ in D } } }
 
-TbeShortInstrumentName = "Clni."
-TbeIShortInstrumentName = "Clno.I"
-TbeIIShortInstrumentName = "Clno.II"
+ClniShortInstrumentName = "Clni."
+ClnoIShortInstrumentName = "Clno.I"
+ClnoIIShortInstrumentName = "Clno.II"
 
 TimInstrumentName = \markup { \center-column { \line { Timpani } \line{ in D-A } } }
 
diff --git a/TeX_Preindl_InTuoNomine_Include_ContentsMaterial.itex b/TeX_Preindl_InTuoNomine_Include_ContentsMaterial.itex
index f2057766750be9e3ee09cfcbabcbf390dd13b315..51da732b0ca2aff91a776878fca57985b81c0f68 100644
--- a/TeX_Preindl_InTuoNomine_Include_ContentsMaterial.itex
+++ b/TeX_Preindl_InTuoNomine_Include_ContentsMaterial.itex
@@ -42,8 +42,8 @@ Zu diesem Werk (\scoreNumber{...}) liegt folgendes Aufführungsmaterial vor:
 
 \CorIName{} (-\CorINumber),
 \CorIIName{} (-\CorIINumber),
-\TbeIName{} (-\TbeINumber),
-\TbeIIName{} (-\TbeIINumber),
+\ClnoIName{} (-\ClnoINumber),
+\ClnoIIName{} (-\ClnoIINumber),
 \TimName{} (-\TimNumber),
 
 }
diff --git a/TeX_Preindl_InTuoNomine_Include_KritBericht.itex b/TeX_Preindl_InTuoNomine_Include_KritBericht.itex
index 0babe1214fbd1082936ab5f91364c9de79d1dfe8..8b051cdbc9723072b743d7f0994632acc66e7725 100644
--- a/TeX_Preindl_InTuoNomine_Include_KritBericht.itex
+++ b/TeX_Preindl_InTuoNomine_Include_KritBericht.itex
@@ -206,10 +206,10 @@ In allen Vorlagen sind praktisch durchgängig folgende Fehler im lateinischen Te
 \item Ob1 T140/141: In der Stimme kein Haltebogen, ergänzt nach Partitur.
 \item V1 T141: In zwei der drei Stimmen falsch cis statt d.
 
-\item Cl1 T143: Sowohl in der Partitur als auch in der Stimme ist die zweite Note als b notiert (klingt als g), was eine klare Dissonanz zu den gis in Ob1/Cor1/Tbe1 darstellt. Außerdem läuft Ob1 völlig parallel, sodass dies nur ein Schreibfehler sein kann und korrekt ein h (klingend gis) wäre. Vgl. auch T153. Diese Korrektur wurde durchgeführt.
+\item Cl1 T143: Sowohl in der Partitur als auch in der Stimme ist die zweite Note als b notiert (klingt als g), was eine klare Dissonanz zu den gis in Ob1/Cor1/Clno1 darstellt. Außerdem läuft Ob1 völlig parallel, sodass dies nur ein Schreibfehler sein kann und korrekt ein h (klingend gis) wäre. Vgl. auch T153. Diese Korrektur wurde durchgeführt.
 \item Cl2 T141: Sowohl in Partitur als auch in der Stimme falsch e notiert (cis klingend), was eine klare Dissonanz zur restlichen Harmonie h--d--fis--a darstellt. Korrekt wohl d notiert (h klingend).
 \item Cl2 T150: In Partitur undeutlich h statt cis (notiert als d statt e).
-\item Cl/Tbe T150: f fehlt in der Partitur.
+\item Cl/Clno T150: f fehlt in der Partitur.
 \item Fl2 T152: In Partitur falsch zwei ais, in Stimme zwei a.
 \item Vc/B T155: p fehlt in der Partitur.
 \item Fl2 T156/157, T158/159: Haltebogen nach Fl1, Ob1 und Ob2 ergänzt.
diff --git a/TeX_Preindl_InTuoNomine_Include_Text.itex b/TeX_Preindl_InTuoNomine_Include_Text.itex
index 994a5ab70fbc6d0ce23306bb28c6b2adb6ba8f76..df97ce95380aff8c786786df25af0a3af61970f5 100644
--- a/TeX_Preindl_InTuoNomine_Include_Text.itex
+++ b/TeX_Preindl_InTuoNomine_Include_Text.itex
@@ -1,3 +1,4 @@
+\addcontentsline{toc}{section}{Text des Stückes / Lyrics}
 \subsection*{Text des \q{In tuo Nomine}: Psalm 54:1, Psalm 149:1-3}
 
 \begin{lyricstext}
diff --git a/TeX_Preindl_InTuoNomine_Include_Todo.itex b/TeX_Preindl_InTuoNomine_Include_Todo.itex
index 7f6c025257b3f4d253a0e9281aecba88d1503a9d..262f72512d11bf4e8c7c898b1227852c01441a01 100644
--- a/TeX_Preindl_InTuoNomine_Include_Todo.itex
+++ b/TeX_Preindl_InTuoNomine_Include_Todo.itex
@@ -1,7 +1,7 @@
-\todos{
-\chapter*{Offene Fragen}
-
-\begin{itemize}
-\item Cue notes
-\end{itemize}
-}
+% \todos{
+% \chapter*{Offene Fragen}
+% 
+% \begin{itemize}
+% \item Cue notes
+% \end{itemize}
+% }
diff --git a/TeX_Preindl_InTuoNomine_Score_Instruments.tex b/TeX_Preindl_InTuoNomine_Score_Instruments.tex
index d9354ee18b293195ebac086cdc4036740bcec53e..00ecbea4a927d6a7f0a383961fa621b66c9db412 100644
--- a/TeX_Preindl_InTuoNomine_Score_Instruments.tex
+++ b/TeX_Preindl_InTuoNomine_Score_Instruments.tex
@@ -77,11 +77,11 @@
 \addcontentsline{toc}{section}{\CorIIName}
 \includescore{Instrument_CorII}
 \phantomsection
-\addcontentsline{toc}{section}{\TbeIName}
-\includescore{Instrument_TbeI}
+\addcontentsline{toc}{section}{\ClnoIName}
+\includescore{Instrument_ClnoI}
 \phantomsection
-\addcontentsline{toc}{section}{\TbeIIName}
-\includescore{Instrument_TbeII}
+\addcontentsline{toc}{section}{\ClnoIIName}
+\includescore{Instrument_ClnoII}
 \phantomsection
 \addcontentsline{toc}{section}{\TimName}
 \includescore{Instrument_Tim}
diff --git a/out/Preindl_InTuoNomine_Instrument_A.pdf b/out/Preindl_InTuoNomine_Instrument_A.pdf
index 27fa5f9c70919f6242340a4bc87a1d7341451390..499e77ac680637d84b8e196d468f927d287b3238 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_A.pdf and b/out/Preindl_InTuoNomine_Instrument_A.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_ASolo.pdf b/out/Preindl_InTuoNomine_Instrument_ASolo.pdf
index a776b6e55f317a70ba3d92a679de8707094ce538..339aac0a324cdd4b7f6e86ec446da1a6d46c2ad4 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_ASolo.pdf and b/out/Preindl_InTuoNomine_Instrument_ASolo.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_B.pdf b/out/Preindl_InTuoNomine_Instrument_B.pdf
index 19f9d6900b95977ed25e5a5a64904934fc9bc04d..ea9ee2c7819e968b84553711d1550a834eb6243d 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_B.pdf and b/out/Preindl_InTuoNomine_Instrument_B.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_Cb.pdf b/out/Preindl_InTuoNomine_Instrument_Cb.pdf
index 4a42f79dc8c8a2294520c2114184f1419c7e6abc..812b203cb9d4b843bfbf2e75c165d186027fc8a5 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_Cb.pdf and b/out/Preindl_InTuoNomine_Instrument_Cb.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_ClI.pdf b/out/Preindl_InTuoNomine_Instrument_ClI.pdf
index aebf73ba04c920b0e699bcb5f10d8dd26a5ce939..a3344918643ffc0eb07e1c851603fefbc6be45fa 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_ClI.pdf and b/out/Preindl_InTuoNomine_Instrument_ClI.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_ClII.pdf b/out/Preindl_InTuoNomine_Instrument_ClII.pdf
index 13f0a5874d58ad16cd2a233c95714b73e992f70b..5c898474e58f349ce56be7758535b5e825a69bbb 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_ClII.pdf and b/out/Preindl_InTuoNomine_Instrument_ClII.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_ClnoI.pdf b/out/Preindl_InTuoNomine_Instrument_ClnoI.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..c3c137d9e608992e85cb2320e1a135559aaa5105
Binary files /dev/null and b/out/Preindl_InTuoNomine_Instrument_ClnoI.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_ClnoII.pdf b/out/Preindl_InTuoNomine_Instrument_ClnoII.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..e6f4cb046356dad08aa46cdacb21fcddabab2eb5
Binary files /dev/null and b/out/Preindl_InTuoNomine_Instrument_ClnoII.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_CorI.pdf b/out/Preindl_InTuoNomine_Instrument_CorI.pdf
index 7d17aafc68ac805775ae291664fda4d7aeaeb549..2503f7a2afedfbe13fe71cc3192adfe4dd74c667 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_CorI.pdf and b/out/Preindl_InTuoNomine_Instrument_CorI.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_CorII.pdf b/out/Preindl_InTuoNomine_Instrument_CorII.pdf
index 641aadeda7da1c14465e335f7a785cd3b1e6e93e..2298a4a051c98c830c762820da795b0cdb3b5f0c 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_CorII.pdf and b/out/Preindl_InTuoNomine_Instrument_CorII.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_FagI.pdf b/out/Preindl_InTuoNomine_Instrument_FagI.pdf
index fcf31d6bcac5031314ab3663c89e3f33077fac11..948e63ea7389c6fcebb4c3297ea171b8ebdfdf2f 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_FagI.pdf and b/out/Preindl_InTuoNomine_Instrument_FagI.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_FagII.pdf b/out/Preindl_InTuoNomine_Instrument_FagII.pdf
index d5974d3cfaeaac2d7757012242cb3800910f453f..162353d71467c75ebef10cf9490c44e7738bfa19 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_FagII.pdf and b/out/Preindl_InTuoNomine_Instrument_FagII.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_FlI.pdf b/out/Preindl_InTuoNomine_Instrument_FlI.pdf
index fa08a1ea0fe182a5cd9f8ee5a203e938fa57458d..746d7e08ebd43773d18e9c30e62894885c605f99 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_FlI.pdf and b/out/Preindl_InTuoNomine_Instrument_FlI.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_FlII.pdf b/out/Preindl_InTuoNomine_Instrument_FlII.pdf
index 96576f9bde5adf875e086b73b0f5af0208807174..02f5710863c6884f78f333ba607b49c9556461f2 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_FlII.pdf and b/out/Preindl_InTuoNomine_Instrument_FlII.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_ObI.pdf b/out/Preindl_InTuoNomine_Instrument_ObI.pdf
index e67518c1c335ab249076f8abbc7ac4caedb8e2b6..3810dc7ee583ab854c2e79e0d820b4cca51278c6 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_ObI.pdf and b/out/Preindl_InTuoNomine_Instrument_ObI.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_ObII.pdf b/out/Preindl_InTuoNomine_Instrument_ObII.pdf
index f69f57b270c17ad3082fb11cc9d2be64fa70248a..fa7b45f64640ab77bf2dfc693956a6190aa641fc 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_ObII.pdf and b/out/Preindl_InTuoNomine_Instrument_ObII.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_S.pdf b/out/Preindl_InTuoNomine_Instrument_S.pdf
index 817aac22ae221e96baf8aeb992b311d7a79ba398..6b7a1e23416c11f0f704030146b91c62ca27164e 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_S.pdf and b/out/Preindl_InTuoNomine_Instrument_S.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_T.pdf b/out/Preindl_InTuoNomine_Instrument_T.pdf
index bb1629c39a0243d0c4798d4eeef3c75f0873d35a..4157d143c42dc654442793f4f8302efb6c33bd5f 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_T.pdf and b/out/Preindl_InTuoNomine_Instrument_T.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_Tim.pdf b/out/Preindl_InTuoNomine_Instrument_Tim.pdf
index 2057d1506d15c3edd65775e8a84361e3775c07ae..e69792f42804e6e65d6db05575db20c102a44359 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_Tim.pdf and b/out/Preindl_InTuoNomine_Instrument_Tim.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_VI.pdf b/out/Preindl_InTuoNomine_Instrument_VI.pdf
index 7fedee234e33a8a31914c6650c0c737fa361747e..81a053b0e9ef639b6edcf035298cd4b804a5c6d4 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_VI.pdf and b/out/Preindl_InTuoNomine_Instrument_VI.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_VII.pdf b/out/Preindl_InTuoNomine_Instrument_VII.pdf
index c4c98e1ce3f2e18cfccc66920578603e2002da52..b072b460b821c847449245877b407908fa6bed4d 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_VII.pdf and b/out/Preindl_InTuoNomine_Instrument_VII.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_Vc.pdf b/out/Preindl_InTuoNomine_Instrument_Vc.pdf
index e1854427c195ff24feb56de0b31cfb84fed22d15..8851913471c52051c82b822e9b05728d7f56c57c 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_Vc.pdf and b/out/Preindl_InTuoNomine_Instrument_Vc.pdf differ
diff --git a/out/Preindl_InTuoNomine_Instrument_VcB.pdf b/out/Preindl_InTuoNomine_Instrument_VcB.pdf
index aa7184ba6865ceceaa2ea9c23eaca03ba224cfdd..8733ad5634c10d52feb482567b27601708d52495 100644
Binary files a/out/Preindl_InTuoNomine_Instrument_VcB.pdf and b/out/Preindl_InTuoNomine_Instrument_VcB.pdf differ
diff --git a/out/Preindl_InTuoNomine_Score_Choral.pdf b/out/Preindl_InTuoNomine_Score_Choral.pdf
index 90009a009a7c0b1b50df549d369e25933af44012..87cd42a79eaf9fce34911be9698b083074e2062e 100644
Binary files a/out/Preindl_InTuoNomine_Score_Choral.pdf and b/out/Preindl_InTuoNomine_Score_Choral.pdf differ
diff --git a/out/Preindl_InTuoNomine_Score_Full.midi b/out/Preindl_InTuoNomine_Score_Full.midi
index e95e3ef5a5bfab6a52181af88a7070f569fa3520..fe75f10a0e1e6accdfbbe162f88d390b86a2abf4 100644
Binary files a/out/Preindl_InTuoNomine_Score_Full.midi and b/out/Preindl_InTuoNomine_Score_Full.midi differ
diff --git a/out/Preindl_InTuoNomine_Score_Full.pdf b/out/Preindl_InTuoNomine_Score_Full.pdf
index c9e66cb2e63ae2ac28ae18c5bc10763cf39aa368..a5a9c30c80c5fa7e8cf81ffbe8571973f2d63b49 100644
Binary files a/out/Preindl_InTuoNomine_Score_Full.pdf and b/out/Preindl_InTuoNomine_Score_Full.pdf differ
diff --git a/out/Preindl_InTuoNomine_Score_Vocal.pdf b/out/Preindl_InTuoNomine_Score_Vocal.pdf
index 7c94f9fd101ebbb314138cf04e054a3a3a8e4971..f7f0ad401fd8b96e37095aadd06965b210a58eb9 100644
Binary files a/out/Preindl_InTuoNomine_Score_Vocal.pdf and b/out/Preindl_InTuoNomine_Score_Vocal.pdf differ
diff --git a/out/TeX_Preindl_InTuoNomine_Score_Choral.pdf b/out/TeX_Preindl_InTuoNomine_Score_Choral.pdf
index c5010ffd87fc8c6f0fa9fde30364d7880824a54c..baff19385a354b760a1749f12e1ea382d3bb6e1e 100644
Binary files a/out/TeX_Preindl_InTuoNomine_Score_Choral.pdf and b/out/TeX_Preindl_InTuoNomine_Score_Choral.pdf differ
diff --git a/out/TeX_Preindl_InTuoNomine_Score_Full.pdf b/out/TeX_Preindl_InTuoNomine_Score_Full.pdf
index 5a40039945e789eb9fe840a6f556f76461557d33..895c7523f6f66e1c515a07ad263b3a0cdc532999 100644
Binary files a/out/TeX_Preindl_InTuoNomine_Score_Full.pdf and b/out/TeX_Preindl_InTuoNomine_Score_Full.pdf differ
diff --git a/out/TeX_Preindl_InTuoNomine_Score_Instruments.pdf b/out/TeX_Preindl_InTuoNomine_Score_Instruments.pdf
index 073200b6c87a656e9dcca0613cf19e736126957d..412c327fa0b82ca68375f1bd1debc1dcc2015f84 100644
Binary files a/out/TeX_Preindl_InTuoNomine_Score_Instruments.pdf and b/out/TeX_Preindl_InTuoNomine_Score_Instruments.pdf differ
diff --git a/out/TeX_Preindl_InTuoNomine_Score_Vocal.pdf b/out/TeX_Preindl_InTuoNomine_Score_Vocal.pdf
index fb7b0bbef0059f525da9c3b8455013a40b435401..56f06112a0adff259657cfd740d12a0b5fd391ad 100644
Binary files a/out/TeX_Preindl_InTuoNomine_Score_Vocal.pdf and b/out/TeX_Preindl_InTuoNomine_Score_Vocal.pdf differ