diff --git a/Makefile b/Makefile index 9b2b30d055c9f71cf5fcd9208395accf2491e4dc..f3b20927a08ae7284d27f289cdeb5d3ae1d09dce 100644 --- a/Makefile +++ b/Makefile @@ -3,13 +3,13 @@ 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 -scores = Long Full Vocal Choral Original +scores = Full Vocal Choral pdfs = $(instruments:%=$(OUT)/$(base)_Instrument_%.pdf) \ $(scores:%=$(OUT)/$(base)_Score_%.pdf) texbase = Preindl_InTuoNomine -texscores = Long Full Vocal Choral Original +texscores = Full Vocal Choral texs = $(texscores:%=TeX_$(texbase)_Score_%.tex) texpdfs = $(texs:%.tex=$(OUT)/%.pdf) \ $(OUT)/TeX_$(texbase)_Score_Instruments.pdf diff --git a/Preindl_InTuoNomine_Music_InTuoNomine.ily b/Preindl_InTuoNomine_Music_InTuoNomine.ily index f6e86cddcfc8871c0cd6486bd90552dafc1e01a2..99ee81ed56349a4a4d4e748150f7f55dd483086f 100644 --- a/Preindl_InTuoNomine_Music_InTuoNomine.ily +++ b/Preindl_InTuoNomine_Music_InTuoNomine.ily @@ -371,7 +371,7 @@ InTuoNomineObIMusic = \relative c''' { a[( gis) fis-. e]-. a[( gis) fis-. e]-. | % 61 a[( gis) fis-. e]-. fis[( e) d-. cis]-. | % 62 \grace {a16[ h]} h2~\startTrillSpan | % 63 - h4.\stopTrillSpan a16[ h] | % 64 + h4..\stopTrillSpan a32[ h] | % 64 a4 r | % 65 R2*7 | % 72 R2^\fermataMarkup \InTuoNomineSettingsII \barNumberCheck #73 @@ -856,7 +856,7 @@ InTuoNomineClIIMusic = \relative c'' { r4 e'\f | % 139 e e | \barNumberCheck #140 r e | % 141 - e e | % 142 + d d | % 142 r d | % 143 d2 | % 144 c4 r | % 145 @@ -1691,7 +1691,7 @@ InTuoNomineTbeIMusic = \relative c'' { d d | % 266 d2 | % 267 d | % 268 - r4 c | % 269 + r4 d | % 269 d d | \barNumberCheck #270 d d | % 271 d d | % 272 diff --git a/Preindl_InTuoNomine_Score_Long.ly b/Preindl_InTuoNomine_Score_Long.ly deleted file mode 100644 index 2d1704a65049c39e8de822034775605d2b0a14b7..0000000000000000000000000000000000000000 --- a/Preindl_InTuoNomine_Score_Long.ly +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.13.29" -\include "Preindl_InTuoNomine_Settings_FullScore.ily" -\setCreateMIDI ##t -\setCreatePDF ##t - -\header { - scoretype = \LongScoreTitle - scorenumber = \markup{\scoreNumber \LongScoreNumber} -} - -\createNoCuesScore #"InTuoNomine" #'("LongScore") diff --git a/Preindl_InTuoNomine_Score_Original.ly b/Preindl_InTuoNomine_Score_Original.ly deleted file mode 100644 index fcf0be81df98a6b9053bee50fb34263889fe906f..0000000000000000000000000000000000000000 --- a/Preindl_InTuoNomine_Score_Original.ly +++ /dev/null @@ -1,16 +0,0 @@ -\version "2.13.29" -\include "Preindl_InTuoNomine_Settings_FullScore.ily" -\setCreateMIDI ##t -\setCreatePDF ##t - -\header { - scoretype = \OriginalScoreTitle - scorenumber = \markup{\scoreNumber \OriginalScoreNumber} -} -SClef = \clef "soprano" -AClef = \clef "alto" -TClef = \clef "tenor" - -#(oly:modify_score_structure '("OriginalScore" "SimultaneousMusic" ("Wd" "Br" "Perc" "VV" "SoloChoirScore" "VcB"))) - -\createNoCuesScore #"InTuoNomine" #'("OriginalScore") diff --git a/Preindl_InTuoNomine_Settings_Global.ily b/Preindl_InTuoNomine_Settings_Global.ily index 4b821c5202c5c5d2917a7c02fbc278b8934e2c83..95cbb49343f0d1e08eb5120f7c4bccaddd79671c 100644 --- a/Preindl_InTuoNomine_Settings_Global.ily +++ b/Preindl_InTuoNomine_Settings_Global.ily @@ -53,25 +53,29 @@ TbeIKey = \TbeKey TbeIIKey = \TbeKey TimKey = \key c \major -ASoloClef = \clef "alto" -SClef = \clef "soprano" -AClef = \clef "alto" -TClef = \clef "tenor" +ASoloClef = \clef "alto/treble" +SClef = \clef "soprano/treble" +AClef = \clef "alto/treble" +TClef = \clef "tenor/treble_8" ASoloShortInstrumentName = "Solo" -ClInstrumentName = \markup { \column { \line { Clarinetti } \line{ in A } } } -ClIInstrumentName = \markup { \column { \line { Clarinetto I } \line{ in A } } } -ClIIInstrumentName = \markup { \column { \line { Clarinetto II } \line{ in A } } } +ClInstrumentName = \markup { \center-column { \line { Clarinetti } \line{ in A } } } +ClIInstrumentName = \markup { \center-column { \line { Clarinetto I } \line{ in A } } } +ClIIInstrumentName = \markup { \center-column { \line { Clarinetto II } \line{ in A } } } -CorInstrumentName = \markup { \column { \line { Corni } \line{ in D } } } -CorIInstrumentName = \markup { \column { \line { Corno I } \line{ in D } } } -CorIIInstrumentName = \markup { \column { \line { Corno II } \line{ in D } } } +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 { \column { \line { Trombe } \line{ in D } } } -TbeIInstrumentName = \markup { \column { \line { Tromba I } \line{ in D } } } -TbeIIInstrumentName = \markup { \column { \line { Tromba 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 } } } -TimInstrumentName = \markup { \column { \line { Timpani } \line{ in D-A } } } +TbeShortInstrumentName = "Clni." +TbeIShortInstrumentName = "Clno.I" +TbeIIShortInstrumentName = "Clno.II" + +TimInstrumentName = \markup { \center-column { \line { Timpani } \line{ in D-A } } } myTitlePageMarkup = \markup \abs-fontsize #10 \when-property #'header:title \column { @@ -112,4 +116,3 @@ myTitlePageMarkup = \markup \abs-fontsize #10 \when-property #'header:title \col \vspace #6 \fill-line { \fromproperty #'header:copyright } } - diff --git a/TeX_Preindl_InTuoNomine_Include_Bio.itex b/TeX_Preindl_InTuoNomine_Include_Bio.itex index b881e2902febff16f13b7c9185c372115a178a28..0cff4fdfadcb2eaacf4c4833e6fc9701e8c8d6b6 100644 --- a/TeX_Preindl_InTuoNomine_Include_Bio.itex +++ b/TeX_Preindl_InTuoNomine_Include_Bio.itex @@ -22,10 +22,10 @@ Nach seinem Tod am 26. Oktober 1823 im Alter von 67 Jahren wurde Preindl am Frie Preindls kompositorisches Schaffen galt hauptsächlich der Kirchenmusik. So komponierte er mindestens 14 Messen, zwei Requien, zahlreiche Graduale, Offertorien, Motetten und Kirchenarien. Aber auch zwei Klavierkonzerte und einige Sonaten, Variationen und Phantasien für Klavier sind erhalten. -Seine Kirchenmusik wird allgemein als qualitätvoll bezeichnet, auch wenn Eusebius Mandyczewski in der \q{Allgemeinen Deutschen Biographie} über Preindl schreibt: \textit{\q{Seine [550] Compositionen zeigen ihn als gründlich gebildeten und erfahrenen Künstler, der jedoch von Pedanterie nicht freizusprechen ist und dessen Phantasie nicht weit genug reicht, um seinen Werken dauernden Bestand zu sichern. Trotzdem war P. ein sehr fleißiger Componist.}} +Seine Kirchenmusik wird allgemein als qualitätvoll bezeichnet, auch wenn Eusebius Mandyczewski in der \q{Allgemeinen Deutschen Biographie} (1888) über Preindl vernichtend schreibt: \textit{\q{Seine [550] Compositionen zeigen ihn als gründlich gebildeten und erfahrenen Künstler, der jedoch von Pedanterie nicht freizusprechen ist und dessen Phantasie nicht weit genug reicht, um seinen Werken dauernden Bestand zu sichern. Trotzdem war P. ein sehr fleißiger Componist.}} Allerdings gesteht auch Mandyczewski, dass \textit{\q{Preindl's Kirchenmusikwerke auch heute noch vielfach beim Gottesdienste verwendet [werden], weil sie sich durch praktische Brauchbarkeit und leichte Ausführbarkeit für kleine Chöre besonders empfehlen.}} -Das vorliegende Offertorium \q{In tuo Nomine} in großer Orchesterbesetzung ist ein sehr wohlklingendes Werk, geprägt durch das Alt-Solo, während der Chor nur durch einwurfartige Phrasen, verstärkt durch die Bläser, in Erscheinung tritt. Gegen Ende des Stückes findet sich jedoch sogar ein kurzes Fugato im Chor, bevor das Stück bombastisch im Alleluja endet. +Das vorliegende Offertorium \q{In tuo Nomine} in großer Orchesterbesetzung ist ein sehr wohlklingendes Werk und wiederlegt wohl Mandyczwskis Sicht Preindls eindrucksvoll. Es ist geprägt durch das Alt-Solo, während der Chor nur durch einwurfartige Phrasen, verstärkt durch die Bläser, in Erscheinung tritt. Gegen Ende des Stückes findet sich jedoch sogar ein kurzes Fugato im Chor, bevor das Stück bombastisch im Alleluja endet. \end{multicols} diff --git a/TeX_Preindl_InTuoNomine_Include_KritBericht.itex b/TeX_Preindl_InTuoNomine_Include_KritBericht.itex index 56bb306659632951f0288241216ba4ca2e092ce4..a17882d4272b6787e6a89b812434af5283a72597 100644 --- a/TeX_Preindl_InTuoNomine_Include_KritBericht.itex +++ b/TeX_Preindl_InTuoNomine_Include_KritBericht.itex @@ -159,6 +159,7 @@ Die Setzung von Warnakzidenzien wurde ab dem zweiten folgenden Takt unterlassen, \item V2 T58: pp fehlt sowohl in Partitur als auch Stimme, nach V1 und Vc/B ergänzt. \item ASolo T60/61: Inkonsistente Staccato-Punkte und Bögen in Partitur meist erst ab jeweils zweiter Note. In der Stimme Staccato immer auf erster Note, Bogen undeutlich ab erster oder Note. Konsistent Staccato auf erste Note, Bogen erst ab der zweiten Note. +\item Ob1/ASolo T63: Sowohl in der Partitur als auch in den Stimmen in Ob1 einfach punktiert Viertel mit zwei Sechzehnteln, in ASolo jedoch doppelt punktierte Viertel mit zwei 32-tel Noten. \item Vc/B T64: Achtelnoten in der Partitur ausgeschrieben mit p auf der zweiten Achtelnote. In den Stimmen jedoch als Achtel-Tremolo notiert, daher Position des p nicht klar. \item A T70: Zweite Note in der Partitur undeutlich d oder e, in der Stimme deutlich d. \item Bläser T74: f fehlt in der Partitur, ergänzt nach Streichern und Chor. @@ -187,8 +188,9 @@ Die Setzung von Warnakzidenzien wurde ab dem zweiten folgenden Takt unterlassen, \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/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 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 Fl2 T152: In Partitur falsch zwei ais, in Stimme zwei a. @@ -231,6 +233,7 @@ Die Setzung von Warnakzidenzien wurde ab dem zweiten folgenden Takt unterlassen, \item Fg T247: In der Partitur zweite Achtel undeutlich a statt g. \item Fl1/Ob1 T251: In der Partitur f in Fl und Cl, nicht in Ob. In der Cl1-Stimme ebenfalls f, nicht in Fl1 und Ob1, daher ergänzt (in Fl2/Ob2/Cl2 bereits f in T243 vorhanden). \item VcB T260: In der Partitur unnötiges f, welches weder in der Stimme, noch in den anderen Instrumenten notiert ist. +\item Clno1 T268: In der Einzelstimme falsch c notiert (d klingend) statt d notiert (e klingend). \item ASolo T272--284: In der Partitur ursprünglich Pausen, jedoch ausrasiert und mit neuem Alt-Solo Teil versehen. In der Stimme ist derselbe Teil zu finden, jedoch fälschlich als \q{Tutti} bezeichnet. \item A T273: In der Stimme f, nicht jedoch in Partitur. \item V2 T274: In der Stimme kein ff. diff --git a/TeX_Preindl_InTuoNomine_Score_Choral.tex b/TeX_Preindl_InTuoNomine_Score_Choral.tex index 5e4cb0d3de2aa6b60e5958aa6930a48c05693b99..d481d71fbae049a28a223c6d4868761486784687 100644 --- a/TeX_Preindl_InTuoNomine_Score_Choral.tex +++ b/TeX_Preindl_InTuoNomine_Score_Choral.tex @@ -1,5 +1,5 @@ \documentclass[a4paper,10pt,naustrian,twoside]{report} -\usepackage[choralscore]{editionkainhofer} +\usepackage[choralscore,nocolortitle]{editionkainhofer} \input{TeX_Preindl_InTuoNomine_Settings.itex} \hypersetup{ diff --git a/TeX_Preindl_InTuoNomine_Score_Full.tex b/TeX_Preindl_InTuoNomine_Score_Full.tex index f712a130424048b40817103fa019faf74e052efe..c06942a4e3cbef4fb57df881eb74f15eccbc1811 100644 --- a/TeX_Preindl_InTuoNomine_Score_Full.tex +++ b/TeX_Preindl_InTuoNomine_Score_Full.tex @@ -1,5 +1,5 @@ \documentclass[a4paper,10pt,naustrian,twoside]{report} -\usepackage[fullscore]{editionkainhofer} +\usepackage[fullscore,nocolortitle]{editionkainhofer} \input{TeX_Preindl_InTuoNomine_Settings.itex} \hypersetup{ diff --git a/TeX_Preindl_InTuoNomine_Score_Instruments.tex b/TeX_Preindl_InTuoNomine_Score_Instruments.tex index f3df081be750fc734525cfb54377a14a7887fbef..d9354ee18b293195ebac086cdc4036740bcec53e 100644 --- a/TeX_Preindl_InTuoNomine_Score_Instruments.tex +++ b/TeX_Preindl_InTuoNomine_Score_Instruments.tex @@ -1,5 +1,5 @@ \documentclass[a4paper,10pt,naustrian,twoside]{report} -\usepackage[instrumentalparts]{editionkainhofer} +\usepackage[instrumentalparts,nocolortitle]{editionkainhofer} \input{TeX_Preindl_InTuoNomine_Settings.itex} \hypersetup{ @@ -87,10 +87,5 @@ \includescore{Instrument_Tim} -\cleardoublepage -\backmatter -\appendix -\input{TeX_Preindl_InTuoNomine_Include_KritBericht.itex} - \input{TeX_Preindl_InTuoNomine_Include_Backpage.itex} \end{document} diff --git a/TeX_Preindl_InTuoNomine_Score_Long.tex b/TeX_Preindl_InTuoNomine_Score_Long.tex deleted file mode 100644 index a2c39e816d3bc3d509ba12fe9a3cc748524bd5f6..0000000000000000000000000000000000000000 --- a/TeX_Preindl_InTuoNomine_Score_Long.tex +++ /dev/null @@ -1,28 +0,0 @@ -\documentclass[a4paper,10pt,naustrian,twoside]{report} -\usepackage[fullscore]{editionkainhofer} -\input{TeX_Preindl_InTuoNomine_Settings.itex} - -\hypersetup{ - pdftitle={\scoreTitle, \LongScoreType}, -} - -\scoretype{\LongScoreType} -\scorenumber{\scoreNumber\LongScoreNumber} - -\begin{document} -\input{TeX_Preindl_InTuoNomine_Include_Coverpage.itex} -\input{TeX_Preindl_InTuoNomine_Include_Preface_Long.itex} - - -\phantomsection -\addcontentsline{toc}{section}{\LongScoreType} -\includescore{Score_Long} - - -\cleardoublepage -\backmatter -\appendix -\input{TeX_Preindl_InTuoNomine_Include_KritBericht.itex} - -\input{TeX_Preindl_InTuoNomine_Include_Backpage.itex} -\end{document} diff --git a/TeX_Preindl_InTuoNomine_Score_Original.tex b/TeX_Preindl_InTuoNomine_Score_Original.tex deleted file mode 100644 index 166cdc5c218ad45680ed471be7ab18fd2f228724..0000000000000000000000000000000000000000 --- a/TeX_Preindl_InTuoNomine_Score_Original.tex +++ /dev/null @@ -1,28 +0,0 @@ -\documentclass[a4paper,10pt,naustrian,twoside]{report} -\usepackage[fullscore]{editionkainhofer} -\input{TeX_Preindl_InTuoNomine_Settings.itex} - -\hypersetup{ - pdftitle={\scoreTitle, \OriginalScoreType}, -} - -\scoretype{\OriginalScoreType} -\scorenumber{\scoreNumber\OriginalScoreNumber} - -\begin{document} -\input{TeX_Preindl_InTuoNomine_Include_Coverpage.itex} -\input{TeX_Preindl_InTuoNomine_Include_Preface_Long.itex} - - -\phantomsection -\addcontentsline{toc}{section}{\OriginalScoreType} -\includescore{Score_Original} - - -\cleardoublepage -\backmatter -\appendix -\input{TeX_Preindl_InTuoNomine_Include_KritBericht.itex} - -\input{TeX_Preindl_InTuoNomine_Include_Backpage.itex} -\end{document} diff --git a/TeX_Preindl_InTuoNomine_Score_Vocal.tex b/TeX_Preindl_InTuoNomine_Score_Vocal.tex index e8a4b78a6cfa2fe6fa7b419a9b125afe40eec0b3..e6144275257dd697e3b12ab8f93866163e3d9cad 100644 --- a/TeX_Preindl_InTuoNomine_Score_Vocal.tex +++ b/TeX_Preindl_InTuoNomine_Score_Vocal.tex @@ -1,5 +1,5 @@ \documentclass[a4paper,10pt,naustrian,twoside]{report} -\usepackage[vocalscore]{editionkainhofer} +\usepackage[vocalscore,nocolortitle]{editionkainhofer} \input{TeX_Preindl_InTuoNomine_Settings.itex} \hypersetup{ diff --git a/out/Preindl_InTuoNomine_Instrument_A.pdf b/out/Preindl_InTuoNomine_Instrument_A.pdf index 3ca1d1f92a3e50130a6798a77c0ac14f043e27d2..952bfbc8933613491a7fef90123f0949ac48f9da 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 fcbece09f5403cd38c930c732a8484353eec6f89..8666df55c756a703cec0bfcceaad206329fb1648 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 d3beabd8d9f194b6a20d125a25116ba9987bca4d..634eb7ab43b025cf5639781a3096466bb88f2029 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 6e9f3441667657031f0ace7c6e4c68d429f911b0..1668ffd44e03da02991e373b74fd68c8d6be360b 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 d5dc4d99bcf0b4a995e75c170d119c894c467a38..42bdd98c0252812fe0b1140b56e962ceae6cd798 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 9e82d6b15e0967383235679359d45f87c4423363..c9d5ba874ef56700f3d4d902bd3a53491bc3691b 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_CorI.pdf b/out/Preindl_InTuoNomine_Instrument_CorI.pdf index 386e6ac4db0def6c11c2830a91a2ccb3bf4125fe..7b994ab37328718536989d8a8b88a50ec95d71b6 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 3ba09f6688ae2f8e8c9a57263e5de992f6419162..dfd49fd6ddda3444e72b27918e40c03a20675c98 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 de21387555f52c60a5aaf6ff903ef36e82dc9960..685ead8bee87f6a5bfe22a7409acbd6834da19c3 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 3b91b2f23e0ab48bf718e7631ba81998b8bdcc47..0da9f189041b0ea6f2ac20e01ab7a48ec1acbfde 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 af04bfd02cd4bb047b063c35302ac635ad8b286e..478bbd10863ad80014daffa0684d8d50618b74c9 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 670712b824c516daa0efd691b71985f988dbaa13..e945a9a98823a69c08de762c8daaf7be07af20f2 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 97cdbe42ff10f53f6822f4e7972ea6ea3c4c9bb2..4fa576c1d3400365259d1abdd1e12579a9a48739 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 e37b44c396a7980a8859d081084cad3781f60759..11c681aa00f0946ce8a37e5e7e116bf521bdda84 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 8297c83cbbddbfd5ba53a34251ec3c19b9eeffb9..e74bd5b2d5fd75965823d6290fe26ccd34d114d4 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 80822c544d9f34445b1e876c3cdf5691e57f1753..3d1ff754d107098c4ad08bd4904b41a31d3b5e08 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_TbeI.pdf b/out/Preindl_InTuoNomine_Instrument_TbeI.pdf index f1281c7b2c0defa86bb6f163e038884ec171de0c..437fe19738dd0472521a16de777e8828d5355d12 100644 Binary files a/out/Preindl_InTuoNomine_Instrument_TbeI.pdf and b/out/Preindl_InTuoNomine_Instrument_TbeI.pdf differ diff --git a/out/Preindl_InTuoNomine_Instrument_TbeII.pdf b/out/Preindl_InTuoNomine_Instrument_TbeII.pdf index f2d544d6a9c2a8b17da03acd5326b2488b13614c..85674d9eea4b7e1e2eb1f06037d6f7d512b5b0c0 100644 Binary files a/out/Preindl_InTuoNomine_Instrument_TbeII.pdf and b/out/Preindl_InTuoNomine_Instrument_TbeII.pdf differ diff --git a/out/Preindl_InTuoNomine_Instrument_Tim.pdf b/out/Preindl_InTuoNomine_Instrument_Tim.pdf index 8b094a8cbeb05d629ee86bdfad39d905cf9cd887..9d5fc6587ec4206660c351e9ecc737a8fc675349 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 1c1b3d9d1c9ee2d449e6efc8845a38ebd217b6ea..dccb00af329170e08f2244edf8beb8d4592ba2e8 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 6046b47a62704b81a8c25a1cacabb0b6ac79d908..26f57a23d21620252d515ad772bb56106d94cdb0 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 3767401eaa45e2e151d89b9960497f8e0971d3bb..698ce5d91ea3e3e3449bf5903b5068ea1ac92abc 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 2220d73af20922cce4ca827a570161b8a674129f..9b785c8c2cf51bf418482ec282f86d9030b9d787 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.midi b/out/Preindl_InTuoNomine_Score_Choral.midi index 2aeda13fe9a6f56c4451e9d97be47be878a4f119..f96726144b590e7bde221334c09e0333335fe7be 100644 Binary files a/out/Preindl_InTuoNomine_Score_Choral.midi and b/out/Preindl_InTuoNomine_Score_Choral.midi differ diff --git a/out/Preindl_InTuoNomine_Score_Choral.pdf b/out/Preindl_InTuoNomine_Score_Choral.pdf index dd065bba6edbec0470df550334fe3b9b84b1aa0e..db1ffad234fa870fb1f4786ccb51c5938384a849 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 4b3fefabbac8573791a3c59313f2daab50944b77..2472dfb1b18bb7f8c644af9cf0bcb693f22715c4 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 9ec8eeb8f74c57cd5858dab2478fe32177d815d4..df0a8f1212464e956a7ebda10c1a84347b1bb721 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_Long.midi b/out/Preindl_InTuoNomine_Score_Long.midi deleted file mode 100644 index 0edd41e5b633fb7aea50eb0022df6a0f07fa8e7d..0000000000000000000000000000000000000000 Binary files a/out/Preindl_InTuoNomine_Score_Long.midi and /dev/null differ diff --git a/out/Preindl_InTuoNomine_Score_Long.pdf b/out/Preindl_InTuoNomine_Score_Long.pdf deleted file mode 100644 index 801110cdb9fc118e3d4e5724979db9055d97f917..0000000000000000000000000000000000000000 Binary files a/out/Preindl_InTuoNomine_Score_Long.pdf and /dev/null differ diff --git a/out/Preindl_InTuoNomine_Score_Original.midi b/out/Preindl_InTuoNomine_Score_Original.midi deleted file mode 100644 index 14dcb8aca20d0b9d3351f32b90e35f5e18563b51..0000000000000000000000000000000000000000 Binary files a/out/Preindl_InTuoNomine_Score_Original.midi and /dev/null differ diff --git a/out/Preindl_InTuoNomine_Score_Original.pdf b/out/Preindl_InTuoNomine_Score_Original.pdf deleted file mode 100644 index 61a69a2c00e15890a918c852fa3adced7a7073b9..0000000000000000000000000000000000000000 Binary files a/out/Preindl_InTuoNomine_Score_Original.pdf and /dev/null differ diff --git a/out/Preindl_InTuoNomine_Score_Vocal.midi b/out/Preindl_InTuoNomine_Score_Vocal.midi index 75d2a5aba00dc8d8a6b2c1b0649a5ca2aa551263..d5e87167e3444ba8b25a5c46d1fa732a5a8c0c33 100644 Binary files a/out/Preindl_InTuoNomine_Score_Vocal.midi and b/out/Preindl_InTuoNomine_Score_Vocal.midi differ diff --git a/out/Preindl_InTuoNomine_Score_Vocal.pdf b/out/Preindl_InTuoNomine_Score_Vocal.pdf index e63e59042d3ba14ae416b699ff78767fe5b08c3d..03a78ca6f87594fb1dc80ded1463d4f61fbd9b36 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 692f1cf5e48c171c3110c7be98bc6cfd189a2c86..6dd24bb75a865cae7ffe3cbb2f240f6a6fe7287d 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 cfe1d20ee006d615ad14e8af2406b2c49a5c79eb..76949d0579200ae1b7d9c5a3282427845763b5bd 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 dd1ef672cd202fbd2666a63cddbae406f8787f5e..3de9cd50165ddb359fd07e59115adf9afe9ec94b 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_Long.pdf b/out/TeX_Preindl_InTuoNomine_Score_Long.pdf deleted file mode 100644 index 462e2c67f32f1e69ccbe4ffb1d007a87916d48cc..0000000000000000000000000000000000000000 Binary files a/out/TeX_Preindl_InTuoNomine_Score_Long.pdf and /dev/null differ diff --git a/out/TeX_Preindl_InTuoNomine_Score_Original.pdf b/out/TeX_Preindl_InTuoNomine_Score_Original.pdf deleted file mode 100644 index e5196a7451b7ae4414b62fe35d3756010d3d41f6..0000000000000000000000000000000000000000 Binary files a/out/TeX_Preindl_InTuoNomine_Score_Original.pdf and /dev/null differ diff --git a/out/TeX_Preindl_InTuoNomine_Score_Vocal.pdf b/out/TeX_Preindl_InTuoNomine_Score_Vocal.pdf index ce9679fb67b9832dbdca720b6e2a4a985abe2711..c3356bb51cdc2bdcaa091f1fbdeec3f2f393e251 100644 Binary files a/out/TeX_Preindl_InTuoNomine_Score_Vocal.pdf and b/out/TeX_Preindl_InTuoNomine_Score_Vocal.pdf differ