diff --git a/Franck_PanisAngelicus_Instrument_O.ly b/Franck_PanisAngelicus_Instrument_O.ly
index 52c7ade9e7ac9b9d346f09a66325e81e78bcb63d..222d5e2752c86f8ba99d40bf688cf5998375358c 100644
--- a/Franck_PanisAngelicus_Instrument_O.ly
+++ b/Franck_PanisAngelicus_Instrument_O.ly
@@ -9,7 +9,7 @@
 }
 
 \layout {
-  system-count = #7
+  system-count = #6
   between-system-padding =#0
   between-system-space =#0
 }
diff --git a/Franck_PanisAngelicus_Instrument_O.pdf b/Franck_PanisAngelicus_Instrument_O.pdf
index c659cfaacd575e55169914ba1b9d50d0f6e4e274..290bbb54ffa100a4ec93ea79608d8762a04795a6 100644
Binary files a/Franck_PanisAngelicus_Instrument_O.pdf and b/Franck_PanisAngelicus_Instrument_O.pdf differ
diff --git a/Franck_PanisAngelicus_Instrument_SSolo.ly b/Franck_PanisAngelicus_Instrument_SSolo.ly
deleted file mode 100644
index a0eb3d842445cdb851a14d4fdf9fad356c58dddd..0000000000000000000000000000000000000000
--- a/Franck_PanisAngelicus_Instrument_SSolo.ly
+++ /dev/null
@@ -1,12 +0,0 @@
-\version "2.13.1"
-\include "Franck_PanisAngelicus_Settings_Vocal.ily"
-
-\header {
-  instrument = \SSoloInstrumentName
-  scorenumber = \markup{\scoreNumber \SSoloNumber}
-}
-\paper {
-  ragged-bottom = ##t
-}
-\createScore #"PanisAngelicus" #'("SSolo")
-
diff --git a/Franck_PanisAngelicus_Instrument_SSolo.pdf b/Franck_PanisAngelicus_Instrument_SSolo.pdf
deleted file mode 100644
index 97f31c3cf8274aa45b8d4a3913470346202f6594..0000000000000000000000000000000000000000
Binary files a/Franck_PanisAngelicus_Instrument_SSolo.pdf and /dev/null differ
diff --git a/Franck_PanisAngelicus_Instrument_TSolo.ly b/Franck_PanisAngelicus_Instrument_TSolo.ly
new file mode 100644
index 0000000000000000000000000000000000000000..be761d6b1e73e6cec6975191de91a0dc66d7d10e
--- /dev/null
+++ b/Franck_PanisAngelicus_Instrument_TSolo.ly
@@ -0,0 +1,12 @@
+\version "2.13.1"
+\include "Franck_PanisAngelicus_Settings_Vocal.ily"
+
+\header {
+  instrument = \TSoloInstrumentName
+  scorenumber = \markup{\scoreNumber \TSoloNumber}
+}
+\paper {
+  ragged-bottom = ##t
+}
+\createScore #"PanisAngelicus" #'("TSolo")
+
diff --git a/Franck_PanisAngelicus_Instrument_TSolo.pdf b/Franck_PanisAngelicus_Instrument_TSolo.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..ffc687d411fb961771bcefa92e300a5f1ee4ea32
Binary files /dev/null and b/Franck_PanisAngelicus_Instrument_TSolo.pdf differ
diff --git a/Franck_PanisAngelicus_Instrument_Vc.ly b/Franck_PanisAngelicus_Instrument_Vc.ly
index 572d26c38ed8e4ada28d909e4b793708714d12c8..5a3a19ddb95be4515bfa070845b0df511e32799a 100644
--- a/Franck_PanisAngelicus_Instrument_Vc.ly
+++ b/Franck_PanisAngelicus_Instrument_Vc.ly
@@ -9,5 +9,42 @@
   ragged-last-bottom = ##t
 }
 
+VcClef = \clef "tenor"
+
+
+  \context Lyrics = "OmnesDeSabaVenientSCueLyricsAbove" \lyricsto "cue" {
+    \small \override LyricText #'font-shape = #'italic 
+    \skip4 an -- nun -- ti -- an -- tes, lau -- dem Do -- mi -- ni.
+  }
+
+
+
+PanisAngelicusVcStaff = <<
+  \new Staff = "PanisAngelicusVcStaff" \with {
+           instrumentName = \VcInstrumentName
+           shortInstrumentName = \VcShortInstrumentName
+  } <<
+    \new Voice = "PanisAngelicusVcVoice" {
+      \PanisAngelicusSettings 
+      \VcClef
+      \PanisAngelicusKey 
+      \PanisAngelicusTimeSignature 
+      \PanisAngelicusVcMusic
+    }
+  >>
+%   \new Lyrics = "OmnesDeSabaVenientSCueLyricsAbove" \with { alignAboveContext = #"OmnesDeSabaVenientSSoloStaff" } { }
+%   \new Lyrics = "PanisAngelicusCueLyricsAbove" \with { alignAboveContext = #"PanisAngelicusVcStaff" } { }
+%   \context Lyrics = "OmnesDeSabaVenientSSoloLyricsAbove" \lyricsto "OmnesDeSabaVenientSSoloVoice" \OmnesDeSabaVenientSSoloLyricsAbove
+%   \context Lyrics = "OmnesDeSabaVenientSSoloLyricsBelow" \lyricsto "OmnesDeSabaVenientSSoloVoice" \OmnesDeSabaVenientSSoloLyrics
+%   \context Lyrics = "OmnesDeSabaVenientSLyrics" \lyricsto "OmnesDeSabaVenientSVoice" \OmnesDeSabaVenientSLyrics
+
+  \new Lyrics = "PanisAngelicusCueLyricsAbove" % \lyricsto "cue" 
+  \lyricmode {
+    \set associatedVoice = #"cue"
+    \small \override LyricText #'font-shape = #'italic 
+    \skip1*36 Pa2 -- nis4  an-4  % -- ge8. -- li16 -- cus4
+  }
+>>
+
 \createScore #"PanisAngelicus" #'("Vc")
 
diff --git a/Franck_PanisAngelicus_Instrument_Vc.pdf b/Franck_PanisAngelicus_Instrument_Vc.pdf
index eebf6cb8c685481b74cb4d7692025ca35840266b..cc845f32c507e01b1128717af0766e9198e8d2fa 100644
Binary files a/Franck_PanisAngelicus_Instrument_Vc.pdf and b/Franck_PanisAngelicus_Instrument_Vc.pdf differ
diff --git a/Franck_PanisAngelicus_Music_PanisAngelicus.ily b/Franck_PanisAngelicus_Music_PanisAngelicus.ily
index 9baf3eb4de19bc20eceff1c509e2ab980549924b..e15c6a7ec597b8a71899d1001406ea9986b4c227 100644
--- a/Franck_PanisAngelicus_Music_PanisAngelicus.ily
+++ b/Franck_PanisAngelicus_Music_PanisAngelicus.ily
@@ -16,8 +16,10 @@ PanisAngelicusSettings = \notemode {
 }
 % VcClef = \clef "tenor" 
 
+\addQuote #"TSoloI" { \repeat unfold 33 c'1 }
+
 PanisAngelicusVcMusic = \relative c' {
-  a2_"Dolce. Molto cantabile." a4 gis | % 2
+  a2_\markup{\italic "Dolce. Molto cantabile."} a4 gis | % 2
   gis8.[ fis16] fis2 fis'4 | % 3
   e4 d8[ cis] h4 cis | % 4
   a2( gis8[) cis( d h]) | % 5
@@ -29,7 +31,8 @@ PanisAngelicusVcMusic = \relative c' {
   << {h2~ } {s4 s\dim} >> h8[ cis d fis,] | % 11
   a4 gis8[\pocorall fis] e4 a8[ cis] | % 12
   h4. a8 a4\! r | % 13
-  R1*25 | % 38
+  R1*24 | % 37
+  \namedCueDuring #"TSolo" #UP #"Solo" #"" { R1 } | % 38
   cis2\p\cantabile cis4 h | % 39
   h8.[ a16] a4 r2 | \barNumberCheck #40
   << cis2 {s4 s\cresc} >> cis4 h | % 41
@@ -48,7 +51,7 @@ PanisAngelicusVcMusic = \relative c' {
   fis4\ff fis2 fis4 | % 54
   fis2~  fis8[ d cis h] | % 55
   e1~\dim | % 56
-  e2 d4.\rall cis8 | % 57
+  e2\! d4.\rall cis8 | % 57
   cis4\atempo a( e' d)~ | % 58
   d h8[ d] cis4 h8[ a] | % 59
   h2~ h4.\rall a8 | \barNumberCheck #60
@@ -57,8 +60,9 @@ PanisAngelicusVcMusic = \relative c' {
 }
 \addQuote "PanisAngelicusVcMusic" { \PanisAngelicusVcMusic }
 
-PanisAngelicusSSoloMusic = \relative c'' {
-  R1*12 | % 13
+PanisAngelicusTSoloMusic = \relative c' {
+  R1*9 | \barNumberCheck #10
+  \namedCueDuring #"PanisAngelicusVcMusic" #DOWN #"Vc." #"" { R1*3 } | % 13
   cis2 cis4 h | % 14
   h8. a16 a4 r2 | % 15
   cis2 cis4 h | % 16
@@ -79,7 +83,12 @@ PanisAngelicusSSoloMusic = \relative c'' {
   d'4.(\cresc h8) a4 r | % 31
   dis4\f e8 fis cis4. dis8 | % 32
   e2 r2 | % 33
-  R1*4 | % 37
+  R1*2 | % 35
+  << 
+    { \tag #'cued \voiceTwo R1*2 \tag #'cued \oneVoice }
+    \tag #'cued \context CueVoice="cuesI" { \cueText "Org." \voiceOne fis4 gis8[ a] gis4 fis | e2. d4 }
+    \tag #'cued \context CueVoice="cuesII" { \voiceTwo a1 | gis4 a ais h}
+  >>
   cis2\p cis4 h | % 38
   h8. a16 a4 r2 | % 39
   cis2 cis4 h | \barNumberCheck #40
@@ -98,14 +107,14 @@ PanisAngelicusSSoloMusic = \relative c'' {
   a2\! r | % 53
   fis'2~\ff fis8[ d] cis[ h] | % 54
   e4.( cis8) d4 d~  |
-  d h8[\dim d] cis4 h8 a |
+  d h8[\dim d] cis4 h8 a\! |
   h2~^\rall h4. a8 |
   a2 r |
   R1*4 \bar"|."
 }
-\addQuote "PanisAngelicusSSoloMusic" { \PanisAngelicusSSoloMusic }
+\addQuote "TSolo" { \dynamicUp \removeWithTag #'cued \PanisAngelicusTSoloMusic }
 
-PanisAngelicusSSoloLyrics = \lyricmode {
+PanisAngelicusTSoloLyrics = \lyricmode {
   Pa -- nis an -- ge -- li -- cus 
   Fit pa -- nis ho -- mi -- num;
   Dat pa -- nis coe -- li -- cus Fi -- gu -- ris ter -- mi -- num:
@@ -252,7 +261,7 @@ PanisAngelicusODynMusic = \relative c' {
   s2 s\cresc | % 9
   s1 | \barNumberCheck #10
   s2\dim s | % 11
-  s4 s4_\pocorall s2 | % 12
+  s4\! s4_\pocorall s2 | % 12
   s1 | % 13
   s1\pp | % 14
   s1*12 | % 26
diff --git a/Franck_PanisAngelicus_Score_Full.ly b/Franck_PanisAngelicus_Score_Full.ly
index d5a46b35b7705b7507791c8d61ffa098a6e6292d..6f520db9e2067ee9ccbc2ffb760bdbbc69d7f8b8 100644
--- a/Franck_PanisAngelicus_Score_Full.ly
+++ b/Franck_PanisAngelicus_Score_Full.ly
@@ -8,5 +8,7 @@
   scorenumber = \markup{\scoreNumber \FullScoreNumber}
 }
 
-\createScore #"PanisAngelicus" #'("FullScore")
+VcClef = \clef "tenor"
+
+\createNoCuesScore #"PanisAngelicus" #'("FullScore")
 
diff --git a/Franck_PanisAngelicus_Score_Full.midi b/Franck_PanisAngelicus_Score_Full.midi
index 255daad4cf5fbbf51490769c95223b140b53473b..422b272c7977feecc8b2021ac218b5795acf1ea7 100644
Binary files a/Franck_PanisAngelicus_Score_Full.midi and b/Franck_PanisAngelicus_Score_Full.midi differ
diff --git a/Franck_PanisAngelicus_Score_Full.pdf b/Franck_PanisAngelicus_Score_Full.pdf
index cf039603277a5ca17731a4db5c520cf35327ea68..b754f28d1994f5e2873e5e4a64b04ec30a00f26e 100644
Binary files a/Franck_PanisAngelicus_Score_Full.pdf and b/Franck_PanisAngelicus_Score_Full.pdf differ
diff --git a/Franck_PanisAngelicus_Score_FullTransposedLow.ly b/Franck_PanisAngelicus_Score_FullTransposedLow.ly
index b641419fb545750b5d53f145b475d84d1a4606d6..52901d5212b614df03d81654f094b64a494d77f2 100644
--- a/Franck_PanisAngelicus_Score_FullTransposedLow.ly
+++ b/Franck_PanisAngelicus_Score_FullTransposedLow.ly
@@ -5,12 +5,22 @@
 
 \header {
   scoretype = \FullScoreTitle
-  scorenumber = \markup{\concat {\scoreNumber \FullScoreNumber b}}
-  subtitle = "Für tiefe Stimme / For low voice, Original: A-Dur / a major"
+  scorenumber = \markup{\concat {\scoreNumber \FullScoreNumber c}}
+  subtitle = "Tiefe Stimme / Low voice, Original: A-Dur / a major"
 }
 
-PanisAngelicusTransposeFrom = f
+PanisAngelicusTransposeFrom = d
 PanisAngelicusTransposeTo = a
+% PanisAngelicusSSoloTransposeFrom = d
+% PanisAngelicusSSoloTransposeTo = a
 
-\createScore #"PanisAngelicus" #'("FullScore")
+% PanisAngelicusOISettings = { \ottava #-1 }
+% PanisAngelicusOIaSettings = { \ottava #-1 }
+% PanisAngelicusOIbSettings = { \ottava #-1 }
+PanisAngelicusOIaClef = \clef "treble_8"
+PanisAngelicusOIbClef = \clef "treble_8"
+
+SSoloClef = \clef "bass"
+VcClef = { \clef "bass" \dynamicUp}
+\createNoCuesScore #"PanisAngelicus" #'("FullScore")
 
diff --git a/Franck_PanisAngelicus_Score_FullTransposedLow.midi b/Franck_PanisAngelicus_Score_FullTransposedLow.midi
index 7e9eb59ca50f21957e5f6ed7c1451372ca461794..da004cb2cdf506cf7ad29299425dcd8e43971823 100644
Binary files a/Franck_PanisAngelicus_Score_FullTransposedLow.midi and b/Franck_PanisAngelicus_Score_FullTransposedLow.midi differ
diff --git a/Franck_PanisAngelicus_Score_FullTransposedLow.pdf b/Franck_PanisAngelicus_Score_FullTransposedLow.pdf
index 906fe31d7ceb5fde609d762d7d067831bf6638ab..a87077355cecc8095ef6fc077fc4a4007ee70c66 100644
Binary files a/Franck_PanisAngelicus_Score_FullTransposedLow.pdf and b/Franck_PanisAngelicus_Score_FullTransposedLow.pdf differ
diff --git a/Franck_PanisAngelicus_Score_FullTransposedMedium.ly b/Franck_PanisAngelicus_Score_FullTransposedMedium.ly
index 6e16838aad80f44f745e65b761367712b438d7d3..86509b4a8ac52e93c4659a58042f676a8ed44183 100644
--- a/Franck_PanisAngelicus_Score_FullTransposedMedium.ly
+++ b/Franck_PanisAngelicus_Score_FullTransposedMedium.ly
@@ -5,12 +5,12 @@
 
 \header {
   scoretype = \FullScoreTitle
-  scorenumber = \markup{\concat {\scoreNumber \FullScoreNumber a}}
-  subtitle = "Für mittlere Stimme / For medium voice, Original: A-Dur / a major"
+  scorenumber = \markup{\concat {\scoreNumber \FullScoreNumber b}}
+  subtitle = "Mittlere Stimme / Medium voice, Original: A-Dur / a major"
 }
 
-PanisAngelicusTransposeFrom = g
+PanisAngelicusTransposeFrom = f
 PanisAngelicusTransposeTo = a
 
-\createScore #"PanisAngelicus" #'("FullScore")
+\createNoCuesScore #"PanisAngelicus" #'("FullScore")
 
diff --git a/Franck_PanisAngelicus_Score_FullTransposedMedium.midi b/Franck_PanisAngelicus_Score_FullTransposedMedium.midi
index c0a324fd99109ea119f0665f14c8ce143e7a2d03..886c68d2a935cbca4b908ef916878671196e20f1 100644
Binary files a/Franck_PanisAngelicus_Score_FullTransposedMedium.midi and b/Franck_PanisAngelicus_Score_FullTransposedMedium.midi differ
diff --git a/Franck_PanisAngelicus_Score_FullTransposedMedium.pdf b/Franck_PanisAngelicus_Score_FullTransposedMedium.pdf
index 7867c2fb271d473c8ec956cc5054fba409b7fc93..447104d7303161176fb2087540867c771bb75c07 100644
Binary files a/Franck_PanisAngelicus_Score_FullTransposedMedium.pdf and b/Franck_PanisAngelicus_Score_FullTransposedMedium.pdf differ
diff --git a/Franck_PanisAngelicus_Score_FullTransposedMediumHigh.ly b/Franck_PanisAngelicus_Score_FullTransposedMediumHigh.ly
new file mode 100644
index 0000000000000000000000000000000000000000..5fa9d402f6b4e9e6606c10d5f05c2349d65b98d0
--- /dev/null
+++ b/Franck_PanisAngelicus_Score_FullTransposedMediumHigh.ly
@@ -0,0 +1,16 @@
+\version "2.13.1"
+\include "Franck_PanisAngelicus_Settings_FullScore.ily"
+\setCreateMIDI ##t
+\setCreatePDF ##t
+
+\header {
+  scoretype = \FullScoreTitle
+  scorenumber = \markup{\concat {\scoreNumber \FullScoreNumber a}}
+  subtitle = "Mittel-hohe Stimme / Medium high voice, Original: A-Dur / a major"
+}
+
+PanisAngelicusTransposeFrom = g
+PanisAngelicusTransposeTo = a
+
+\createNoCuesScore #"PanisAngelicus" #'("FullScore")
+
diff --git a/Franck_PanisAngelicus_Score_FullTransposedMediumHigh.midi b/Franck_PanisAngelicus_Score_FullTransposedMediumHigh.midi
new file mode 100644
index 0000000000000000000000000000000000000000..f67008869748077049a43cc60247ead958f440f5
Binary files /dev/null and b/Franck_PanisAngelicus_Score_FullTransposedMediumHigh.midi differ
diff --git a/Franck_PanisAngelicus_Score_FullTransposedMediumHigh.pdf b/Franck_PanisAngelicus_Score_FullTransposedMediumHigh.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..83e18cc5ce59faf65082ddce4a471867a9a78bcc
Binary files /dev/null and b/Franck_PanisAngelicus_Score_FullTransposedMediumHigh.pdf differ
diff --git a/Franck_PanisAngelicus_Settings_Global.ily b/Franck_PanisAngelicus_Settings_Global.ily
index c662a12862229881630daf5400e34a6329c66c8f..820099b3083744d1a3cdb57f3d1aac449c7dc89d 100644
--- a/Franck_PanisAngelicus_Settings_Global.ily
+++ b/Franck_PanisAngelicus_Settings_Global.ily
@@ -27,16 +27,19 @@ scorenumber="EK-0054"
 % CorKey = \key g \major
 % CorIKey = \CorKey
 % CorIIKey = \CorKey
-VcClef = \clef "tenor" 
+% VcClef = \clef "tenor" 
 pocorall = _\markup{\italic "poco rall."}
 cantabile = ^\markup{\italic "cantabile"}
 rall = _\markup{\italic "rall."}
 atempo = _\markup{\italic "a tempo"}
 
+TSoloInstrumentName = "Tenore solo"
+TSoloShortInstrumentName = "Ten."
+
 #(define oly:orchestral_score_structure '(
 ; Strings, they are the same in long and short full score  
   ("Str" "StaffGroup" ("Vc"))
-  ("Solo" "SimultaneousMusic" ("SSolo" ))
+  ("Solo" "SimultaneousMusic" ("TSolo" ))
   
   ("O" "PianoStaff" ("OI" "OII"))
   ("OI" "ParallelVoicesStaff" ("OIa" "OIb" "ODyn"))
@@ -47,9 +50,9 @@ atempo = _\markup{\italic "a tempo"}
 ))
 
 % cresc = #(make-dynamic-script (markup #:line( #:left-align #:normal-text #:italic "cresc.")))
-cresc = #(make-dynamic-script (markup #:normal-text #:italic "cresc."))
-endcresc = #(make-span-event 'CrescendoEvent STOP)
-dim = #(make-dynamic-script (markup #:line( #:normal-text #:italic "dim.")))
-enddim =  #(make-span-event 'DecrescendoEvent STOP)
-decresc = #(make-dynamic-script (markup #:line( #:normal-text #:italic "decresc.")))
-enddecresc =  #(make-span-event 'DecrescendoEvent STOP)
+% cresc = #(make-dynamic-script (markup #:normal-text #:italic "cresc."))
+% endcresc = #(make-span-event 'CrescendoEvent STOP)
+% dim = #(make-dynamic-script (markup #:line( #:normal-text #:italic "dim.")))
+% enddim =  #(make-span-event 'DecrescendoEvent STOP)
+% decresc = #(make-dynamic-script (markup #:line( #:normal-text #:italic "decresc.")))
+% enddecresc =  #(make-span-event 'DecrescendoEvent STOP)
diff --git a/Makefile b/Makefile
index 7df6632c4d0be1a13ef354364979088de4b854f7..d93fe3b0def518ceb49298ebbbd542fd9fa5a9b6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 SRCS = Franck_PanisAngelicus_Music_PanisAngelicus.ily Franck_PanisAngelicus_Settings.ily
 
-instruments = Vc SSolo O
-scores = Full FullTransposedMedium FullTransposedLow
+instruments = Vc TSolo O
+scores = Full FullTransposedMediumHigh FullTransposedMedium FullTransposedLow
 
 pdfs = $(instruments:%=Franck_PanisAngelicus_Instrument_%.pdf) $(scores:%=Franck_PanisAngelicus_Score_%.pdf)
 
diff --git a/TeX_Franck_PanisAngelicus_Include_ContentsMaterial.itex b/TeX_Franck_PanisAngelicus_Include_ContentsMaterial.itex
index ef21ee6e2a6aa984372b45ab6cc91c3fd15c3cdb..69166b81318952f642afddc4791e9b5e113ca75e 100644
--- a/TeX_Franck_PanisAngelicus_Include_ContentsMaterial.itex
+++ b/TeX_Franck_PanisAngelicus_Include_ContentsMaterial.itex
@@ -10,12 +10,14 @@ ${}$
 \scorelistbox{
 Zu diesem Werk liegt folgendes Aufführungsmaterial vor:
 
-\FullScoreName{} (\scoreNumber\FullScoreNumber),
-Partitur für tiefe Stimme{} (\scoreNumber\FullScoreNumber{}a);
-
-\VcName{} (\scoreNumber\VcNumber),
-Soprano / Tenore Solo (\scoreNumber\SSoloNumber),
-\OName{} (\scoreNumber\ONumber).
+\FullScoreName{}, A-Dur (\scoreNumber\FullScoreNumber),
+Partitur für hohe mittlere Stimme, G-Dur (\scoreNumber\FullScoreNumber{}a),
+Partitur für mittlere Stimme, F-Dur (\scoreNumber\FullScoreNumber{}b),
+Partitur für tiefe Stimme, D-Dur (\scoreNumber\FullScoreNumber{}c);
+
+\VcName{}, A-Dur (\scoreNumber\VcNumber),
+Tenore / Soprano Solo, A-Dur (\scoreNumber\TSoloNumber),
+\OName{}, A-Dur (\scoreNumber\ONumber).
 }
 \end{center}
 
@@ -46,7 +48,7 @@ Alle Rechte vorbehalten / All rights reserved. Printed in Austria.}
 
 \vfill
 \section*{Hauptquellen der Ausgabe / Main sources of this Edition}
-\begin{thebibliography}{THXXXX}
-\bibitem[TODO]{TODOPartitur} Panis angelicus, Originalausgabe (Partitur), IMSLP.
+\begin{thebibliography}{1}
+\bibitem[1]{Partitur} \q{Panis angelicus} aus: Messe à trois voix, Op.~12, Paris: E. Repos, n.d.(ca.1860), plate N.R. 12.
 \end{thebibliography}
 
diff --git a/TeX_Franck_PanisAngelicus_Score_Full.pdf b/TeX_Franck_PanisAngelicus_Score_Full.pdf
index 2519e21df51a8537c7e5ea08c4a73db547ebf41f..0751b2dbf9dc8a4acf35b84373994cda0ce90bb6 100644
Binary files a/TeX_Franck_PanisAngelicus_Score_Full.pdf and b/TeX_Franck_PanisAngelicus_Score_Full.pdf differ
diff --git a/TeX_Franck_PanisAngelicus_Score_Full.tex b/TeX_Franck_PanisAngelicus_Score_Full.tex
index eee11f545dfd759c9150c6cb0ef961b9b95abc28..f15b788204a60c93a4dcefb4f96d7ada482751a5 100644
--- a/TeX_Franck_PanisAngelicus_Score_Full.tex
+++ b/TeX_Franck_PanisAngelicus_Score_Full.tex
@@ -25,6 +25,11 @@
 \includescore{Score_Full}
 \clearpage
 
+\phantomsection
+\addcontentsline{toc}{section}{Partitur, transponiert für hohe mittlere Stimme / \\Full score, transposed for high medium voice}
+\includescore{Score_FullTransposedMediumHigh}
+\clearpage
+
 \phantomsection
 \addcontentsline{toc}{section}{Partitur, transponiert für mittlere Stimme / \\Full score, transposed for medium voice}
 \includescore{Score_FullTransposedMedium}
@@ -36,16 +41,19 @@
 \clearpage
 
 \phantomsection
-\addcontentsline{toc}{section}{\VcName}
+\addcontentsline{toc}{section}{\VcName, Originaltonart / Original key}
 \includescore{Instrument_Vc}
 \phantomsection
-\addcontentsline{toc}{section}{\SSoloName}
-\includescore{Instrument_SSolo}
+\addcontentsline{toc}{section}{\TSoloName, Originaltonart / Original key}
+\includescore{Instrument_TSolo}
 \phantomsection
-\addcontentsline{toc}{section}{\OName}
+\addcontentsline{toc}{section}{\OName, Originaltonart / Original key}
 \includescore{Instrument_O}
 
-% \cleardoublepage
+
+\cleardoublepage
+${}$
+\cleardoublepage
 % \backmatter
 % \appendix
 % \input{TeX_Franck_PanisAngelicus_Include_KritBericht.itex}
diff --git a/TeX_Franck_PanisAngelicus_Settings.itex b/TeX_Franck_PanisAngelicus_Settings.itex
index 67e33591a859c3aad677db8fa0561e4b09f8517f..2ed2934928fbb4882db1fa2fad8d6379b95296e8 100644
--- a/TeX_Franck_PanisAngelicus_Settings.itex
+++ b/TeX_Franck_PanisAngelicus_Settings.itex
@@ -1,11 +1,12 @@
 % Title Page
-\composer{Cesar Franck}
-%\composerdate{(TODO-TODO)}
+\composer{César Franck}
+\composerdate{(1822--1890)}
 % \poet{}
 % \poetdate{}
 \title{Panis angelicus}
 \subtitle{Messe solennelle}
 \description{Für Vokalsolo, Violoncello und Orgel}
+\scoreinfo{Für Vokalsolo, Violoncello und Orgel}
 % \instrumentation{Violoncello, Solo, Organo}
 \editor{Reinhold Kainhofer}
 \publisher{Edition Kainhofer, Vienna}