Skip to content
Snippets Groups Projects
Commit daf8e21b authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Mehr Korrekturen aus Vergleich

parent 224f9a8e
Branches
Tags
No related merge requests found
Showing
with 92 additions and 57 deletions
......@@ -2,17 +2,6 @@
InTuoNomineTempo = "Adagio"
ClKey = \key f \major
ClIKey = \ClKey
ClIIKey = \ClKey
CorKey = \key c \major
CorIKey = \CorKey
CorIIKey = \CorKey
TbeKey = \key c \major
TbeIKey = \TbeKey
TbeIIKey = \TbeKey
TimKey = \key c \major
InTuoNomineKey = \key d \major
InTuoNomineTimeSignature = \time 2/4
......@@ -156,7 +145,7 @@ InTuoNomineFlIMusic = \relative c''' {
d2 | % 282
d | % 283
es | % 284
es | % 285 % TODO: es oder e?
es | % 285
f2 | % 286
f4 f | % 287
fis2 | % 288
......@@ -253,7 +242,7 @@ InTuoNomineFlIIMusic = \relative c''' {
a a | % 192
a4 r | % 193
R2*13 | % 206
r4 d\p | % 207
r4 d\pp | % 207
d fis\fp | % 208
g a | % 209
h4 fis\fp | \barNumberCheck #210
......@@ -430,7 +419,7 @@ InTuoNomineObIMusic = \relative c''' {
h gis | % 154
a r | % 155
R2 | % 156
r4 a4~\p | % 157
r4 a4~\pp | % 157
a a | % 158
r a~ | % 159
a a | \barNumberCheck #160
......@@ -619,7 +608,7 @@ InTuoNomineObIIMusic = \relative c'' {
fis4 a | % 192
d r | % 193
R2*13 | \barNumberCheck #206
r4 d,\p | % 207
r4 d,\pp | % 207
d d\fp | % 208
d2~ | % 209
d4 d\fp | \barNumberCheck #210
......@@ -2569,7 +2558,6 @@ InTuoNomineVIIMusic = \relative c' {
\addQuote "InTuoNomineVIIMusic" { \InTuoNomineVIIMusic }
ASoloClef = \clef "alto"
InTuoNomineASoloMusic = \relative c'' {
R2*11 | % 12
d4.\< a16\! fis | % 13
......@@ -2776,7 +2764,7 @@ InTuoNomineASoloMusic = \relative c'' {
g4. g8 | % 284
g2 | % 285
R2*6 | \barNumberCheck #291
r4 d,8.\f d16 | \barNumberCheck #292
r4 d8.\f d16 | \barNumberCheck #292
fis8 d fis a | % 293
d2 | % 294
d4 r | % 295
......@@ -2825,14 +2813,13 @@ InTuoNomineASoloLyrics = \lyricmode {
% T 272:
Can -- ta -- te, can -- ta -- te, can -- ta -- te, can -- ta -- te,
can -- ta -- te Do -- mi -- no.
can -- ta -- te __ Do -- mi -- no.
Al -- le -- lu -- ja, al -- le -- lu -- ja,
al -- le -- lu -- ja, al -- le -- lu -- ja.
% TODO
}
SClef = \clef "soprano"
InTuoNomineSMusic = \relative c' {
r8 d\p d d | % 2
e8. e16 e8 fis | % 3
......@@ -2999,7 +2986,6 @@ InTuoNomineSLyrics = \lyricmode {
}
AClef = \clef "alto"
InTuoNomineAMusic = \relative c' {
r8 a\p a d | % 2
d8[( cis16]) h cis8 d | % 3
......@@ -3173,7 +3159,6 @@ InTuoNomineALyrics = \lyricmode {
}
TClef = \clef "tenor"
InTuoNomineTMusic = \relative c {
r8 fis8 fis fis | % 2
a8. a16 a8 c | % 3
......
......@@ -9,16 +9,55 @@ scorenumber="EK-0058"
subtitle = "Offertorium No.21"
composer = "Joseph Preindl (1756-1823)"
copyright = \markup \abs-fontsize #9 \column{
\line { "2010, " \concat{\with-url #"http://www.edition-kainhofer.com/" {Edition Kainhofer, Vienna},} \concat{\scorenumber.} "Alle Rechte vorbehalten / All rights reserved / Printed in Austria."}
\line {"Die Ausgabe darf kopiert und ohne Einschränkungen aufgeführt werden. / May be copied and performed without restriction."}
\line { "2010," \with-url #"http://www.edition-kainhofer.com/" {Edition Kainhofer, Vienna,} \concat{\scorenumber.} Alle Rechte vorbehalten / All rights reserved / Printed in Austria. }
% \line {"Die Ausgabe darf kopiert und ohne Einschränkungen aufgeführt werden. / May be copied and performed without restriction."}
}
}
\paper {
after-title-spacing = #'((space . 3) (padding . 3) (stretchability . 5))
between-system-spacing = #'((space . 0) (padding . 3) (stretchability . 35))
bottom-system-spacing = #'((space . 0) (padding . 3) (stretchability . 15))
}
\layout {
\context { \StaffGroup
\override StaffGrouper #'between-staff-spacing #'stretchability = #4
}
}
%% Possibly adjust the \orchestralScoreStructure here...
#(oly:modify_score_structure '("FullScore" "SimultaneousMusic" ("Wd" "Br" "Perc" "VV" "SoloChoirScore" "BassGroup")))
#(oly:modify_score_structure '("LongScore" "SimultaneousMusic" ("WdLong" "BrLong" "Perc" "VV" "SoloChoirScore" "BassGroup")))
#(oly:modify_score_structure '("BassGroup" "StaffGroup" ("VcB")))
%% Add custom keys here, e.g.
%% CorKey = \key g \major
%% CorIKey = \CorKey
%% CorIIKey = \CorKey
ClKey = \key f \major
ClIKey = \ClKey
ClIIKey = \ClKey
CorKey = \key c \major
CorIKey = \CorKey
CorIIKey = \CorKey
TbeKey = \key c \major
TbeIKey = \TbeKey
TbeIIKey = \TbeKey
TimKey = \key c \major
ASoloClef = \clef "alto"
SClef = \clef "soprano"
AClef = \clef "alto"
TClef = \clef "tenor"
ClInstrumentName = \markup { \column { \line { Clarinetti } \line{ in La/A } } }
ClIInstrumentName = \markup { \column { \line { Clarinetto I } \line{ in La/A } } }
ClIIInstrumentName = \markup { \column { \line { Clarinetto II } \line{ in La/A } } }
CorInstrumentName = \markup { \column { \line { Corni } \line{ in Re/D } } }
CorIInstrumentName = \markup { \column { \line { Corno I } \line{ in Re/D } } }
CorIIInstrumentName = \markup { \column { \line { Corno II } \line{ in Re/D } } }
TbeInstrumentName = \markup { \column { \line { Trombe } \line{ in Re/D } } }
TbeIInstrumentName = \markup { \column { \line { Tromba I } \line{ in Re/D } } }
TbeIIInstrumentName = \markup { \column { \line { Tromba II } \line{ in Re/D } } }
#(oly:modify_score_structure '("Continuo" "SimultaneousMusic" ("VcB")))
TimInstrumentName = \markup { \column { \line { Timpani } \line{ in Re-La/D-A } } }
......@@ -66,7 +66,7 @@ Doppler). Konkret wurden folgende Schreibweisen dem modernen usus angepasst:
\item Satzzeichen im Vokaltext gemäß der lateinischen Grammatik ergänzt.
\end{itemize}
Ohne weitere Bemerkung wurden folgende Notationen ergänzt bzw. korrigiert:
Folgende Notationen wurden teilweise ohne weitere Bemerkung ergänzt bzw. korrigiert:
\begin{itemize}
\item Rahmendynamik in der Partitur in alle Stimmen übernommen.
\item Dynamikzeichen, sofern sie entweder in der Partitur oder in den Stimmen vorhanden sind.
......@@ -74,7 +74,7 @@ Ohne weitere Bemerkung wurden folgende Notationen ergänzt bzw. korrigiert:
\item Inkonsistente Crescendo-Keile vereinheitlicht.
\end{itemize}
Die Setzung von Warnakzidenzien wurde unterlassen, außer an absolut notwendigen Positionen.
Die Setzung von Warnakzidenzien wurde ab dem zweiten folgenden Takt unterlassen, außer an harmonisch notwendigen Positionen.
\subsubsection*{Einzelbemerkungen}
......@@ -120,6 +120,7 @@ Die Setzung von Warnakzidenzien wurde unterlassen, außer an absolut notwendigen
\item Fl2 T156/157, T158/159: Haltebogen nach Fl1, Ob1 und Ob2 ergänzt.
\item Fg1/2 T156/157: Haltebogen fehlt in der Partitur.
\item V2 T156--T159: In der Partitur keine Bögen.
\item Ob T156: In der Partitur p, in der Ob1-Stimme ebenfalls p, in der Ob2-Stimme und in den restlichen Bläsern jedoch pp.
\item Cor T157: In der Partitur p, in der Stimme pp.
\item T162: f fehlt in den Fg1 und Sopran-Stimmen.
......@@ -136,6 +137,7 @@ Die Setzung von Warnakzidenzien wurde unterlassen, außer an absolut notwendigen
\item Fl2 T187: In der Partitur kein pp.
\item Fl1 T189: In der Partitur eine Achtelnote mit zwei Sechzehntelnoten, in der Stimme (wie auch in Fg1 in Partitur und Stimme) eine punktierte Achtel mit zwei 32-tel Noten.
\item V2 T195: In der Partitur e statt d (nach Seitenwechsel).
\item Fl2/Ob2 T206: In den beiden Stimme nur p, in der Partitur und den restlichen Instrumenten pp.
\item Cor T207/208: In der Partitur und der Cor1-Stimme kein Bindebogen, in der Cor2-Stimme und der Parallelstell in T209/210 jedoch sowohl in den Cor1/2-Stimmen als auch in der Partitur. Entsprechend ergänzt.
\item T213: In der Partitur in Fl ein fp, in Fg keine Artikulation. In der Fl2-Stimme fp, in Fg1-Stimme nichts, in Fg2 ei fz. In Fl1/Ob1/Ob2 und den Streichern f. Vereinheitlicht auf f.
\item Vc/B T215: Kein p in der Partitur.
......
......@@ -6,6 +6,7 @@
pdftitle={\scoreTitle, \ChoralScoreType},
}
\scoretype{\ChoralScoreType}
\scorenumber{\scoreNumber\ChoralScoreNumber}
\begin{document}
......
......@@ -6,6 +6,7 @@
pdftitle={\scoreTitle, \FullScoreType},
}
\scoretype{\FullScoreType}
\scorenumber{\scoreNumber\FullScoreNumber}
\begin{document}
......
......@@ -6,6 +6,7 @@
pdftitle={\scoreTitle, \InstrumentalPartsType},
}
\scoretype{\InstrumentalPartsType}
\scorenumber{\scoreNumber\InstrumentalPartsNumber}
\begin{document}
......@@ -13,6 +14,37 @@
\input{TeX_Preindl_InTuoNomine_Include_Preface_Long.itex}
\phantomsection
\addcontentsline{toc}{section}{\ASoloName}
\includescore{Instrument_ASolo}
\phantomsection
\addcontentsline{toc}{section}{\SName}
\includescore{Instrument_S}
\phantomsection
\addcontentsline{toc}{section}{\AName}
\includescore{Instrument_A}
\phantomsection
\addcontentsline{toc}{section}{\TName}
\includescore{Instrument_T}
\phantomsection
\addcontentsline{toc}{section}{\BName}
\includescore{Instrument_B}
\phantomsection
\addcontentsline{toc}{section}{\VIName}
\includescore{Instrument_VI}
\phantomsection
\addcontentsline{toc}{section}{\VIIName}
\includescore{Instrument_VII}
\phantomsection
\addcontentsline{toc}{section}{\VcName}
\includescore{Instrument_Vc}
\phantomsection
\addcontentsline{toc}{section}{\CbName}
\includescore{Instrument_Cb}
\phantomsection
\addcontentsline{toc}{section}{\VcBName}
\includescore{Instrument_VcB}
\phantomsection
\addcontentsline{toc}{section}{\FlIName}
......@@ -53,34 +85,6 @@
\phantomsection
\addcontentsline{toc}{section}{\TimName}
\includescore{Instrument_Tim}
\phantomsection
\addcontentsline{toc}{section}{\VIName}
\includescore{Instrument_VI}
\phantomsection
\addcontentsline{toc}{section}{\VIIName}
\includescore{Instrument_VII}
\phantomsection
\addcontentsline{toc}{section}{\ASoloName}
\includescore{Instrument_ASolo}
\phantomsection
\addcontentsline{toc}{section}{\SName}
\includescore{Instrument_S}
\phantomsection
\addcontentsline{toc}{section}{\AName}
\includescore{Instrument_A}
\phantomsection
\addcontentsline{toc}{section}{\TName}
\includescore{Instrument_T}
\phantomsection
\addcontentsline{toc}{section}{\BName}
\includescore{Instrument_B}
\phantomsection
\addcontentsline{toc}{section}{\VcName}
\includescore{Instrument_Vc}
\phantomsection
\addcontentsline{toc}{section}{\CbName}
\includescore{Instrument_Cb}
\cleardoublepage
......
......@@ -6,6 +6,7 @@
pdftitle={\scoreTitle, \LongScoreType},
}
\scoretype{\LongScoreType}
\scorenumber{\scoreNumber\LongScoreNumber}
\begin{document}
......
......@@ -6,6 +6,7 @@
pdftitle={\scoreTitle, \OriginalScoreType},
}
\scoretype{\FullScoreType (Original)}
\scorenumber{\scoreNumber\OriginalScoreNumber}
\begin{document}
......
......@@ -6,6 +6,7 @@
pdftitle={\scoreTitle, \VocalScoreType},
}
\scoretype{\VocalScoreType}
\scorenumber{\scoreNumber\VocalScoreNumber}
\begin{document}
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment