diff --git a/Makefile b/Makefile
index 78b9365bd53a403765c95f02dfae21c0289cafef..813bf55504c0ec3281971b0c722c27b2385cb8e8 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,8 @@ tex: latex
 latex: $(texpdfs)
 
 $(OUT)/TeX_%.pdf : TeX_%.tex
-	TEXINPUTS=$(OUT):orchestrallily/:.//: xelatex -interaction=batchmode --output-directory=$(OUT)/ $<
+	TEXINPUTS=$(OUT):orchestrallily/:.//: xelatex --output-directory=$(OUT)/ $<
+# 	TEXINPUTS=$(OUT):orchestrallily/:.//: xelatex -interaction=batchmode --output-directory=$(OUT)/ $<
 
 zipdir = $(base)_Final
 dist: $(distfiles)
diff --git a/Schubert_StabatMater_D383_Music_04_Duett.ily b/Schubert_StabatMater_D383_Music_04_Duett.ily
index 712d9b63e4b69a9f215d28f83b6d6bdf61b76770..440cf42c5cb1c0e745ab2297e90d3d753cae1aa4 100644
--- a/Schubert_StabatMater_D383_Music_04_Duett.ily
+++ b/Schubert_StabatMater_D383_Music_04_Duett.ily
@@ -1226,7 +1226,7 @@ IVDuettSSoloLyrics = \lyricmode { En -- gel freu -- ten sich
     freu'n sie sich. Ab -- ge -- trock -- net sind
     nun al -- le Trä -- nen, mit den En -- geln freu'n
     sie sich, __ mit den En -- geln freu'n
-    sie __ sich. 
+    sie __ sich \extendPeriod
     % 60
     En -- gel freu -- ten sich
     der Won -- ne, je -- ner Won -- ne, die der
@@ -1257,7 +1257,7 @@ IVDuettSSoloLyrics = \lyricmode { En -- gel freu -- ten sich
     % 140
     ab -- ge -- trock -- net al -- le Trä -- nen, mit den En -- geln freu'n sie sich, mit den 
     % 150
-    En -- geln freu'n __ sie __ sich. __
+    En -- geln freu'n __ sie __ sich \extendPeriod
 }
 IVDuettTSoloLyrics = \lyricmode { En -- gel freu -- ten
     sich __ je -- ner Won -- ne, die der Mitt -- ler sei --
@@ -1271,7 +1271,7 @@ IVDuettTSoloLyrics = \lyricmode { En -- gel freu -- ten
     ge -- trock -- net sind nun ih -- nen al --
     le Trä -- nen, mit den En -- geln freu'n sie
     sich, __ mit den En -- geln freu'n sie __
-    sich. __ 
+    sich \extendPeriod 
     % 60
     En -- gel freu -- ten sich __
     je -- ner Won -- ne, die der Mitt -- ler sei --
@@ -1301,7 +1301,7 @@ IVDuettTSoloLyrics = \lyricmode { En -- gel freu -- ten
     al -- le Trä -- nen, ab -- ge -- trock -- net
     al -- le Trä -- nen, mit den En -- geln
     freu'n sie sich, mit den En -- geln
-    freu'n __ sie __ sich. __
+    freu'n __ sie __ sich \extendPeriod
 }
 
 IVDuettVcBMusic = \relative f' {
diff --git a/Schubert_StabatMater_D383_Music_05_Chor.ily b/Schubert_StabatMater_D383_Music_05_Chor.ily
index 743f36aa9bd9008c9635caf53ef138281f4e2daf..0e5e39e0d365a9e331ddb238a2446cd8aeb9df86 100644
--- a/Schubert_StabatMater_D383_Music_05_Chor.ily
+++ b/Schubert_StabatMater_D383_Music_05_Chor.ily
@@ -1021,7 +1021,7 @@ VChorSLyrics =  \lyricmode { Wer wird Zäh -- ren
     schmack gab. Wer wird sich nicht in -- nig freu -- en,
     dass der Gott -- ver -- söh -- ner ih -- nen, Him --
     mel, dei -- nen Vor -- schmack gab, Him -- mel, dei --
-    nen Vor -- schmack gab. __
+    nen Vor -- schmack gab \extendPeriod
 }
 VChorALyrics = \VChorSLyrics
 
@@ -1036,7 +1036,7 @@ VChorTLyrics =  \lyricmode { Wer mit ih -- nen nicht
     sahn? Wer wird sich nicht in -- nig freu -- en, dass
     der Gott -- ver -- söh -- ner ih -- nen, o Him --
     mel, dei -- nen Vor -- schmack gab, Him -- mel, dei -- nen Vor
-    -- schmack, Him -- mel, dei -- nen Vor -- schmack gab. __
+    -- schmack, Him -- mel, dei -- nen Vor -- schmack gab \extendPeriod
 }
 VChorBLyrics = \VChorTLyrics
 
diff --git a/Schubert_StabatMater_D383_Music_08_Arie.ily b/Schubert_StabatMater_D383_Music_08_Arie.ily
index 2662878c0c692bc81e33466026a52a7a7918acc8..a7365991e461fced55e427cfa479eaa738d69cb6 100644
--- a/Schubert_StabatMater_D383_Music_08_Arie.ily
+++ b/Schubert_StabatMater_D383_Music_08_Arie.ily
@@ -30,9 +30,10 @@ VIIIArieObIMusic =  \relative h' {
     R4. | % 22
     \partcombineApart e,8.([ c'16 e8)] | % 23
     g,4( h16[ a16)] | % 24
-    g4 \partcombineAutomatic r8 |
+    g4 \partcombineSoloI r8 |
     R4.*4 | % 29
-    \partcombineSoloI r8 r16 c16[( dis16 fis16)] | \barNumberCheck #30
+% 	\partcombineChordsOnce
+    r8 r16 \partcombineSoloI c16[( dis16 fis16)] | \barNumberCheck #30
     e8[( g8]) r8 | % 31
     r8 r16 c,16[( dis16 fis16)]) | % 32
     e8[( g8]) \partcombineAutomatic r8 |
@@ -102,7 +103,7 @@ VIIIArieObIMusic =  \relative h' {
     c4 e8(-\tag #'non-partcombine \pp | % 98
     d4.)~ | % 99
     d4. | \barNumberCheck #100
-    h4\pp r8 | % 101
+    h4 r8 | % 101
     r8 r8 fis'8( | % 102
     g4) r8 | % 103
     r8 r8 fis8( | % 104
@@ -173,7 +174,7 @@ VIIIArieObIIMusic = \relative g' {
     a4 b8(\pp | % 98
     h4)( b8 | % 99
     a4.) | \barNumberCheck #100
-    g4\pp r8 | % 101
+    g4 r8 | % 101
     r8 r8 fis8( | % 102
     g4) r8 | % 103
     r8 r8 fis8( | % 104
@@ -224,8 +225,9 @@ VIIIArieFagIMusic = \relative h {
     r8 d4 | \barNumberCheck #50
     c8[ h8 a8] | % 51
     h4 r8 |
+	\partcombineSoloI
     R4.*4 | % 56
-    \namedCueDuring #"VIIIArieBQuote" #UP #"Basso" #"Fag.I" { \partcombineChordsOnce R4.} | % 57
+    \namedCueDuring #"VIIIArieBQuote" #UP #"Basso" #"Fag.I" { R4.} | % 57
     fis4\p a8 | % 58
     g16.([ a32) h16\staccato] r16 g16 r16 | % 59
     fis8\staccato[ d8\staccato fis8\staccato] | \barNumberCheck #60
@@ -245,6 +247,7 @@ VIIIArieFagIMusic = \relative h {
     e8([ g8)] r8 | % 79
     r8 r16 c,16([ dis16 fis16)] | \barNumberCheck #80
     e8([ g8)] r8 |
+	\partcombineAutomatic
     R4. | % 82
     r8 r8 c,8\f | % 83
     d4( c8) | % 84
@@ -264,11 +267,11 @@ VIIIArieFagIMusic = \relative h {
     fis4 g8~-\tag #'non-partcombine \pp | % 98
     g4.~ | % 99
     g8( fis4) | \barNumberCheck #100
-    g4-\tag #'non-partcombine \pp r8 | % 101
+    g4 r8 | % 101
     r8 r8 es16([ d16)] | % 102
     d4 r8 | % 103
     r8 r8 es16[( d16]) | % 104
-    d4.(\accent | % 105
+	\once\slurDown \tag #'non-partcombine \once\slurNeutral d4.\accent( | % 105
     d4) r8 \bar "|."
 }
 VIIIArieFagIIMusic = \relative g {
@@ -318,11 +321,11 @@ VIIIArieFagIIMusic = \relative g {
     d4 cis8(\pp | % 98
     d4.)~ | % 99
     d4. | \barNumberCheck #100
-    g,4\pp r8 | % 101
+    g,4 r8 | % 101
     r8 r8 c'8(\accent | % 102
     h4) r8 | % 103
     r8 r8 c8 | % 104
-    fis4.(\accent | % 105
+    \once\slurUp \tag #'non-partcombine \once\slurNeutral fis4.(\accent | % 105
     g4) r8 \bar "|."
 }
 VIIIArieCFagMusic = \relative g {
@@ -371,7 +374,7 @@ VIIIArieCFagMusic = \relative g {
     R4.*7 | %59
     \namedCueDuring #"VIIIArieBQuote" #UP #"Basso" #"CFag." { R4. | \barNumberCheck #60
     r8 r16 } g'16([\p d16 c16)] | % 61
-    h4\cresc r8 |
+    h4 r8 |
     R4.*2 | % 64
     r8 r16 c'16([ g16 f16)] | % 65
     e8\staccato[\p c8\staccato e8\staccato] | % 66
@@ -404,7 +407,7 @@ VIIIArieCFagMusic = \relative g {
     d4 cis8(\pp | % 98
     d8) r8 r8 | % 99
     d8 r8 r8 | \barNumberCheck #100
-    g,4\pp r8 |
+    g,4 r8 |
     R4. | % 102
     g4.~ | % 103
     g4. | % 104
@@ -857,37 +860,37 @@ VIIIArieBSoloLyrics = \lyricmode {
     %10 
     lei -- -- den, lei -- den müs -- sen dei -- ne Brü -- der, eh' sie dro -- -- ben 
     %15
-    an dem Thro -- -- ne, eh __ mit dir __ sie Er -- ben sind, 
+    an dem Thro -- -- ne, eh __ mit dir __ sie __ Er -- ben sind \extendComma
     %20 
-    eh' __  mit dir __ sie Er -- ben sind. 
+    eh' __  mit dir __ sie __ Er -- ben sind. 
     %25
-    Nur ein sanf -- tes Joch, leich -- te Las -- -- ten, o gött -- li -- cher 
+    Nur ein sanf -- tes Joch, leich -- te __ Las -- -- ten, o gött -- li -- cher 
     %30 
-    Mitt -- ler, o gött -- li -- cher Vor -- gän -- ger, sind dei -- nen Treu -- en al -- le 
+    Mitt -- ler, o gött -- li -- cher Vor -- gän -- ger, sind __ dei -- nen Treu -- en al -- le 
     %35
-    Lei -- den die -- ser Welt, nur __ ein sanf -- tes Joch, o __ Mitt -- ler, nur leich -- te 
+    Lei -- den __ die -- ser __ Welt, nur __ ein sanf -- tes Joch, o __ Mitt -- ler, nur leich -- te 
     %40 
     Las -- ten, sind __ dei -- nen Treu -- en al -- le Lei -- den die -- ser Welt. 
     % 50
     Sohn des Va -- -- ters, a -- ber lei -- -- den, lei -- 
     % 55
-    den müs -- sen dei -- ne Brü -- der, eh' sie dro -- ben an dem 
+    den __ müs -- sen dei -- ne Brü -- der, eh' sie dro -- ben an dem 
     % 60
     Thro -- -- ne, eh' sie dro -- -- ben an dem Thro -- ne, 
     % 65
-    eh' __ mit dir __ sie Er -- ben sind, eh' __ mit 
+    eh' __ mit dir __ sie Er -- ben __ sind, eh' __ mit 
     % 70
     dir __ sie __ Er -- ben sind. Nur ein sanf -- tes Joch,
     % 75
-    leich -- te Las -- ten, o gött -- li -- cher Mitt -- ler, o gött -- li -- cher Voll -- 
+    leich -- te __ Las -- ten, o gött -- li -- cher Mitt -- ler, o gött -- li -- cher Voll -- 
     % 80
     en -- der, sind __ dei -- nen Treu -- en die __ Lei -- den die -- ser Welt, 
     % 85 
     nur ein sanf -- tes Joch, o __ Mitt -- ler, leich -- te Las -- ten, sind dei -- nen 
     % 90
-    Treu -- en die __ Lei -- den die -- ser Welt, nur leich -- te
+    Treu -- en die __ Lei -- den die -- ser Welt, nur leich -- te __
     % 95
-    Las -- ten sind dei -- nen Treu -- en die Lei -- den die -- ser 
+    Las -- ten sind dei -- nen __ Treu -- en die Lei -- den die -- ser 
     % 100 
     Welt. __
 }
@@ -1001,7 +1004,7 @@ VIIIArieVcBMusic = \relative g {
     d4 cis8(\pp | % 98
     d8) r8 r8 | % 99
     d8 r8 r8 | \barNumberCheck #100
-    g,4.~\pp | % 101
+    g,4.~ | % 101
     g4. | % 102
     g4.~ | % 103
     g4. | % 104
diff --git a/Schubert_StabatMater_D383_Music_09_Chor.ily b/Schubert_StabatMater_D383_Music_09_Chor.ily
index 06cdae7ae128f6c78845b070ce465bde55fa984d..050d86bb46c151fd63d8c6f72a916452f6c40105 100644
--- a/Schubert_StabatMater_D383_Music_09_Chor.ily
+++ b/Schubert_StabatMater_D383_Music_09_Chor.ily
@@ -1,5 +1,19 @@
 \version "2.13.4"
 
+setCrescWhiteout = \notemode {
+    \once \override DynamicTextSpanner.stencil =
+      #(lambda (grob)
+         (let* ((stencil (ly:text-interface::print grob))
+                (x-ext (ly:stencil-extent stencil X))
+                (y-ext (ly:stencil-extent stencil Y))
+                (y-ext (interval-widen y-ext 0.5)))
+           (ly:stencil-add
+             (stencil-with-color (ly:round-filled-box x-ext y-ext 0.0)
+                                 white)
+             stencil)))
+	  \once \override DynamicTextSpanner.whiteout = ##t 
+  }
+
 IXChorPieceName = "Nr. 9 Chor: O du herrlicher Vollender"
 IXChorPieceNameTacet = "Nr. 9 Chor tacet"
 IXChorTempo = "Maestoso" 
@@ -49,7 +63,7 @@ IXChorFlIMusic = \relative h'' {
     e2 a,2 | % 41
     d2. d4 | % 42
     e1 | % 43
-    fis2. fis4\cresc | % 44
+    fis2. \setCrescWhiteout fis4\cresc | % 44
     g2. g4 | % 45
     a2. a4 | % 46
     h1\!\ff |
@@ -122,7 +136,7 @@ IXChorFlIIMusic = \relative dis'' {
     e2 a,2 | % 41
     h2. h4 | % 42
     c1 | % 43
-    dis2. dis4\cresc | % 44
+    dis2. \setCrescWhiteout dis4\cresc | % 44
     e2. e4 | % 45
     e2. e4 | % 46
     dis1\!\ff |
@@ -195,7 +209,7 @@ IXChorObIMusic = \relative h' {
     e2 a,2 | % 41
     d2. d4 | % 42
     e1 | % 43
-    fis2. fis4\cresc | % 44
+    fis2. \setCrescWhiteout fis4\cresc | % 44
     g2. g4 | % 45
     a2. a4 | % 46
     h1\!\ff |
@@ -270,7 +284,7 @@ IXChorObIIMusic = \relative a' {
     e2 a,2 | % 41
     h2. h4 | % 42
     c1 | % 43
-    dis2. dis4\cresc | % 44
+    dis2. \setCrescWhiteout dis4\cresc | % 44
     e2. e4 | % 45
     e2. e4 | % 46
     dis1\!\ff |
@@ -353,7 +367,7 @@ IXChorFagIMusic = \relative e' {
     R1*6 | % 53
     \cleffedCueDuring #"IXChorSQuote" #DOWN #"Sop./Tr.I" \SClef #"Fag.I" \FagIClef { R1*2 | % 55
     r2 } \partcombineApart h'2~\accent-\tag #'non-partcombine \ffz | % 56
-    h4 a4\staccato gis4\staccato fis4\staccato | % 57
+    h4 a4\staccato gis!4\staccato fis4\staccato | % 57
     e'2.-\tag #'non-partcombine \f dis4 | % 58
     cis2 dis4 e4 | % 59
     dis2. dis4 | \barNumberCheck #60
@@ -361,11 +375,11 @@ IXChorFagIMusic = \relative e' {
     cis2 h4 h4 | % 62
     h2 h2 | % 63
     cis2. his4 | % 64
-    cis4. \partcombineApartOnce a8 gis4 e'4 | % 65
+    cis4. \partcombineApartOnce a8 gis4 \partcombineChordsOnce e'4 | % 65
     cis2 h2 | % 66
     r2 h4 dis4 | % 67
     e4 h4 a4 gis4 | % 68
-    c2 c2 | % 69
+    \partcombineChordsOnce c2 \partcombineChordsOnce c2 | % 69
     r4 \partcombineChords cis2\p d4 | \barNumberCheck #70
     a2. a4\f | % 71
     c2. c4\ff | % 72
@@ -417,10 +431,10 @@ IXChorFagIIMusic = \relative e {
     gis4 h4 a4 g4 | % 35
     f4 a4 g4 f4 | % 36
     e4 g4 f4 a4 | % 37
-    cis4 e4 d4 c4 | % 38
+    cis!4 e4 d4 c4 | % 38
     h4 d4 c4 h4 | % 39
     a4 c4 h4 a4 | \barNumberCheck #40
-    gis4 h4 a4 a4 | % 41
+    gis!4 h4 a4 a4 | % 41
     g4 a4 g4 f4 | % 42
     e4 d4 c4 c'4 | % 43
     h4 c4 h4 a4\cresc | % 44
@@ -430,7 +444,7 @@ IXChorFagIIMusic = \relative e {
     R1*6 | % 53
     \cleffedCueDuring #"IXChorSQuote" #DOWN #"Sop./Tr.I" \SClef #"Fag.II" \FagIIClef { R1*2 | % 55
     r2 } h'2~\ffz\accent  | % 56
-    h4 a4\staccato gis4\staccato fis4\staccato | % 57
+    h4 a4\staccato gis!4\staccato fis4\staccato | % 57
     e2\fz r2 | % 58
     R1*2 | \barNumberCheck #60
     e2.\f dis4 | % 61
@@ -487,7 +501,7 @@ IXChorCorIMusic = \relative c'' {
     c2\parenf r2 | % 26
     R1*14 | % 40
     \namedCueDuring #"IXChorSQuote" #UP #"Sop./Tr.I" #"Cor.I" { R1*3 } | % 43
-    d2.\f g4\cresc | % 44
+    d2.\f \setCrescWhiteout g4\cresc | % 44
     g2. g4 | % 45
     \partcombineApart c,2. c4 | % 46
     \partcombineAutomatic d1\!\ff | % 47
@@ -557,7 +571,7 @@ IXChorCorIIMusic = \relative c' {
     c2\parenf r2 | % 26
     R1*14 | % 40
     \namedCueDuring #"IXChorSQuote" #UP #"Sop./Tr.I" #"Cor.II" { R1*3 } | % 43
-    g'2.\f g4\cresc | % 44
+    g'2.\f \setCrescWhiteout g4\cresc | % 44
     c2. c4 | % 45
     c2. c4 | % 46
     g1\!\ff |
@@ -764,7 +778,7 @@ IXChorTrbIMusic = \relative a' {
     e2 a,2 | % 41
     \partcombineAutomatic d2. d4 | % 42
     e1 | % 43
-    fis2. fis4\cresc | % 44
+    fis2. \setCrescWhiteout fis4\cresc | % 44
     g2. g4 | % 45
     a2. a4 | % 46
     fis1\!\ff | % 47
@@ -772,8 +786,8 @@ IXChorTrbIMusic = \relative a' {
     g2 g2 | % 49
     g4. g8 g4 g4 | \barNumberCheck #50
     a2 a2 | % 51
-    a4. a8 gis4 g4 | % 52
-    fis4 fis4 g2 | % 53
+    a4. a8 g4 \partcombineChords g4 | % 52
+    fis4 \partcombineAutomatic fis4 g2 | % 53
     gis4. gis8 a4 a4 | % 54
     ais2. ais4 | % 55
     h1 |
@@ -849,7 +863,7 @@ IXChorTrbIIMusic =  \relative e' {
     h4 d4 c4 a4 | % 41
     h2. h4 | % 42
     c1 | % 43
-    dis2. dis4\cresc | % 44
+    dis2. \setCrescWhiteout dis4\cresc | % 44
     e2. e4 | % 45
     e2. e4 | % 46
     dis1\!\ff | % 47
@@ -926,10 +940,10 @@ IXChorTrbIIIMusic = \relative e {
     gis4 h4 a4 g4 | % 35
     f4 a4 g4 f4 | % 36
     e4 g4 f4 a4 | % 37
-    cis4 e4 d4 c4 | % 38
+    cis!4 e4 d4 c4 | % 38
     h4 d4 c4 h4 | % 39
     a4 c4 h4 a4 | \barNumberCheck #40
-    gis4 h4 a4 c4 | % 41
+    gis!4 h4 a4 c4 | % 41
     g4 a4 g4 f4 | % 42
     e4 d4 c4 c'4 | % 43
     h4 c4 h4 a4\cresc  | % 44
@@ -945,7 +959,7 @@ IXChorTrbIIIMusic = \relative e {
     d4. d8 cis4 cis4 | % 54
     c2. c4 | % 55
     h2 h'2\ffz~ | % 56
-    h4 a4\staccato gis4\staccato fis4\staccato | % 57
+    h4 a4\staccato gis!4\staccato fis4\staccato | % 57
     e2\fz r2 |
     R1*2 | \barNumberCheck #60
     e2.\f dis4 | % 61
@@ -1014,7 +1028,7 @@ IXChorVIMusic = \relative h' {
     e2 a,2 | % 41
     d2. d4 | % 42
     <g, e'>1 | % 43
-    <h fis'>2. <h fis'>4\cresc | % 44
+    <h fis'!>2. \setCrescWhiteout <h fis'>4\cresc | % 44
     <h g'>2. <h g'>4 | % 45
     <a a'>2. <a a'>4 | % 46
     <h h'>1\!\ff | % 47
@@ -1096,10 +1110,10 @@ IXChorVIIMusic = \relative a' {
     e2 a,2 | % 41
     <h g'>2. <h g'>4 | % 42
     <c e>1 | % 43
-    dis2. dis4\cresc | % 44
+    dis!2. \setCrescWhiteout dis4\cresc | % 44
     e2. e4 | % 45
     <c e>2. <e c'>4 | % 46
-    <dis h'>1\!\ff | % 47
+    <dis! h'>1\!\ff | % 47
     dis4.\p dis8 dis4 dis4 | % 48
     e2 e2 | % 49
     e4. e8 e4 e4 | \barNumberCheck #50
@@ -1263,7 +1277,7 @@ IXChorSMusic = \relative h' {
     e4. e8 a,2 | % 41
     d2. d4 | % 42
     e1 | % 43
-    fis2. fis4\cresc \noBreak | % 44
+    fis!2. fis4\cresc \noBreak | % 44
     g2. g4 | % 45
     a2. e4 | % 46
     fis1\!\ff | % 47
@@ -1489,10 +1503,10 @@ IXChorTMusic = \relative e' {
     h4 d4 c4 a4 | % 41
     h2. h4 | % 42
     c2. c4 | % 43
-    dis2. dis4\cresc \noBreak | % 44
+    dis!2. dis4\cresc \noBreak | % 44
     e2. e4 | % 45
     e2. e4 | % 46
-    dis1\!\ff | % 47
+    dis!1\!\ff | % 47
     h4.\p h8 h4 h4 | % 48
     h2 h2 | % 49
     c4. c8 c4 c4 | \barNumberCheck #50
@@ -1597,10 +1611,10 @@ IXChorBMusic = \relative e {
     gis4 h4 a4 g4 | % 35
     f4 a4 g4 f4 | % 36
     e4 g4 f4 a4 | % 37
-    cis4 e4 d4 c4 | % 38
+    cis!4 e4 d4 c4 | % 38
     h4 d4 c4 h4 | % 39
     a4 c4 h4 a4 | \barNumberCheck #40
-    gis4 h4 a4 c4 | % 41
+    gis!4 h4 a4 c4 | % 41
     g4 a4 g4 f4 | % 42
     e4 d4 c4 c'4 | % 43
     h4 c4 h4 a4\cresc \noBreak | % 44
@@ -1705,13 +1719,13 @@ IXChorVcBMusic = \relative e' {
     g4 g4 fis4 e4 | % 32
     d4 f4 e4 d4 | % 33
     c4 c'4 h4 a4 | % 34
-    gis4 h4 a4 g4 | % 35
+    gis!4 h4 a4 g4 | % 35
     f4 a4 g4 f4 | % 36
     e4 g4 f4 a4 | % 37
-    cis4 e4 d4 c4 | % 38
+    cis!4 e4 d4 c4 | % 38
     h4 d4 c4 h4 | % 39
     a4 c4 h4 a4 | \barNumberCheck #40
-    gis4 h4 a4 c4 | % 41
+    gis!4 h4 a4 c4 | % 41
     g4 a4 g4 f4 | % 42
     e4 d4 c4 c'4 | % 43
     h4 c4 h4 a4\cresc | % 44
@@ -1727,7 +1741,7 @@ IXChorVcBMusic = \relative e' {
     d4. d8 cis4 cis4 | % 54
     c2. c4 | % 55
     h2 h'2\ffz~ | % 56
-    h4 a4\staccato gis4\staccato fis4\staccato | % 57
+    h4 a4\staccato gis!4\staccato fis4\staccato | % 57
     e2\fz r2 |
     R1*2 | \barNumberCheck #60
     e2.\f dis4 | % 61
diff --git a/Schubert_StabatMater_D383_Music_10_Terzett.ily b/Schubert_StabatMater_D383_Music_10_Terzett.ily
index 72d7a25dddc938cd534cf6d730d38eaaa34428eb..4dc6327803ac1ce127788420a32f5d5b95169e29 100644
--- a/Schubert_StabatMater_D383_Music_10_Terzett.ily
+++ b/Schubert_StabatMater_D383_Music_10_Terzett.ily
@@ -40,8 +40,9 @@ XTerzettFlIMusic = \relative e'' {
     as4\accent)( g4) \partcombineAutomatic r4 r8 a8( | % 57
     b4\accent)(\cresc a4) r4 r8 cis8~ | % 58
     cis4\accent( d4)\! r4 r8 cis8~ | % 59
-    cis4( d4) dis2(-\tag #'non-partcombine \< | \barNumberCheck #60
+    cis4( d4) \partcombineApart dis2(-\tag #'non-partcombine \< | \barNumberCheck #60
     e2)( fis2)-\tag #'non-partcombine \! | % 61
+	\partcombineAutomatic
     h,2\p r2 |
     R1*3 |
     R1-\fermataMarkup | % 66
@@ -149,7 +150,7 @@ XTerzettObIMusic = \relative a' {
     r4 d16([ f16)] r8 r4 c16([ e16)] r8 | % 51
     r4 c16([ e16)] r8 r4 c16([ e16)] r8 | % 52
     r4 d16([ f16)] r8 r4 c16([ e16)] r8 | % 53
-    << { d2( } { s4 \tag #'non-partcombine s4\cresc } >> e4 f4) | % 54
+    << { d2( } { s4 \tag #'non-partcombine s4\cresc } >> e4 f4)\! | % 54
     g4-\tag #'non-partcombine \f g4 r4 f4 | % 55
     r4 e4 \partcombineSoloI r4 r8 g,8 \mf( | % 56
     as4\accent)( g4) \partcombineAutomatic r4 r8 a8( | % 57
@@ -161,10 +162,12 @@ XTerzettObIMusic = \relative a' {
     r2 e4.\p( d8) | % 64
     d8([ c8 h8 a8] d8[ c8 h8 a8)] | % 65
     e1\fermata | % 66
+	\partcombineChords
     r4 c'16\p([ e16)] r8 r4 c16([ e16)] r8 | % 67
     r4 d16([ f16)] r8 r4 c16([ e16)] r8 | % 68
     r4 c16([ e16)] r8 r4 c16([ e16)] r8 | % 69
     r4 d16([ f16)] r8 r4 c16([ e16)] r8 | \barNumberCheck #70
+	\partcombineAutomatic
     << {d2(} {s4 \tag #'non-partcombine s4\<} >> e4 f4)-\tag #'non-partcombine \! | % 71
     g4\f g4 r4 f4 | % 72
     r4 e4 r4 f8[(-\tag #'non-partcombine \mf e8]) | % 73
@@ -219,8 +222,8 @@ XTerzettObIIMusic = \relative a' {
     r4 h16([ d16)] r8 r4 a16([ c16)] r8 | % 51
     r4 a16([ c16)] r8 r4 a16([ c16)] r8 | % 52
     r4 h16([ d16)] r8 r4 a16([ c16)] r8 | % 53
-    << {c1} {s4 s4\cresc s4 s4 } >>  | % 54
-    c4\!\f e4 r4 d4 | % 55
+    << {c1} {s4 s4\cresc s4 s4\! } >>  | % 54
+    c4\f e4 r4 d4 | % 55
     r4 c4 r2 | % 56
     R1*7 | % 63
     \namedCueDuring #"XTerzettObIQuote" #DOWN #"Ob.I" #"Ob.II" { R1*2 | % 65
@@ -271,7 +274,7 @@ XTerzettFagIMusic = \relative e' {
     \partcombineChords << {a2(} {s4 s4\<} >> g4 f4)\! | % 71
     e4\f \partcombineAutomatic r4 \partcombineApartOnce g,4 r4 | % 72
     \partcombineApartOnce c,4 r4 r2 R1*3 | % 76
-    r2 r4 \clef "bass" f'4\accent( | % 77
+    r2 r4 f'4\accent( | % 77
     << {e1)(} {s4 s4\p s2} >> | % 78
     << {f1)} { s4 s\cresc s s} >> | % 79
     << { e1\!~\accent } { s4 s4\p s4 s4 } >> | \barNumberCheck #80
@@ -279,7 +282,7 @@ XTerzettFagIMusic = \relative e' {
     e2( f2)( | % 82
     e2)(\dim f2) | % 83
     e1~\! | % 84
-    e1\fermata \XTerzettEnd
+    e1\fermata \clef "bass" \XTerzettEnd
 }
 
 XTerzettFagIIMusic = \relative c' {
@@ -304,7 +307,7 @@ XTerzettFagIIMusic = \relative c' {
     g4\f r4 g4 r4 | % 72
     c,4 r4 r2 | % 73
     R1*3 | % 76
-    r2 r4 \clef "bass" f4\accent( | % 77
+    r2 r4 f4\accent( | % 77
     << {e1)(} {s4 s4\p s2} >> | % 78
     << {f1)} { s4 s4\cresc s4 s4 } >> | % 79
     << { e1\!~\accent } { s4 s4\p s4 s4 } >> | \barNumberCheck #80
@@ -312,7 +315,7 @@ XTerzettFagIIMusic = \relative c' {
     c'2( d2)( | % 82
     c2)(\dim d2) | % 83
     c1~\! | % 84
-    c1\fermata \XTerzettEnd
+    c1\fermata \clef "bass" \XTerzettEnd
 }
 
 XTerzettVIMusic = \relative e'' {
@@ -613,9 +616,9 @@ XTerzettSSoloLyrics = \lyricmode {
     Er -- den -- freu -- den und ihr E -- lend! Möch -- tet ihr dem Wand -- rer nach Sa -- lem
     Staub un -- ter'm Fu -- ße 
     % 10
-    sein, Staub un -- ter'm Fu -- ße sein. Kur -- ze 
+    sein, Staub un -- ter'm Fu -- ße sein. Kur -- ze __
     % 15
-    Freu -- den, leich -- tes E -- lend, möch -- tet ihr dem Wand -- rer nach Sa -- lem 
+    Freu -- den, leich -- tes __ E -- lend, möch -- tet ihr dem Wand -- rer nach Sa -- lem 
     % 20
     Staub un -- ter'm Fu -- ße sein, Staub un -- ter'm Fu -- ße sein. 
     % 25
@@ -624,9 +627,9 @@ XTerzettSSoloLyrics = \lyricmode {
     möch -- tet ihr dem Wand -- rer nach Sa -- lem Staub un -- ter'm Fu -- ße sein,
     Staub un -- ter'm Fu -- ße 
     % 35
-    sein, kur -- ze Freu -- den, leich -- tes E -- lend, möch -- tet 
+    sein, kur -- ze __ Freu -- den, leich -- tes __ E -- lend, möch -- tet 
     % 40
-    ihr dem Wand -- rer nach Sa -- lem Staub un -- ter'm Fu -- ße sein, Staub un -- ter'm 
+    ihr dem Wand -- rer nach Sa -- lem Staub un -- ter'm Fu -- ße __ sein, Staub un -- ter'm 
     % 45
     Fu -- ße sein.
 }
@@ -714,41 +717,41 @@ XTerzettTSoloLyrics = \lyricmode {
     Er -- den -- freu -- den und ihr E -- lend! Möch -- tet ihr dem Wand -- rer nach Sa --
     lem Staub un -- ter'm Fu -- ße 
     % 10
-    sein, Staub un -- ter'm Fu -- ße sein. Kur -- ze Freu -- den, kur -- ze
+    sein, Staub un -- ter'm Fu -- ße sein. Kur -- ze __ Freu -- den, kur -- ze __
     % 15
     Freu -- den, leich -- tes E -- lend, möch -- tet ihr dem Wand --
     rer nach Sa -- lem 
     % 20
-    Staub un -- ter'm Fu -- ße sein, Staub un -- ter'm Fu -- ße sein. 
+    Staub un -- ter'm Fu -- ße __ sein, Staub un -- ter'm Fu -- ße sein. 
     % 25
     Er -- den -- freu -- den und ihr E -- lend, 
     % 30
     möch -- tet ihr dem Wand -- rer nach Sa -- lem Staub un --
     ter'm Fu -- ße sein, Staub un -- ter'm Fu -- ße 
     % 35
-    sein, leich -- tes E -- lend, kur -- ze Freu -- den,
-    leich -- tes E -- lend, möch -- tet 
+    sein, leich -- tes __ E -- lend, kur -- ze __ Freu -- den,
+    leich -- tes __ E -- lend, möch -- tet 
     % 40
     ihr dem Wand -- rer
     nach Sa -- lem Staub un -- ter'm Fu -- ße sein, Staub un --
     ter'm 
     % 45
-    Fu -- ße sein. Möcht' ich, wie auf
+    Fu -- ße sein. Möcht' ich wie auf __
     % 50
-    Ad -- lers -- flü -- geln, hin zu euch, ihr Hö -- hen, ei -- len, ihr Höh'n der Herr -- lich -- 
+    Ad -- lers -- flü -- geln hin zu euch, ihr __ Hö -- hen, ei -- len, ihr Höh'n der Herr -- lich -- 
     % 55
     keit. Mit -- ge
     -- nos -- sen je -- nes Er -- bes, Mit -- emp -- fän -- ger mei --
     ner Kro -- ne, mei -- ne 
     % 60
     Brü -- der, lei -- tet mich, mei --
-    ne Brü -- der, lei -- tet mich! __ 
+    ne Brü -- der, lei -- tet __ mich \extendExclaim
     % 65
     Möcht'
-    ich, wie auf Ad -- lers -- flü -- geln, hin zu
-    euch, ihr Hö -- hen, ei -- len, ihr Höh'n
+    ich, wie auf __ Ad -- lers -- flü -- geln, hin zu
+    euch, ihr __ Hö -- hen, ei -- len, ihr Höh'n
     der Herr -- lich -- keit! Mit -- ge -- nos -- sen je --
-    nes Er -- bes, Mit -- emp -- fän -- ger mei -- ner
+    nes __ Er -- bes, Mit -- emp -- fän -- ger mei -- ner __
     Kro -- ne, mei -- ne Brü -- der, lei -- tet mich,
     mei -- ne Brü -- der lei -- tet mich. }
 
@@ -805,7 +808,7 @@ XTerzettBSoloLyrics = \lyricmode {
     Er -- den -- freu -- den und ihr E -- lend! Möch -- tet ihr dem Wand -- rer nach Sa -- lem
     Staub un -- ter'm Fu -- ße 
     % 10 
-    sein, Staub un -- ter'm Fu -- ße sein. Leich -- tes E -- lend, 
+    sein, Staub un -- ter'm Fu -- ße sein. Leich -- tes __ E -- lend, 
     % 15
     leich -- tes E -- lend, möch -- tet ihr dem Wand -- rer nach Sa -- lem Staub un --
     ter'm Fu -- ße 
@@ -817,7 +820,7 @@ XTerzettBSoloLyrics = \lyricmode {
     möch -- tet ihr dem Wand -- rer nach Sa -- lem Staub un --
     ter'm Fu -- ße sein, Staub un -- ter'm Fu -- ße 
     % 35
-    sein, kur -- ze Freu -- den, kur -- ze Freu -- den, leich -- tes E -- lend, möch -- tet 
+    sein, kur -- ze __ Freu -- den, kur -- ze __ Freu -- den, leich -- tes E -- lend, möch -- tet 
     % 40
     ihr dem Wand -- rer nach Sa -- lem
     Staub un -- ter'm Fu -- ße sein, un -- ter'm Fu -- ße sein,
diff --git a/Schubert_StabatMater_D383_Music_11_Terzett_Ch.ily b/Schubert_StabatMater_D383_Music_11_Terzett_Ch.ily
index 189772b0abfac8b477d74c229850c3f388b3fe3d..6bd8068da46c6c8722e73923c97f0145d60f3a32 100644
--- a/Schubert_StabatMater_D383_Music_11_Terzett_Ch.ily
+++ b/Schubert_StabatMater_D383_Music_11_Terzett_Ch.ily
@@ -65,8 +65,8 @@ XITerzettChFlIMusic = \relative f'' {
     \partcombineChords f2.\pp~ | % 71
     f2.( | % 72
     c2.)(\dim | % 73
-    a2.) | % 74
-    \partcombineApartOnce f2.\fermata\! \XITerzettEnd
+    a2.)\! | % 74
+    \partcombineApartOnce f2.\fermata \XITerzettEnd
 }
 
 XITerzettChFlIIMusic = \relative c'' {
@@ -82,10 +82,12 @@ XITerzettChFlIIMusic = \relative c'' {
     f4( d8[ e8] f4) | % 35
     e4( f4 g4) | % 36
     c,4\<( d8[ e8] f4)\! | % 37
+	\once\tieDown \tag #'non-partcombine \once\tieNeutral 
     f2.~\f\> | % 38
     f2\p( e4) | % 39
     e4( f4) e4 | \barNumberCheck #40
     f8\<([ c8 d8 e8] f4)\! | % 41
+	\once\tieDown \tag #'non-partcombine \once\tieNeutral 
     << {f2.~} {s4.\f\> s8 s8\! s8} >> | % 42
     f2.(\p | % 43
     e2.) | % 44
@@ -93,6 +95,7 @@ XITerzettChFlIIMusic = \relative c'' {
     r4 f2~\fp | % 46
     f2.~ | % 47
     f2.~ | % 48
+	\once\slurDown \tag #'non-partcombine \once\slurNeutral 
     f2.(\pp | % 49
     e2.) | \barNumberCheck #50
     f2(\f g4) | % 51
@@ -112,11 +115,12 @@ XITerzettChFlIIMusic = \relative c'' {
     \tag #'cues \override Score.SpacingSpanner #'spacing-increment = #2.8
     << {a2.(} { s4\fp\> s s\!} >> | % 69
     g2.\p) | \barNumberCheck #70
-    a2.\pp~ | % 71
+	
+    a2.\pp~ \once\tieDown \tag #'non-partcombine \once\tieNeutral | % 71
     a2.~ | % 72
     a2.(\dim | % 73
-    f2.) | % 74
-    f2.\fermata\! \XITerzettEnd
+    f2.)\! | % 74
+    f2.\fermata \XITerzettEnd
 }
 
 XITerzettChObIMusic = \relative a' {
@@ -124,20 +128,20 @@ XITerzettChObIMusic = \relative a' {
     a2.\fp\fermata |
     R2.*8 | % 10
     \namedCueDuring #"XITerzettChSSQuote" #DOWN #"Sop.Solo" #"Ob.I" { \partcombineSoloI R2.*3 } | % 13
-    r4 \partcombineAutomatic f'4\p\<( fis4\!) | % 14
+    r4 \partcombineAutomatic \once\set Staff.soloText = #"" f'4\p\<(^"Solo" fis4) | % 14
     g4.\>( f8[\! es8 d8)] | % 15
     d4( es8[ f8] es4) | % 16
-    r4 es4(\< e4)\! | % 17
+    r4 es4(\< e4) | % 17
     f4.\>( es8[\! d8 c8)] | % 18
     c4( d8[ es8] d4) | % 19
-    d4(\< e4 f4)\! | \barNumberCheck #20
+    d4(\<^"due" e4 f4)\! | \barNumberCheck #20
     g4.\>( f8[\! e8 d8)] | % 21
     c2( e8[ d8)] | % 22
     c4 r4 r4 | % 23
     \partcombineSoloI r4 d2~ | % 24
     d4( g4) r4 | % 25
-    r4 \once \set Staff.aDueText = ##f \partcombineUnisono << {c,2~} {s8\< s8 s s\!} >> | % 26
-    c8([\> e8)] \partcombineChords f8([\! e8 d8 c8)] | % 27
+    r4 << {c,2~} {s8\< s8 s s\!} >> | % 26
+    c8([\> e8)] f8([\! e8 d8 c8)] | % 27
     \partcombineAutomatic c2( e8[ d8)] | % 28
     c8([ d8 c8 b8 a8 g8)] | % 29
     a2.(-\tag #'non-partcombine \pp | \barNumberCheck #30
@@ -149,10 +153,12 @@ XITerzettChObIMusic = \relative a' {
     g4( a4 b4) | % 36
     c4(-\tag #'non-partcombine \< b4 a4)-\tag #'non-partcombine \! | % 37
 %     \once\override Hairpin #'minimum-length = #3 
+	\once\slurUp \tag #'non-partcombine \once\slurNeutral 
     \partcombineChords g2.(\f\> | % 38
     a2\p)( g4) | % 39
     \partcombineAutomatic g4( a4) g4 | \barNumberCheck #40
     c4(-\tag #'non-partcombine \< b4 a4)-\tag #'non-partcombine \! | % 41
+	\once\slurUp \tag #'non-partcombine \once\slurNeutral 
     \partcombineChords << {g2.(} {\once\override Hairpin #'minimum-length = #3 	s4.\f\> s8 s8\! s8} >> | % 42
     a2.\p)( | % 43
     g2.) | % 44
@@ -160,6 +166,7 @@ XITerzettChObIMusic = \relative a' {
     r4 \partcombineChords g2\fp~ | % 46
     g2.~ | % 47
     g2.~ | % 48
+	\once\tieUp \tag #'non-partcombine \once\tieNeutral 
     g2.\pp~ | % 49
     g2. | \barNumberCheck #50
     \partcombineAutomatic f'2\f( e4) | % 51
@@ -241,6 +248,7 @@ XITerzettChObIIMusic = \relative f' {
     << {a2.(} { s4\fp\> s s\!} >> | % 69
     b2.\p) | \barNumberCheck #70
     a2.\pp~ | % 71
+	\once\tieDown \tag #'non-partcombine \once\tieNeutral 
     a2.~ | % 72
     a2.~\dim | % 73
     a2.~ | % 74
@@ -319,6 +327,7 @@ XITerzettChFagIIMusic = \relative f {
     f2 b4 | \barNumberCheck #40
     a4\<( g4 f4\!) | % 41
     << {b,2.(} {s4.\f\> s8 s8\! s8} >> | % 42
+	\once\tieDown \tag #'non-partcombine \once\tieNeutral 
     c2.\p)~ | % 43
     c2. | % 44
     f4 f2\fp | % 45
@@ -409,18 +418,21 @@ XITerzettChCorIIMusic = \relative e' {
     e2.\fp\fermata |
     R2.*25 | % 27
     \namedCueDuring #"XITerzettChObIQuote" #UP #"Ob.I/V.I" #"Cor.II" { R2.*2 } | % 29
-    c'2.~\pp | \barNumberCheck #30
+	\once\tieDown \tag #'non-partcombine \once\tieNeutral c'2.~\pp | \barNumberCheck #30
     c2. | % 31
     g4( c2)( | % 32
     d4)( c4) r4 | % 33
+	\once\tieDown \tag #'non-partcombine \once\tieNeutral 
     c2.~ | % 34
     c2. | % 35
     g4( c4 d4) | % 36
     g,2(\< c4)\! | % 37
+	\once\tieDown \tag #'non-partcombine \once\tieNeutral 
     c2.~\f\> | % 38
     c2\p( g4) | % 39
     g4( c4) g4 | \barNumberCheck #40
     g2(\< c4)\! | % 41
+	\once\tieDown \tag #'non-partcombine \once\tieNeutral 
     << {c2.~} {s4.\f\> s8 s8\! s8} >> | % 42
     c2.\p( | % 43
     g2.) | % 44
@@ -890,21 +902,21 @@ XITerzettChSSoloMusic = \relative f'' {
     c2.\fermata \XITerzettEnd
 }
 XITerzettChSSoloLyrics = \lyricmode { 
-    Dass der -- einst wir, wenn im 
+    Dass der -- einst wir, wenn __ im 
     % 5
-    To -- de wir ent -- schla -- fen, dann zu -- sam -- men
+    To -- de wir ent -- schla -- fen, dann __ zu -- sam -- men
     % 10
     dro -- ben un -- sre Brü -- der sehn, dass wir, wenn wir ent -- 
     % 15
-    schla -- fen, un -- ge -- tren -- net im Ge -- rich -- te dro -- ben 
+    schla -- fen, un -- ge -- tren -- net im Ge -- rich -- te, dro -- ben 
     % 20
     un -- sre Brü -- der sehn, un -- ge -- tren -- net im Ge -- 
     % 25 
-    rich -- te, dro -- ben un -- sre Brü -- der sehn, dass der -- 
+    rich -- te \extendComma dro -- ben __ un -- sre Brü -- der sehn, dass der -- 
     % 30
-    einst wir, wenn im To -- de, wenn wir ent -- schla -- fen, 
+    einst wir, wenn __ im __ To -- de, wenn __ wir ent -- schla -- fen, 
     % 35
-    dann zu -- sam -- men dro -- ben un -- sre Brü -- der sehn, dann zu -- 
+    dann __ zu -- sam -- men dro -- ben un -- sre Brü -- der sehn, dann zu -- 
     % 40
     sam -- men dro -- ben un -- sre Brü -- der sehn, 
     % 45
@@ -914,11 +926,11 @@ XITerzettChSSoloLyrics = \lyricmode {
     % 55
     Brü -- der se -- hen, dass der -- einst __ wir, 
     % 60
-    wenn im To -- de wir ent -- schla -- fen, dann zu -- 
+    wenn im __ To -- de wir ent -- schla -- fen, dann zu -- 
     % 65
     sam -- men dro -- ben, dro -- ben un -- sre Brü -- der, un -- sre Brü -- der 
     % 70
-    sehn, dann dro -- ben un -- sre Brü -- der sehn. __ 
+    sehn, dann dro -- ben un -- sre Brü -- der sehn \extendPeriod 
 }
 \addQuote "XITerzettChSSQuote" \XITerzettChSSoloMusic
 
@@ -998,7 +1010,7 @@ XITerzettChTSoloMusic = \relative f' {
 XITerzettChTSoloLyrics = \lyricmode { 
     Dass der -- einst __ wir, wenn im 
     % 5
-    To -- de wir ent -- schla -- fen, dann zu -- sam -- men
+    To -- de wir ent -- schla -- fen, dann __ zu -- sam -- men
     % 10
     dro -- ben un -- sre Brü -- der sehn, dass wir, wenn wir ent -- 
     % 15
@@ -1008,7 +1020,7 @@ XITerzettChTSoloLyrics = \lyricmode {
     % 25
     rich -- te, dro -- ben un -- sre Brü -- der sehn, dass der -- 
     % 30
-    einst __ wir, wenn im To -- de wir ent -- schla -- fen, 
+    einst __ wir, wenn __ im To -- de wir ent -- schla -- fen, 
     % 35
     dann zu -- sam -- men dro -- ben un -- sre Brü -- der sehn, dann zu -- 
     % 40
@@ -1024,7 +1036,7 @@ XITerzettChTSoloLyrics = \lyricmode {
     % 65
     sam -- men dro -- ben dro -- ben un -- sre Brü -- der, un -- sre Brü -- der 
     % 70
-    sehn, dann dro -- ben un -- sre Brü -- der sehn. __
+    sehn, dann dro -- ben un -- sre Brü -- der sehn \extendPeriod
 }
 
 XITerzettChBSoloMusic = \relative a, {
@@ -1102,13 +1114,13 @@ XITerzettChBSoloMusic = \relative a, {
     f2.\fermata \XITerzettEnd
 }
 XITerzettChBSoloLyrics =  \lyricmode { 
-    Dass der -- einst __ wir, wenn im 
+    Dass der -- einst __ wir, wenn __ im 
     % 5
     To -- de wir ent -- schla -- fen, dann zu -- sam -- men 
     % 10
     dro -- ben un -- sre Brü -- der sehn, dass wir, wenn wir ent --
     % 15
-    schla -- fen, un -- ge -- tren -- net im Ge -- rich -- te dro -- ben 
+    schla -- fen, un -- ge -- tren -- net im Ge -- rich -- te, dro -- ben 
     % 20
     un -- sre Brü -- der sehn, un -- ge -- tren -- net im Ge -- 
     % 25
@@ -1130,7 +1142,7 @@ XITerzettChBSoloLyrics =  \lyricmode {
     % 65
     sam -- men dro -- ben dro -- ben un -- sre Brü -- der 
     % 70
-    sehn, dann dro -- ben un -- sre Brü -- der sehn. __ }
+    sehn, dann dro -- ben un -- sre Brü -- der sehn \extendPeriod }
 
 XITerzettChSMusic = \relative a' {
     R2.-\fermataMarkup | %2
@@ -1191,7 +1203,7 @@ XITerzettChSLyrics = \lyricmode { Dass
     % 40
     sam -- men dro -- ben un -- sre Brü -- der sehn, dass der -- 
     % 45
-    einst wir, __ wenn im To -- de wir ent -- schla -- fen, 
+    einst wir \extendComma wenn im To -- de wir ent -- schla -- fen, 
     % 50
     dann zu -- sam -- men __ dro -- ben un -- sre Brü -- 
     % 55
@@ -1201,7 +1213,7 @@ XITerzettChSLyrics = \lyricmode { Dass
     % 65
     dann zu -- sam -- men dro -- ben un -- sre Brü -- der 
     % 70
-    sehn. __
+    sehn \extendPeriod
 }
 
 XITerzettChAMusic = \relative f' {
@@ -1263,7 +1275,7 @@ XITerzettChALyrics = \lyricmode { Dass
     % 40
     sam -- men dro -- ben un -- sre Brü -- der sehn, dass der -- 
     % 45
-    einst wir, __ wenn im To -- de wir ent -- schla -- fen, 
+    einst wir \extendComma wenn im To -- de wir ent -- schla -- fen, 
     % 50
     dann zu -- sam -- men __ dro -- ben un -- sre Brü -- 
     % 55
@@ -1273,7 +1285,7 @@ XITerzettChALyrics = \lyricmode { Dass
     % 65
     dann zu -- sam -- men dro -- ben un -- sre Brü -- der 
     % 70
-    sehn. __
+    sehn \extendPeriod
 }
 
 XITerzettChTMusic = \relative f {
@@ -1335,7 +1347,7 @@ XITerzettChTLyrics = \lyricmode { Dass
     % 40
     sam -- men dro -- ben un -- sre Brü -- der sehn, dass der -- 
     % 45
-    einst wir, __ wenn im To -- de wir ent -- schla -- fen, 
+    einst wir \extendComma wenn im To -- de wir ent -- schla -- fen, 
     % 50
     dann zu -- sam -- men __ dro -- ben un -- sre Brü -- 
     % 55
@@ -1345,7 +1357,7 @@ XITerzettChTLyrics = \lyricmode { Dass
     % 65
     dann zu -- sam -- men dro -- ben un -- sre Brü -- der 
     % 70
-    sehn. __
+    sehn \extendPeriod
 }
 
 XITerzettChBMusic = \relative f {
@@ -1407,7 +1419,7 @@ XITerzettChBLyrics = \lyricmode { Dass
     % 40 
     sam -- men dro -- ben un -- sre Brü -- der sehn, dass der -- 
     % 45
-    einst wir, __ wenn im To -- de wir ent -- schla -- fen, 
+    einst wir \extendComma wenn im To -- de wir ent -- schla -- fen, 
     % 50
     dann zu -- sam -- men __ dro -- ben un -- sre Brü --
     % 55
@@ -1417,7 +1429,7 @@ XITerzettChBLyrics = \lyricmode { Dass
     % 65
     dann zu -- sam -- men dro -- ben un -- sre Brü -- der 
     % 70
-    sehn. __
+    sehn \extendPeriod
 }
 
 XITerzettChVcBMusic = \relative f {
@@ -1476,7 +1488,7 @@ XITerzettChVcBMusic = \relative f {
     c2\fp c,4 | % 55
     cis2\p cis4 | % 56
     d2.\pp | % 57
-    \times 4/6 { es8\accent\f[ es es es es es] } \times 2/3 { es8[ es es] }| % 58
+    \times 4/6 { es2.:8\accent\f } \times 2/3 { es4.:8 }| % 58
     \times 2/3 { es8([\p d8) d8 \staccato] } \times 2/3  { d4.:8 } \times 2/3 { d4.:8 } | % 59
     \times 4/6 { es2.:8\accent\f } \times 2/3 { es4.:8 } | \barNumberCheck #60
     \times 4/6 { d2.:8\p } \times 2/3 { d4.:8 } | % 61
diff --git a/Schubert_StabatMater_D383_Music_12_Chor.ily b/Schubert_StabatMater_D383_Music_12_Chor.ily
index 444660441ef569aaf332ef57685636525ee3d1f1..c315b7a9f1ec615f53b9fe1d6af7473c919c0559 100644
--- a/Schubert_StabatMater_D383_Music_12_Chor.ily
+++ b/Schubert_StabatMater_D383_Music_12_Chor.ily
@@ -305,7 +305,7 @@ XIIChorTrbIIMusic = \relative c' {
     r8 b8[ c8 d8] e8[ f8 g8 gis8] | % 84
     a4 f4 cis4 d4 | % 85
     gis,1 | % 86
-    a4 b4 c4 d4 | % 87
+    a4 b!4 c4 d4 | % 87
     e,1 | % 88
     f4 g4 a4 b4 | % 89
     cis,1 | \barNumberCheck #90
@@ -763,7 +763,7 @@ XIIChorVaMusic = \relative c' {
     r8 b8[ c8 d8] e8[ f8 g8 gis8] | % 84
     a4 f4 cis4 d4 | % 85
     gis,1 | % 86
-    a4 b4 c4 d4 | % 87
+    a4 b!4 c4 d4 | % 87
     e,1 | % 88
     f4 g4 a4 b4 | % 89
     cis,1 | \barNumberCheck #90
@@ -902,7 +902,7 @@ XIIChorSMusic = \relative c'' {
     h,1 | % 121
     f''2. f4 | % 122
     f2 f2 | % 123
-    f2( e2) | % 124
+    f2 e2 | % 124
     f2 r2 | % 125
     g1 | % 126
     a2 r2 \bar "|."
@@ -1125,7 +1125,7 @@ XIIChorTMusic = \relative c' {
     r8 b8[\melisma c8 d8] e8[ f8 g8 gis8] | % 84
     a4 f4 cis4 d4\melismaEnd | % 85
     gis,1 | % 86
-    a4\melisma b4 c4 d4\melismaEnd | % 87
+    a4\melisma b!4 c4 d4\melismaEnd | % 87
     e,1 | % 88
     f4\melisma g4 a4 b4\melismaEnd | % 89
     cis,1 | \barNumberCheck #90
@@ -1159,12 +1159,12 @@ XIIChorTMusic = \relative c' {
     h1 | % 121
     d2. d4 | % 122
     c2 f2 | % 123
-    d2( c2) | % 124
+    d2 c2 | % 124
     c2 r2 | % 125
     e1 | % 126
     f2 r2 \bar "|."
 }
-XIIChorTLyrics = \lyricmode { A -- men, a -- men, a -- men, a -- men, % 40 amen done
+XIIChorTLyrics = \lyricmode { A -- men, a -- men, a -- men, a -- men, % 4 amen done
     a -- men, a -- men, a -- men, a -- men, a -- men, a -- men, % 10 amen done
     a -- men, a -- men, a -- men, a -- men, a -- men, a -- men, % 16 amen done
     a -- men, a -- men, a -- men, a -- men, a -- men, a -- men, % 22 amen done
@@ -1261,7 +1261,7 @@ XIIChorBMusic = \relative f {
     g4.\melisma f8 e8[ d8 c8 b8] | % 84
     a4 b4 a4 d4\melismaEnd | % 85
     e1 | % 86
-    f4\melisma g4 a4 b4\melismaEnd | % 87
+    f4\melisma g!4 a4 b4\melismaEnd | % 87
     c,1 | % 88
     d4\melisma e4 f4 g4\melismaEnd | % 89
     a,1 | \barNumberCheck #90
@@ -1298,7 +1298,7 @@ XIIChorBMusic = \relative f {
     h,1 | % 121
     h'2. h4 | % 122
     c2 d2 | % 123
-    b2( c2) | % 124
+    b2 c2 | % 124
     f,2 r2 | % 125
     c'1 | % 126
     f,2 r2 \bar "|."
diff --git a/Schubert_StabatMater_D383_Settings_Global.ily b/Schubert_StabatMater_D383_Settings_Global.ily
index e1614091e0d1206a77966e69fc9c49677d9028de..eb4e5861182cd7add59b9f4d641f9bd84b980e79 100644
--- a/Schubert_StabatMater_D383_Settings_Global.ily
+++ b/Schubert_StabatMater_D383_Settings_Global.ily
@@ -235,7 +235,8 @@ shapeSlur =
      extender))
 
 %Define custom extenders, first with extra padding
-extendComma = #(extend "," 0.2)
-extendExclaim = #(extend "!")
+extendComma = #(extend "," 0.3)
+extendExclaim = #(extend "!" 0.3)
+extendPeriod = #(extend "." 0.3)
 
 
diff --git a/TeX_Schubert_StabatMater_D383_Include_About.itex b/TeX_Schubert_StabatMater_D383_Include_About.itex
index e163082927bfdf9c940b9fc21855a3a49f391234..aae5b220f079e83cc59d9e18393c0ada9bdc3632 100644
--- a/TeX_Schubert_StabatMater_D383_Include_About.itex
+++ b/TeX_Schubert_StabatMater_D383_Include_About.itex
@@ -1,9 +1,9 @@
 \addcontentsline{toc}{section}{Vorwort / Preface}
-\chapter*{Vorwort / Preface}
+\section*{Vorwort / Preface}
 
 \begin{multicols}{2}
 TODO
 \columnbreak
 TODO
 \end{multicols}
-\vfill
+% \vfill
diff --git a/TeX_Schubert_StabatMater_D383_Include_ContentsMaterial.itex b/TeX_Schubert_StabatMater_D383_Include_ContentsMaterial.itex
index 23bdaba0d004794669fe110a5027667122ca2426..be7850dbbb099f5d1a3edee8f04f87e9ab764b04 100644
--- a/TeX_Schubert_StabatMater_D383_Include_ContentsMaterial.itex
+++ b/TeX_Schubert_StabatMater_D383_Include_ContentsMaterial.itex
@@ -50,12 +50,12 @@ Zu diesem Werk (\scoreNumber{...}) liegt folgendes Aufführungsmaterial vor:
 }
 \end{center}
 
-\vfill
-\section*{Hauptquellen der Ausgabe / Main sources of this Edition}
-\begin{hauptquellen}
-\item TODO: Stabat Mater, Autograph. TODO.
-\item TODO: Stabat Mater, Originalausgabe (Partitur), Verlag, Ort, Jahr.
-\end{hauptquellen}
+% \vfill
+% \section*{Hauptquellen der Ausgabe / Main sources of this Edition}
+% \begin{hauptquellen}
+% \item TODO: Stabat Mater, Autograph. TODO.
+% \item TODO: Stabat Mater, Originalausgabe (Partitur), Verlag, Ort, Jahr.
+% \end{hauptquellen}
 
 \vfill
 
diff --git a/TeX_Schubert_StabatMater_D383_Include_KritBericht.itex b/TeX_Schubert_StabatMater_D383_Include_KritBericht.itex
index e47099dd98b372d3aaacbb2ebc220edc978b86e0..706a2004e50105c3026115bd0b76023ee96164cf 100644
--- a/TeX_Schubert_StabatMater_D383_Include_KritBericht.itex
+++ b/TeX_Schubert_StabatMater_D383_Include_KritBericht.itex
@@ -22,27 +22,27 @@ Franz Schubert.
 \bibitem[KA]{KA}
 Franz Schubert.
 \newblock {\em {Stabat Mater}}.
-\newblock Breitkopf, {EDITION: für den praktischen Gebrauch eingerichtet von
-  Georg Göhler} edition, 1910.
-\newblock NOTE: für den praktischen Gebrauch eingerichtet von Georg Göhler.
+\newblock Für den praktischen Gebrauch eingerichtet von Georg Göhler.
+\newblock Breitkopf \& Härtel, Leizig, 1910.
 
 \bibitem[NSA]{NSA}
 Franz Schubert.
 \newblock {\em {Stabat mater (\q{Jesus Christus schwebt am Kreuze})}}.
-\newblock Number~7 in Neue Schubert-Ausgabe. Bärenreiter, BA 5547, vorgelegt
-  von manuela jahrmärker edition, 1996.
+\newblock {Nummer~7 der Neuen Schubert-Ausgabe, vorgelegt
+  von Manuela Jahrmärker.}
+\newblock Bärenreiter, BA 5547, 1996.
 
 \bibitem[EK]{EK}
 Franz Schubert.
 \newblock {\em Stabat Mater}.
-\newblock Number EK-014. Edition Kainhofer, {Vorgelegt von Reinhold Kainhofer}
-  edition, 2008.
+\newblock {Vorgelegt von Reinhold Kainhofer.}
+\newblock Edition Kainhofer, EK-002, 2015.
 
 
 \end{thebibliography}
 
-TODO: DISKUSSION DER QUELLEN
-
+Als unmittelbare Vorlage von \cite{EK} dient \cite{Aut} sowie \cite{ASA}, allerdings wurde die Partitur auch mit \cite{NSA} verglichen und eventuelle Differenzen unten diskutiert. Die Handschrift \cite{Aut} wurde dabei (au\ss{}er bei offensichtlichen Fehlern, die in \cite{ASA} und \cite{NSA} übereinstimmend korrigiert wurden) als autoritativ erachtet, \cite{NSA} bei Differenzen nur als Interpretationsvorschlag. Diese Differenzen werden im Folgen explizit aufgelistet.
+Der Klavierauszug \cite{KA} ist eine Bearbeitung für den praktischen Gebrauch und als solcher nicht als Quelle relevant.
 
 
 \subsection*{Lesarten, Korrekturen und Literaturvergleich}
@@ -51,11 +51,9 @@ TODO: DISKUSSION DER QUELLEN
 
 
 \begin{enumerate}
-\item
-Als unmittelbare Vorlage von \cite{EK} dient \cite{Aut} sowie \cite{ASA}, allerdings wurde die Partitur auch mit \cite{NSA} verglichen und eventuelle Differenzen in \cite{EK} eingebaut. Die Handschrift \cite{Aut} wurde dabei (au\ss{}er bei offensichtlichen Fehlern, die in \cite{ASA} und \cite{NSA} übereinstimmend korrigiert wurden) als autoritativ erachtet, \cite{NSA} bei Differenzen nur als Interpretationsvorschlag. Diese Differenzen werden im Folgen explizit aufgelistet.
 
 \item 
-Schuberts Notation von Akzenten und Crescendo Winkel lässt sich nur schwer unterscheiden (wie \cite{NSA} feststellt, haben beide für Schubert eine ähnliche Bedeutung, nämlich Akzent mit folgendem langsamen Abfall der Lautstärke, und daher praktisch wenig Unterschied). \cite{NSA} schreibt diese Akzente tatsächlich als Akzente, während \cite{ASA} eher zu Decrescendi neigt (und diese oft in alle Stimmen übernimmt). \cite{EK} wurde -- wie auch in \cite{NSA} -- möglichst nahe an der Handschrift gehalten, daher werden klare Akzente in \cite{Aut} auch als Akzente nur in den von Schubert bestimmten Stimmen gesetzt (mit der impliziten Bedeutung eines nachfolgenden gemächlichen Decrescendo anstelle eines kurzen Akzentes).
+Schuberts Notation von Akzenten und Crescendo Winkel lässt sich nur schwer unterscheiden (wie \cite{NSA} feststellt, haben beide für Schubert eine ähnliche Bedeutung, nämlich Akzent mit folgendem langsamen Abfall der Lautstärke, und daher praktisch wenig Unterschied). \cite{NSA} schreibt diese Akzente tatsächlich als Akzente, während \cite{ASA} eher zu Decrescendi neigt (und diese oft in alle Stimmen übernimmt). \cite{EK} wurde -- wie auch \cite{NSA} -- möglichst nahe an der Handschrift gehalten, daher werden klare Akzente in \cite{Aut} auch als Akzente nur in den von Schubert bestimmten Stimmen gesetzt (mit der impliziten Bedeutung eines nachfolgenden gemächlichen Decrescendo anstelle eines kurzen Akzentes).
 
 \item
 In \cite{ASA} und \cite{NSA} sind die Balken bei Achtelnoten teilweise inkonsistent mit der Phrasierung der Vokalstimmen. In \cite{EK} wurden Balken an jenen Stellen unterbrochen, wo in den Vokalstimmen eine Klare Grenze zwischen zwei Phrasen zu bemerken ist.
@@ -70,7 +68,7 @@ Rahmendynamikbezeichnungen während Pausen in einzelnen Stimmen werden in dieser
 Artikulationszeichen (z.B. Staccati) notiert Schubert oft nur im ersten Takt mit der Intention, dass auch die folgenden Takte analog zu spielen sind. \cite{NSA} notiert sie wie \cite{Aut} meist nur 2 Takte lang, in \cite{EK} versuchen wir die Artikulationen in allen Takten zu notieren. Wir weisen explizit darauf hin, wo dies nicht der Fall ist, sowie wo sich die Notation in \cite{Aut} von der Notation in \cite{EK} unterscheidet.
 
 \item
-In \cite{NSA} und \cite{ASA} finden sich Warnakzidentien (Auflösungszeichen nach Versetzungszeichen oder Versetzungszeichen nach Auflösung), die sich auf Versetzungs- oder Auflösungszeichen beziehen, die teilweise mehr als 5 Takte entfernt sind. In \cite{EK} wurden konsistent Warnakzidentien nur im folgenden Takt (in Klammern) gesetzt, weiter zurückliegende Akzidentien erfahren keinerlei expliziten Hinweis mehr.
+In \cite{NSA} und \cite{ASA} finden sich Warnakzidentien (Auflösungszeichen nach Versetzungszeichen oder Versetzungszeichen nach Auflösung), die sich auf Versetzungs- oder Auflösungszeichen beziehen, die teilweise mehr als 5 Takte entfernt sind. In \cite{EK} wurden konsistent Warnakzidentien nur im folgenden Takt (in Klammern) gesetzt, weiter zurückliegende Akzidentien erfahren keinerlei expliziten Hinweis mehr. Lediglich in \q{Nr. 9 Chor: O du herrlicher Vollender} werden nicht unbedingt nötige Akzidentien an Stellen gesetzt, an denen Auflösungszeichen einer vorhergehenden Note eine andere Tonart andeutet (z.B. wird ein Kreuz explizit gesetzt für ein gis nach einem c oder für ein cis nach einem f).
 
 \item
 Artikulationszeichen (Akzente, etc.) sind teilweise in \cite{Aut} nur für eine Stimme notiert, in \cite{EK} wurden diese bei analoger Stimmführung übernommen.
@@ -299,7 +297,7 @@ Schubert notiert in \cite{Aut} in Va und Vc/B die Takte mit vier gleichen Achtel
 
 14:	\cite{ASA} notiert ein Decrescendo, welches sich in \cite{Aut} nicht findet
 
-19 und 21 T:	\cite{Aut} notiert in 19 einen Bogen auf die punktierte Viertel und die beiden 16tel Noten, in Takt 21 jedoch nicht. Möglicherweise ist dies die Absicht Schuberts angesichts des folgenden Endes des Stückes. Aufgrund des Bogens in Ob1 ist diese Interpretation jedoch wohl eher zurückzuweisen. Daher ergänzen wir den Bogen in \cite{EK}. \cite{ASA} hingegen unterlässt beide Bögen
+19 und 21 T:	\cite{Aut} notiert in 19 einen Bogen auf die punktierte Viertel und die beiden 16tel Noten, in Takt 21 jedoch nicht.
 
 24:	\cite{Aut} notiert zwar nicht explizit \q{seque Coro.}, setzt jedoch nur einen doppelten Taktstrich und notiert die folgende Tonart C-Dur nach dem Taktstrich als Tonartwechsel. \cite{ASA} und \cite{KA} ignoriert dies, \cite{NSA} versteht dies -- wie auch \cite{EK} -- als \q{seque} Anweisung.
 \end{vergleich}
@@ -419,10 +417,12 @@ Die Staccato- sowie die Bogen-Setzung ist in diesem Stück vielfach sehr inkonsi
 
 90/91:	\cite{Aut} notiert den Bogen von Takt 90 auf 91 inkonsistent: Ob erhält diesen Bindebogen, Fag nicht. In \cite{EK} ergänzen wir ihn auch in Fag
 
-90 und 97:	\cite{Aut} setzt das \pp der Rahmendynamik nur ab den Streichern (in Takt 97 auch in Vc/B), \cite{ASA} übernimmt es jedoch auch in die Bläserstimmen. In \cite{EK} folgen wir der ursprünglichen Rahmendynamik, auch wenn das \pp in Takt 90 eigentlich unnötig ist.
+90 und 97:	\cite{Aut} setzt das \pp der Rahmendynamik nur in den Bläserstimmen  (in Takt 97 auch in Vc/B), \cite{ASA} übernimmt es jedoch auch in die Streicher. In \cite{EK} folgen wir der ursprünglichen Rahmendynamik, auch wenn das \pp in Takt 90 eigentlich unnötig ist.
 
 94 und 96 Cfag:	\cite{Aut} notiert Staccato-Striche, welche \cite{ASA} jedoch nur als Staccato-Punkte übernimmt. In \cite{EK} halten wir uns an \cite{Aut}
 
+100: \cite{Aut} setzt in der Rahmendynamik ein \pp, welches \cite{ASA} und \cite{NSA} in alle Stimmen übernehmen, auch wenn es damit für die Bläser und VcB. unnötig wiederholt wird. Die vorliegende Ausgabe unterlässt die Wiederholung.
+
 100 und 102 Va:	\cite{ASA} notiert wie in V1/2 einen Bogen, nicht jedoch \cite{Aut}. Daher setzen wir ihn in \cite{EK} auch nicht
 
 101 Fag2:	\cite{Aut} setzt \acc nur in Fag2, \cite{ASA} übernimmt dies in alle Bläserstimmen, dem wir in \cite{EK} nicht folgen wollen
@@ -489,7 +489,7 @@ Die Staccato- sowie die Bogen-Setzung ist in diesem Stück vielfach sehr inkonsi
 
 29 V1: \cite{ASA} setzt den Crescendo-Winkel nur über die ersten beiden Viertel, \cite{Aut} jedoch bis zur dritten, was wir auch tun wollen
 
-29 T:	\cite{Aut} notiert hier in fis', welches \cite{NSA} im Vergleich mit Takt 6 als Versehen Schuberts klassifiziert und in d' ändert. Dem wollen wir uns nicht anschlie\ss{}en, sondern Schuberts Satz \cite{Aut} übernehmen (wie auch \cite{ASA}).
+29 T:	\cite{Aut} notiert hier in fis', welches \cite{NSA} im Vergleich mit Takt 6 als Versehen Schuberts klassifiziert und in d' ändert. Dem wollen wir uns nicht anschlie\ss{}en, sondern Schuberts Satz \cite{Aut} übernehmen (wie auch \cite{ASA}). Die Inkonsistenz mit Takt 6 wird dafür in Kauf genommen.
 
 37 V1/2:	\cite{ASA} unterlässt den Staccato-Punkt auf der dritten Achtelnote
 
@@ -501,6 +501,8 @@ Die Staccato- sowie die Bogen-Setzung ist in diesem Stück vielfach sehr inkonsi
 
 47 V, Va und Vc/B:	\cite{NSA} setzt hier ohne weitere Erklärung Staccato-Punkte auf die halben Noten, die sich in \cite{Aut} (und auch in \cite{ASA}) nicht finden.
 
+49ff TSolo: In \cite{Aut} Beistrichsetzung inkonsistent \q{Möcht' ich wie auf Adlersflügeln, hin zu euch ihr Höhen eilen, [..]}. In dieser Ausgabe wird die Kommasetzung entsprechend adaptiert zu \q{Möcht' ich wie auf Adlersflügeln hin zu euch, ihr Höhen, eilen, [...]}.
+
 53:	\cite{ASA} setzt das von Schubert auf den zweiten Schlag gestellte \q{cresc.} erst auf den dritten Schlag.
 
 57:	\cite{Aut} schreibt in V1 ein \q{cresc.} auf den ersten Schlag, \cite{ASA} übernimmt dies erst aber der Taktmitte, \cite{NSA} jedoch in den Streicherstimmen bereits ab dem Taktbeginn, in Fl/Ob aber auch erst ab Taktmitte. In \cite{EK} wollen wir uns strikt nach der Handschrift halten und das \q{cresc.} in allen Stimmen an den Taktbeginn setzen.
@@ -633,7 +635,7 @@ Aufgrund der Cola-parte Führung von Ob, Tr und Fag gibt es für die Balkensetzu
 
 119 Va: \cite{Aut} notiert diesen Takt nach einem Zeilenwechsel eine Oktave zu hoch (ohne dies jedoch in der Partitur \cite{Aut} zu kennzeichnen). Während \cite{ASA} dies korrigiert, kommt \cite{NSA} zu keinem klaren Ergebnis, ob dies auf einen Irrtum oder Absicht (um den Septimsprung der anderen Stimmen auch durch Va zu verstärken). Aufgrund der vollständigen Parallelführung von T und Va von Takt 1 bis 118 scheint jedoch ein Irrtum wahrscheinlicher, vor allem da T und Tr2 ebenfalls nicht den Septimsprung nach unten, sondern die Sekund nach oben ausführen. Daher setzen wir in \cite{EK} diesen Takt eine Oktave tiefer, sodass Va derselben Linie folgt wie T (und die restlichen Instrumental- und Vokalstimmen).
 
-123 S, T und B:	Bogen ergänzt, wie auch \cite{ASA}.
+123 S, T und B:	\cite{ASA} ergänzt einen Melismenbogen. Da allerdings in sämtlichen Melisman auf \q{Amen} keine Bogensetzung erfolgt, erscheint dies sehr inkonsistent.
 
 \end{vergleich}
 
diff --git a/TeX_Schubert_StabatMater_D383_Include_Leben.itex b/TeX_Schubert_StabatMater_D383_Include_Leben.itex
index 65db687b10d767006104ec630bd3ab1c75ff4e88..298600f5e0b8556d728be2ea3526a24d545f7418 100644
--- a/TeX_Schubert_StabatMater_D383_Include_Leben.itex
+++ b/TeX_Schubert_StabatMater_D383_Include_Leben.itex
@@ -1,14 +1,14 @@
-\section*{Franz Schubert (1797-1828)}
-
-\begin{multicols}{2}
-TODO
-\end{multicols}
-
+% \section*{Franz Schubert (1797-1828)}
+% 
+% \begin{multicols}{2}
+% TODO
+% \end{multicols}
+% 
 
 \section*{Friedrich Gottfried Klopstock (1724-1803)}
 
 \begin{multicols}{2}
-Der deutsch Dichter Friedrich Gottfried Klopstock (geb. 2. Juli 1724 in 
+Der deutsch3 Dichter Friedrich Gottfried Klopstock (geb. 2. Juli 1724 in 
 Quedlinburg, gest. 14. März 1803 in Hamburg) verbrachte seine Kindheit in
 der von seinem Vater, einem Rechtsanwalt, gepachteten Grafschaft Mansfeld.
 Nach humanistischer Schulbildung studierte er Theologie in Jena und Leipzig,
@@ -26,7 +26,7 @@ Friedrich V. nach Dänemark, wo er bei einer Lebensrente von 400 (später
 Der Tod seiner Gattin bei einer Entbindung 1758 traf Klopstock schwer und 
 er besang sie in vielen seiner Elegien der nächsten 30 Jahre. Nach Aufenthalten
 in Quedlinburg, Braunschweig und Halberstadt verbrachte er die Jahre 1762 bis
-1771 in Kopenhaben und übte einen großen Einfluss auf das dortige kulturelle 
+1771 in Kopenhagen und übte einen großen Einfluss auf das dortige kulturelle 
 Leben aus. Seine letzten Jahre verbrachte er in Hamburg, wo er 1803 
 verstarb und unter  großer Anteilnahme der Bevölkerung beigesetzt wurde.
 
@@ -41,7 +41,7 @@ freien Rhythmen Goethes und Hölderlins. Seine Wertschätzung zeugten ihm nicht
 zulegt Goethe im Werther oder der junge Lessing. Auch auf Komponisten wie 
 Gluck oder Schubert machte Klopstock großen Eindruck. Auf seiner parodistischen
 Übersetzung des traditionellen \q{Stabat Mater} ins Deutsche basiert 
-auch Schuberts Stabat Mater.
+auch Schuberts Stabat Mater. \hfill*{(Source: Wikipedia)}
 
 \columnbreak
 
@@ -54,15 +54,15 @@ TODO
 
 % \vfill
 
-% TODO: Use proper indentation!
-\subsubsection*{Quellen / Sources:}
-\begin{thebibliography}{WP008}
-\bibitem[WP008]{WP08}
-{Friedrich Gottlieb Klopstock}.
-\newblock Wikipedia Artikel, 23. Mai 2008.
-\end{thebibliography}
-
-\pagebreak
+% % TODO: Use proper indentation!
+% \subsubsection*{Quellen / Sources:}
+% \begin{thebibliography}{WP008}
+% \bibitem[WP008]{WP08}
+% {Friedrich Gottlieb Klopstock}.
+% \newblock Wikipedia Artikel, 23. Mai 2008.
+% \end{thebibliography}
+% 
+% \pagebreak
 
 
 
@@ -81,5 +81,5 @@ TODO
 % TODO
 % \end{multicols}
 
-\vfill
+% \vfill
 
diff --git a/TeX_Schubert_StabatMater_D383_Include_Preface_Long.itex b/TeX_Schubert_StabatMater_D383_Include_Preface_Long.itex
index e116bf8a19b97e959e0dbf373dcef07d7caf2942..d652bacbe8eaff99c9386bf11a435ca2606163f7 100644
--- a/TeX_Schubert_StabatMater_D383_Include_Preface_Long.itex
+++ b/TeX_Schubert_StabatMater_D383_Include_Preface_Long.itex
@@ -4,10 +4,10 @@
 \input{TeX_Schubert_StabatMater_D383_Include_ContentsMaterial.itex}
 \cleardoublepage
 \input{TeX_Schubert_StabatMater_D383_Include_About.itex}
+\input{TeX_Schubert_StabatMater_D383_Include_Leben.itex}
 \pagebreak
 \input{TeX_Schubert_StabatMater_D383_Include_Text.itex}
-\pagebreak
-\input{TeX_Schubert_StabatMater_D383_Include_Leben.itex}
+% \pagebreak
 
 \mainmatter
 \cleardoublepage
diff --git a/TeX_Schubert_StabatMater_D383_Include_Todo.itex b/TeX_Schubert_StabatMater_D383_Include_Todo.itex
index e80303e59a815ef0b8eca82335d97c632181ea01..481da01a46406a58ff686ce5c0d9c8c28923e773 100644
--- a/TeX_Schubert_StabatMater_D383_Include_Todo.itex
+++ b/TeX_Schubert_StabatMater_D383_Include_Todo.itex
@@ -2,25 +2,52 @@
 \section*{Offene Aufgaben}
 
 \begin{itemize}
-\item Akzente wie Decrescendo unter der Notenzeile???
-\item \q{Seque ...} am Ende der Stücke, wo es direkt weitergeht...
 \item Kein pageturn nach \q{Seque...} Stücken in den Instrumenten!
 \item Horn-Cues in \q{5. Chor} und \q{9. Chor} auf korrektheit (transposition) checken!
-\item \q{cleffedCueDuring} -> \q{cueDuringWithClef}
-\item \q{5. Chor} Break in full score after bar 50
-\item Colla-Parte Stimmen in Partitur dokumentieren
 \item Colla-Parte Stimmen in den Stimmen markieren
-\item \q{11.Terzett} T37 und T41: Keil wie lange?
-\item \q{11.Terzett} letzter Takt Flöte: Bogen oder nicht? dokumentieren!!!
+\item Cues in der Fagott-Stimme checken, bzw. in allen Instrumentalstimmen
+\item Barlines nach seque etwas über Taktangabe weiter
+\item Whiteout in Partitur checken
+\item extendComma und extendExclaim mach Komma und Rufzeichen etwas zu klein
+\item In allen Orchesterstimmen Lyrics zu den Cues hinzufügen
+\item TrbIII Stimme hat keine Instrumentenangabe!
+\item TrbIII auf 4 Seiten (statt 5)
+
+\item II T15 Fag1: Rest Position
+\item V T51 S: Rest position
+
+\item VI T1: sempre\pp Alignment
+
+\item IX Fag1: Auflösungszeichen von Fag1 soll auch für Fag2 gelten in der Partitur!
+
+\item X T59 Fag: Rest position
+
+\item XI T26 Ob: Decrescendo Keil über partcombine / 2. Stimme
+\item XI T37 und T41: Keil wie lange?
+\item XI letzter Takt Flöte: Bogen oder nicht? dokumentieren!!!
+
+\item XI T68 Ob2 Stimme: Decrescendo-Keil zu kurz
+\item XI T68 Cor2 Stimme: Decrescendo-Keil zu kurz
+
+\item IV T2 Fag1 Stimme: Cues fehlen
+\item X T65 Fag2 Stimme: Doppelter Bass-Schlüssel
+\item X T78-79 Fag2/Fag2 Stimme: cresc p sollte auf gleicher Höhe sein, nicht gestackt.
+\item IX T56 Cor2: Cue von Fagott mit Bassschlüssel
+\item Cor Stimme: Sopran cues nach UNTEN
+
+
 \end{itemize}
 
 
-\section*{Offene Fragen}
-% \subsection*{Literaturvergleich mit dem Autograph:}
+\section*{Allgemein}
 
-% \begin{itemize}
-% \item 
-% 
-% \end{itemize}
+\begin{itemize}
+\item Partcombine Texts am Beginn jeder Seite / jedes Systems wiederholen!
+\item Vertical spacing / stretching: Find optimal lily config settings
+\item clef bei langen Pausen auf Systemwechsel, nicht direkt vor Noten
+\item cue texts kursiv?
+
+\item \q{Seque ...} am Ende der Stücke, wo es direkt weitergeht, right-aligned... Kursiv?
+\end{itemize}
 
 }
diff --git a/TeX_Schubert_StabatMater_D383_Settings.itex b/TeX_Schubert_StabatMater_D383_Settings.itex
index 4e72e2af5e17ecae12ed8a9c50e5a48bf59ec02c..3a5ff75c04239194bbfe02c2871fadf8f0205326 100644
--- a/TeX_Schubert_StabatMater_D383_Settings.itex
+++ b/TeX_Schubert_StabatMater_D383_Settings.itex
@@ -10,7 +10,7 @@
 \publisherurl{http://www.edition-kainhofer.com/}
 \publisher{\href{http://www.edition-kainhofer.com/}{Edition Kainhofer, Vienna, http://www.edition-kainhofer.com/}}
 \shortpublisher{\href{http://www.edition-kainhofer.com/}{Edition Kainhofer, Vienna}}
-\yearpublished{2012}
+\yearpublished{2015}
 
 \basename{Schubert_StabatMater_D383}
 
diff --git a/out/Schubert_StabatMater_D383_Instrument_A.pdf b/out/Schubert_StabatMater_D383_Instrument_A.pdf
index 5f60c3cf852e38c165a5b04a3dabefa21f9c7d9d..2b568deca00ebdc942222580c2e8b2daed1352b2 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_A.pdf and b/out/Schubert_StabatMater_D383_Instrument_A.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_B.pdf b/out/Schubert_StabatMater_D383_Instrument_B.pdf
index 472e1821e0587a91c69177f49ea87feda2ec6c0a..20530d7f91c0b3ae3023c34d4249ef9b51b83513 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_B.pdf and b/out/Schubert_StabatMater_D383_Instrument_B.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_BSolo.pdf b/out/Schubert_StabatMater_D383_Instrument_BSolo.pdf
index ff7d5bd59b2dd804d14054d02c443d544856e3a0..bca615148c0840dd4d9cd18dac4351327b98cb58 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_BSolo.pdf and b/out/Schubert_StabatMater_D383_Instrument_BSolo.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_CFag.pdf b/out/Schubert_StabatMater_D383_Instrument_CFag.pdf
index 4a3a63c888e48973e65202494d682034b19c3b0b..e5cc23f42ef381f318ea3c615e5bde99507b949e 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_CFag.pdf and b/out/Schubert_StabatMater_D383_Instrument_CFag.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_CorI.pdf b/out/Schubert_StabatMater_D383_Instrument_CorI.pdf
index 86b4fc532d01329e5d0c1a0e77b9401f4ad142d6..edbf97774d23d015e263bba27da0065be8f21b3b 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_CorI.pdf and b/out/Schubert_StabatMater_D383_Instrument_CorI.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_CorII.pdf b/out/Schubert_StabatMater_D383_Instrument_CorII.pdf
index 4dfb4f05aa7982bb67b83b18db4c2f924f9dd7c1..04e7d930825b6e5a10c963f9740d64d697f4b49a 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_CorII.pdf and b/out/Schubert_StabatMater_D383_Instrument_CorII.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_FagI.pdf b/out/Schubert_StabatMater_D383_Instrument_FagI.pdf
index 75def7d18c404fd35db9e2394ec6cc41c501cd35..a4753162d1f5e466d5b91ee5e411ee0615f0e433 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_FagI.pdf and b/out/Schubert_StabatMater_D383_Instrument_FagI.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_FagII.pdf b/out/Schubert_StabatMater_D383_Instrument_FagII.pdf
index 57e02034e83edcfaf2fa1ffda440a3fca34b9ef0..16fa7669fdc520bbe1d89b0ecd00a5ca82e89f8a 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_FagII.pdf and b/out/Schubert_StabatMater_D383_Instrument_FagII.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_FlI.pdf b/out/Schubert_StabatMater_D383_Instrument_FlI.pdf
index e8cb7825680b5629f1af065df328466daa6751f3..ef0624bc8ae8eeef2576094eb547a77e931865b2 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_FlI.pdf and b/out/Schubert_StabatMater_D383_Instrument_FlI.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_FlII.pdf b/out/Schubert_StabatMater_D383_Instrument_FlII.pdf
index 68c693d104a1a23474ee10df728f3c1197779db9..eaaabed5d4a2b3724ac25efe5a1371aa0238170f 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_FlII.pdf and b/out/Schubert_StabatMater_D383_Instrument_FlII.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_ObI.pdf b/out/Schubert_StabatMater_D383_Instrument_ObI.pdf
index 21add070b5d5950921baaba073461d4f0fe0252e..debb3d556f0fd660e3b6967ab5515b5e4d936ac7 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_ObI.pdf and b/out/Schubert_StabatMater_D383_Instrument_ObI.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_ObII.pdf b/out/Schubert_StabatMater_D383_Instrument_ObII.pdf
index aa690fd4950108377b057feacf45b13ae7710a0d..6b93dae82e9a01780170bfd16b79055de0929388 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_ObII.pdf and b/out/Schubert_StabatMater_D383_Instrument_ObII.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_S.pdf b/out/Schubert_StabatMater_D383_Instrument_S.pdf
index 2435b3add2c638b681b2481b473dc462ae7d63fb..55a054ade1bb482bdbcd40a7e7e9463a7de75a81 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_S.pdf and b/out/Schubert_StabatMater_D383_Instrument_S.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_SSolo.pdf b/out/Schubert_StabatMater_D383_Instrument_SSolo.pdf
index 4953e16868e1922fc60335effe2ca8dc6cfb6c61..c8f772a7fab2fd9e6e26e8bef401a9eda64281bc 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_SSolo.pdf and b/out/Schubert_StabatMater_D383_Instrument_SSolo.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_T.pdf b/out/Schubert_StabatMater_D383_Instrument_T.pdf
index e6e76969c6cb009537f7d8969e068bde198f7939..075eb60d2e5170dab94342460462bca803f02e07 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_T.pdf and b/out/Schubert_StabatMater_D383_Instrument_T.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_TSolo.pdf b/out/Schubert_StabatMater_D383_Instrument_TSolo.pdf
index 9a83bd5bb704596cdb9e856938eb67546aad303b..2d527e237cd9c12fd91223b5aad9bdea95914d2c 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_TSolo.pdf and b/out/Schubert_StabatMater_D383_Instrument_TSolo.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_TrbI.pdf b/out/Schubert_StabatMater_D383_Instrument_TrbI.pdf
index ac390ed0b1d78abc4d383cb366c6b6f84fc8e7d4..5fcd703df109e2cc8c01032d8dadf01e30e563dc 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_TrbI.pdf and b/out/Schubert_StabatMater_D383_Instrument_TrbI.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_TrbII.pdf b/out/Schubert_StabatMater_D383_Instrument_TrbII.pdf
index 51beab85e59deba779074cfd37fae847a6fbbcb7..c89cf6ec725055fe8afed838dbdae7831b514d38 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_TrbII.pdf and b/out/Schubert_StabatMater_D383_Instrument_TrbII.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_TrbIII.pdf b/out/Schubert_StabatMater_D383_Instrument_TrbIII.pdf
index 5052f6133a1628cee6b33ba13c41c3f777da777b..2c324d9a521aee517859b47eff6512fb2654bf44 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_TrbIII.pdf and b/out/Schubert_StabatMater_D383_Instrument_TrbIII.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_TrbI_AltoClef.pdf b/out/Schubert_StabatMater_D383_Instrument_TrbI_AltoClef.pdf
index 18a348710b2b9bb8f25d83574530bbc67e5ec03a..5109a05170e962a6a51c85e4a4f2a9a598634e16 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_TrbI_AltoClef.pdf and b/out/Schubert_StabatMater_D383_Instrument_TrbI_AltoClef.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_VI.pdf b/out/Schubert_StabatMater_D383_Instrument_VI.pdf
index 1b0c6580dab79c22ba578e425b2d581dfd4e19e6..c7768ed8baa6f8ab4eb51bca5000df1a6da6f6c2 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_VI.pdf and b/out/Schubert_StabatMater_D383_Instrument_VI.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_VII.pdf b/out/Schubert_StabatMater_D383_Instrument_VII.pdf
index c04ee75e9cda548b27c33dcc4b2d98460972a1b9..c321396097de56a8afa962b3e1777eb7cb49520a 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_VII.pdf and b/out/Schubert_StabatMater_D383_Instrument_VII.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_Va.pdf b/out/Schubert_StabatMater_D383_Instrument_Va.pdf
index 73a8d30c0668c80ee8626a271c5a86a00ab7a783..1d9bc7b17e42a4d94a7dba87184a9a3af8765be7 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_Va.pdf and b/out/Schubert_StabatMater_D383_Instrument_Va.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Instrument_VcB.pdf b/out/Schubert_StabatMater_D383_Instrument_VcB.pdf
index 89efe1f908d3bc7661a2e475eba17e95f7895114..bce2c4cc6f7b66fc16f094bb4546925103b71b9c 100644
Binary files a/out/Schubert_StabatMater_D383_Instrument_VcB.pdf and b/out/Schubert_StabatMater_D383_Instrument_VcB.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Score_Choral.pdf b/out/Schubert_StabatMater_D383_Score_Choral.pdf
index 38ab7dda94b245b83c951186a9bd54366de4d7d8..cbed97e5469b3747e412ef9257281cd532ffc8af 100644
Binary files a/out/Schubert_StabatMater_D383_Score_Choral.pdf and b/out/Schubert_StabatMater_D383_Score_Choral.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Score_Choral.toc b/out/Schubert_StabatMater_D383_Score_Choral.toc
index e868e33d2c535a927b5553143b50e950e081e99a..ab2d34cf188df2b4fae1b7bf548ddb0f77aa4705 100644
--- a/out/Schubert_StabatMater_D383_Score_Choral.toc
+++ b/out/Schubert_StabatMater_D383_Score_Choral.toc
@@ -7,6 +7,6 @@
 6, section, 1, {Nr. 7 Chor: Erben sollen sie am Throne}, toc93,
 12, section, 1, {Nr. 8 Arie tacet}, toc94,
 12, section, 1, {Nr. 9 Chor: O du herrlicher Vollender}, toc95,
-16, section, 1, {Nr. 10 Terzett tacet}, toc96,
-16, section, 1, {Nr. 11 Terzett mit Chor: Dass dereinst wir}, toc97,
+15, section, 1, {Nr. 10 Terzett tacet}, toc96,
+15, section, 1, {Nr. 11 Terzett mit Chor: Dass dereinst wir}, toc97,
 17, section, 1, {Nr. 12 Chor: Amen}, toc98
\ No newline at end of file
diff --git a/out/Schubert_StabatMater_D383_Score_Full.pdf b/out/Schubert_StabatMater_D383_Score_Full.pdf
index 87908424b01c4bb738f62ac8fd8505966011e0cc..ef1c886cd45b6d9bc807b4a5ac4712a82c33c468 100644
Binary files a/out/Schubert_StabatMater_D383_Score_Full.pdf and b/out/Schubert_StabatMater_D383_Score_Full.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Score_SoloChoral.pdf b/out/Schubert_StabatMater_D383_Score_SoloChoral.pdf
index be8cb8a1d74213ea130952f4d7f8c030fc1a74fc..efcb7c864d2a558da893cf9a9615d9d74afe2bd9 100644
Binary files a/out/Schubert_StabatMater_D383_Score_SoloChoral.pdf and b/out/Schubert_StabatMater_D383_Score_SoloChoral.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Score_SoloChoral.toc b/out/Schubert_StabatMater_D383_Score_SoloChoral.toc
index dad8327695dfe452a3fd5b2c363f5d0f40ccddf5..15ffb5a75bc0b5794ce75febdb0764338294af6b 100644
--- a/out/Schubert_StabatMater_D383_Score_SoloChoral.toc
+++ b/out/Schubert_StabatMater_D383_Score_SoloChoral.toc
@@ -1,8 +1,8 @@
 1, section, 1, {Nr. 1 Chor: Jesus Christus schwebt am Kreuze}, toc87,
 2, section, 1, {Nr. 2 Arie: Bei des Mittlers Kreuze}, toc88,
 3, section, 1, {Nr. 3 Chor: Liebend neiget er sein Antlitz}, toc89,
-3, section, 1, {Nr. 4 Duett: Engel freuten sich der Wonne}, toc90,
-5, section, 1, {Nr. 5 Chor: Wer wird Zähren sanften Mitleids}, toc91,
+4, section, 1, {Nr. 4 Duett: Engel freuten sich der Wonne}, toc90,
+6, section, 1, {Nr. 5 Chor: Wer wird Zähren sanften Mitleids}, toc91,
 8, section, 1, {Nr. 6 Arie: Ach, was hätten wir empfunden}, toc92,
 9, section, 1, {Nr. 7 Chor: Erben sollen sie am Throne}, toc93,
 14, section, 1, {Nr. 8 Arie: Sohn des Vaters}, toc94,
diff --git a/out/Schubert_StabatMater_D383_Score_Vocal-1.midi b/out/Schubert_StabatMater_D383_Score_Vocal-1.midi
index 04aeed64cda41ff866b160c5a2448226b09b077c..6c0a74b5efb83164c1367c1e4390f81aceac622b 100644
Binary files a/out/Schubert_StabatMater_D383_Score_Vocal-1.midi and b/out/Schubert_StabatMater_D383_Score_Vocal-1.midi differ
diff --git a/out/Schubert_StabatMater_D383_Score_Vocal-10.midi b/out/Schubert_StabatMater_D383_Score_Vocal-10.midi
index c2e82f0620c7713cc876a92ec5f877b26a32aca5..85d098e84ae469bcf0fecbb615ac752cc43a0e77 100644
Binary files a/out/Schubert_StabatMater_D383_Score_Vocal-10.midi and b/out/Schubert_StabatMater_D383_Score_Vocal-10.midi differ
diff --git a/out/Schubert_StabatMater_D383_Score_Vocal-11.midi b/out/Schubert_StabatMater_D383_Score_Vocal-11.midi
index 290bd56e206ec5434588b6123e60fd850862b94f..3066ce5a1257008faac2261c54361a3b28a9522d 100644
Binary files a/out/Schubert_StabatMater_D383_Score_Vocal-11.midi and b/out/Schubert_StabatMater_D383_Score_Vocal-11.midi differ
diff --git a/out/Schubert_StabatMater_D383_Score_Vocal-2.midi b/out/Schubert_StabatMater_D383_Score_Vocal-2.midi
index 5c8548ab06815dc0bf7472836467472edba62a09..835425bdfbf683fb0b8263b664e8cecba76fc3ca 100644
Binary files a/out/Schubert_StabatMater_D383_Score_Vocal-2.midi and b/out/Schubert_StabatMater_D383_Score_Vocal-2.midi differ
diff --git a/out/Schubert_StabatMater_D383_Score_Vocal-3.midi b/out/Schubert_StabatMater_D383_Score_Vocal-3.midi
index bead6e555dbc1755172a218cb4ab9ee2e520b33c..5289a0aa1345cf04cb60b2334686c5294cd4227a 100644
Binary files a/out/Schubert_StabatMater_D383_Score_Vocal-3.midi and b/out/Schubert_StabatMater_D383_Score_Vocal-3.midi differ
diff --git a/out/Schubert_StabatMater_D383_Score_Vocal-4.midi b/out/Schubert_StabatMater_D383_Score_Vocal-4.midi
index a1cb10923fa73c5e085aaedd7a83256db6cb9be0..eae49f35329896b42cd520d674d8966e150e27ae 100644
Binary files a/out/Schubert_StabatMater_D383_Score_Vocal-4.midi and b/out/Schubert_StabatMater_D383_Score_Vocal-4.midi differ
diff --git a/out/Schubert_StabatMater_D383_Score_Vocal-5.midi b/out/Schubert_StabatMater_D383_Score_Vocal-5.midi
index bae49169fc657b2c0f81abf494fcf8026474cf54..114930c39c610753db71e8d36385ed795e1e9efb 100644
Binary files a/out/Schubert_StabatMater_D383_Score_Vocal-5.midi and b/out/Schubert_StabatMater_D383_Score_Vocal-5.midi differ
diff --git a/out/Schubert_StabatMater_D383_Score_Vocal-6.midi b/out/Schubert_StabatMater_D383_Score_Vocal-6.midi
index 3a085a03705ca7fccdf6aef5310f735ff9db00dc..3a125fa790f7143ddf93e2654bd5c65a2516b9c6 100644
Binary files a/out/Schubert_StabatMater_D383_Score_Vocal-6.midi and b/out/Schubert_StabatMater_D383_Score_Vocal-6.midi differ
diff --git a/out/Schubert_StabatMater_D383_Score_Vocal-7.midi b/out/Schubert_StabatMater_D383_Score_Vocal-7.midi
index b56fb0e4d453312a812b45fe99b6907dbff7041d..cdc0fb21a49e8c1609cce69cd8160735f4d8805c 100644
Binary files a/out/Schubert_StabatMater_D383_Score_Vocal-7.midi and b/out/Schubert_StabatMater_D383_Score_Vocal-7.midi differ
diff --git a/out/Schubert_StabatMater_D383_Score_Vocal-8.midi b/out/Schubert_StabatMater_D383_Score_Vocal-8.midi
index 5f788d6ab5ee94eae8ddedca573abc3e6f84e1d1..b2d679ffcdc682347484946e9d75134503ceb988 100644
Binary files a/out/Schubert_StabatMater_D383_Score_Vocal-8.midi and b/out/Schubert_StabatMater_D383_Score_Vocal-8.midi differ
diff --git a/out/Schubert_StabatMater_D383_Score_Vocal-9.midi b/out/Schubert_StabatMater_D383_Score_Vocal-9.midi
index 93d88b4767a5f489fde32d67a659ce72ca9792c0..1be5c86b7c6909e51ed69a385f0e4844b8994b69 100644
Binary files a/out/Schubert_StabatMater_D383_Score_Vocal-9.midi and b/out/Schubert_StabatMater_D383_Score_Vocal-9.midi differ
diff --git a/out/Schubert_StabatMater_D383_Score_Vocal.midi b/out/Schubert_StabatMater_D383_Score_Vocal.midi
index a0a0e17c1d7b94f607f7ae30a7030dc1c785eec2..c9b8c99701a081c93f6a4aeb9d9eee4eb17a098d 100644
Binary files a/out/Schubert_StabatMater_D383_Score_Vocal.midi and b/out/Schubert_StabatMater_D383_Score_Vocal.midi differ
diff --git a/out/Schubert_StabatMater_D383_Score_Vocal.pdf b/out/Schubert_StabatMater_D383_Score_Vocal.pdf
index d47a1cf075b3fbb884ba0a34006f5f126dc1d547..c2b105cfbde0ace3be545e5e9b648e1bd0c19edb 100644
Binary files a/out/Schubert_StabatMater_D383_Score_Vocal.pdf and b/out/Schubert_StabatMater_D383_Score_Vocal.pdf differ
diff --git a/out/Schubert_StabatMater_D383_Score_Vocal.toc b/out/Schubert_StabatMater_D383_Score_Vocal.toc
index ab3ca813ff0d477a1778ed4095e350b7e347c048..15ffb5a75bc0b5794ce75febdb0764338294af6b 100644
--- a/out/Schubert_StabatMater_D383_Score_Vocal.toc
+++ b/out/Schubert_StabatMater_D383_Score_Vocal.toc
@@ -1 +1,12 @@
-1, section, 1, {Nr. 5 Chor: Wer wird Zähren sanften Mitleids}, toc87
\ No newline at end of file
+1, section, 1, {Nr. 1 Chor: Jesus Christus schwebt am Kreuze}, toc87,
+2, section, 1, {Nr. 2 Arie: Bei des Mittlers Kreuze}, toc88,
+3, section, 1, {Nr. 3 Chor: Liebend neiget er sein Antlitz}, toc89,
+4, section, 1, {Nr. 4 Duett: Engel freuten sich der Wonne}, toc90,
+6, section, 1, {Nr. 5 Chor: Wer wird Zähren sanften Mitleids}, toc91,
+8, section, 1, {Nr. 6 Arie: Ach, was hätten wir empfunden}, toc92,
+9, section, 1, {Nr. 7 Chor: Erben sollen sie am Throne}, toc93,
+14, section, 1, {Nr. 8 Arie: Sohn des Vaters}, toc94,
+15, section, 1, {Nr. 9 Chor: O du herrlicher Vollender}, toc95,
+19, section, 1, {Nr. 10 Terzett: Erdenfreuden und ihr Elend}, toc96,
+21, section, 1, {Nr. 11 Terzett mit Chor: Dass dereinst wir}, toc97,
+25, section, 1, {Nr. 12 Chor: Amen}, toc98
\ No newline at end of file
diff --git a/out/TeX_Schubert_StabatMater_D383_Score_Choral.pdf b/out/TeX_Schubert_StabatMater_D383_Score_Choral.pdf
index a7849dc32c71a2bdc8e7103ec3096ae3e422afb6..4b54de07154b36eba7481aa55be582a4bd9a1b16 100644
Binary files a/out/TeX_Schubert_StabatMater_D383_Score_Choral.pdf and b/out/TeX_Schubert_StabatMater_D383_Score_Choral.pdf differ
diff --git a/out/TeX_Schubert_StabatMater_D383_Score_Full.pdf b/out/TeX_Schubert_StabatMater_D383_Score_Full.pdf
index f26dc62998189d0c7e9a20d715af68947bd3bfcc..15f44b4ff25c6e701d5b47245305fa4108b9ed3f 100644
Binary files a/out/TeX_Schubert_StabatMater_D383_Score_Full.pdf and b/out/TeX_Schubert_StabatMater_D383_Score_Full.pdf differ
diff --git a/out/TeX_Schubert_StabatMater_D383_Score_Instruments.pdf b/out/TeX_Schubert_StabatMater_D383_Score_Instruments.pdf
index b2c0c0c065d3c634e529361eebbbe9014698b188..c039fc417635e839c49150da6799cff0d1d58f11 100644
Binary files a/out/TeX_Schubert_StabatMater_D383_Score_Instruments.pdf and b/out/TeX_Schubert_StabatMater_D383_Score_Instruments.pdf differ
diff --git a/out/TeX_Schubert_StabatMater_D383_Score_SoloChoral.pdf b/out/TeX_Schubert_StabatMater_D383_Score_SoloChoral.pdf
index f0fb4e6b358250da02e446251adc9077eddcb722..0a07e98f9cb4c01a8007f08e3139ee31be28aca9 100644
Binary files a/out/TeX_Schubert_StabatMater_D383_Score_SoloChoral.pdf and b/out/TeX_Schubert_StabatMater_D383_Score_SoloChoral.pdf differ
diff --git a/out/TeX_Schubert_StabatMater_D383_Score_Vocal.pdf b/out/TeX_Schubert_StabatMater_D383_Score_Vocal.pdf
index 9750ffca06be093b7838abe7f199f411e40d7943..825b8ec2e05ba4607e52986753d8218387a5f824 100644
Binary files a/out/TeX_Schubert_StabatMater_D383_Score_Vocal.pdf and b/out/TeX_Schubert_StabatMater_D383_Score_Vocal.pdf differ