diff --git a/Eybler_UnamPetii_HV43_Score_Choral.midi b/Eybler_UnamPetii_HV43_Score_Choral.midi deleted file mode 100644 index 9434c4fc4c728d6359cf91f8b8143b4ae9f285b4..0000000000000000000000000000000000000000 Binary files a/Eybler_UnamPetii_HV43_Score_Choral.midi and /dev/null differ diff --git a/Eybler_UnamPetii_HV43_Score_Choral.pdf b/Eybler_UnamPetii_HV43_Score_Choral.pdf deleted file mode 100644 index 22bf2514f7a5acdfcaf376afee50110bcbb45299..0000000000000000000000000000000000000000 Binary files a/Eybler_UnamPetii_HV43_Score_Choral.pdf and /dev/null differ diff --git a/Eybler_UnamPetii_HV43_Score_Original.midi b/Eybler_UnamPetii_HV43_Score_Original.midi deleted file mode 100644 index 9434c4fc4c728d6359cf91f8b8143b4ae9f285b4..0000000000000000000000000000000000000000 Binary files a/Eybler_UnamPetii_HV43_Score_Original.midi and /dev/null differ diff --git a/Eybler_UnamPetii_HV43_Score_Original.pdf b/Eybler_UnamPetii_HV43_Score_Original.pdf deleted file mode 100644 index d93c0c388c99afc77c19c0edaca36f4c3fd2c022..0000000000000000000000000000000000000000 Binary files a/Eybler_UnamPetii_HV43_Score_Original.pdf and /dev/null differ diff --git a/Makefile b/Makefile index 1bd3c3ca72fd2287b393695bde95adbd0410785e..9c430c4bc02531aa8b1b48d7cc7b0088029d22d1 100644 --- a/Makefile +++ b/Makefile @@ -1,25 +1,36 @@ SRCS = Eybler_UnamPetii_HV43_Music_UnamPetii.ily Eybler_UnamPetii_HV43_Settings.ily +OUT=out instruments = TI TII BI BII scores = Choral Original -pdfs = $(instruments:%=Eybler_UnamPetii_HV43_Instrument_%.pdf) $(scores:%=Eybler_UnamPetii_HV43_Score_%.pdf) +pdfs = $(instruments:%=$(OUT)/Eybler_UnamPetii_HV43_Instrument_%.pdf) $(scores:%=$(OUT)/Eybler_UnamPetii_HV43_Score_%.pdf) +texs = $(scores:%=TeX_Eybler_UnamPetii_HV43_Score_%.tex) +texpdfs = $(scores:%=$(OUT)/TeX_Eybler_UnamPetii_HV43_Score_%.pdf) + .PHONY: all clean -all: $(instruments) $(scores) -full: $(ext) +all: $(OUT) $(instruments) $(scores) tex instruments: $(instruments) scores: $(scores) clean: - for i in $(ext); do \ - rm -f Eybler_UnamPetii_HV43_Score_$${i}.pdf Eybler_UnamPetii_HV43_Score_$${i}.ps; \ - rm -f Eybler_UnamPetii_HV43_Instrument_$${i}.pdf Eybler_UnamPetii_HV43_Instrument_$${i}.ps; \ - done; \ + rm -rf $(OUT) + +$(OUT) : + mkdir -p $(OUT) + +$(instruments): % : $(OUT)/Eybler_UnamPetii_HV43_Instrument_%.pdf $(SRCS) +$(scores): % : $(OUT)/Eybler_UnamPetii_HV43_Score_%.pdf $(SRCS) + +$(OUT)/%.pdf : %.ly $(SRCS) + lilypond -o $(basename $@) $< -$(instruments): % : Eybler_UnamPetii_HV43_Instrument_%.pdf $(SRCS) -$(scores): % : Eybler_UnamPetii_HV43_Score_%.pdf $(SRCS) +$(OUT)/%.mp3 : %.midi + timidity -c /etc/timidity/fluidr3_gm.cfg -OwM $< -o $@ -%.pdf : %.ly $(SRCS) - lilypond $< +tex: latex +latex: $(texpdfs) +$(OUT)/TeX_%.pdf : TeX_%.tex + TEXINPUTS=$(OUT): latex --output-directory=$(OUT)/ $< diff --git a/TeX_Eybler_UnamPetii_HV43_Include_Backpage.itex b/TeX_Eybler_UnamPetii_HV43_Include_Backpage.itex new file mode 100644 index 0000000000000000000000000000000000000000..88855cb1384145403e7476713afaf424939a3545 --- /dev/null +++ b/TeX_Eybler_UnamPetii_HV43_Include_Backpage.itex @@ -0,0 +1,2 @@ +\cleardoublepage +\makebackpage diff --git a/TeX_Eybler_UnamPetii_HV43_Include_ContentsMaterial.itex b/TeX_Eybler_UnamPetii_HV43_Include_ContentsMaterial.itex index ae9aa50adbe08effe2317d1500fbac8d8f3c3fbb..a704963d78a78b42ba58bcb34ec441f625e1fa2b 100644 --- a/TeX_Eybler_UnamPetii_HV43_Include_ContentsMaterial.itex +++ b/TeX_Eybler_UnamPetii_HV43_Include_ContentsMaterial.itex @@ -26,8 +26,8 @@ Zu diesem Werk liegt folgendes Aufführungsmaterial vor: \vfill \section*{Hauptquellen der Ausgabe / Main sources of this Edition} -\begin{thebibliography}{THXXXX} -\bibitem[TODO]{TODOPartitur} Unam petii, Originalausgabe (Partitur), ORTTODO, VERLAGTODO, JAHRTODO. +\begin{thebibliography}{TODO} +\bibitem[TODO]{TODOPartitur} TODO: Unam petii, Originalausgabe (Partitur), Verlag, Ort, Jahr. \end{thebibliography} \vfill diff --git a/TeX_Eybler_UnamPetii_HV43_Include_Coverpage.itex b/TeX_Eybler_UnamPetii_HV43_Include_Coverpage.itex new file mode 100644 index 0000000000000000000000000000000000000000..af96c15963a1392e597cb3525d02e95ef4b4e6b3 --- /dev/null +++ b/TeX_Eybler_UnamPetii_HV43_Include_Coverpage.itex @@ -0,0 +1 @@ +\makefrontpage diff --git a/TeX_Eybler_UnamPetii_HV43_Include_Preface_Long.itex b/TeX_Eybler_UnamPetii_HV43_Include_Preface_Long.itex new file mode 100644 index 0000000000000000000000000000000000000000..56f034b21e76c99ba9ef2aca3e5bdc82de5ef23c --- /dev/null +++ b/TeX_Eybler_UnamPetii_HV43_Include_Preface_Long.itex @@ -0,0 +1,12 @@ +\frontmatter +\maketitle + +\input{TeX_Eybler_UnamPetii_HV43_Include_ContentsMaterial.itex} +\cleardoublepage +\input{TeX_Eybler_UnamPetii_HV43_Include_About.itex} +\input{TeX_Eybler_UnamPetii_HV43_Include_Text.itex} +\pagebreak +\input{TeX_Eybler_UnamPetii_HV43_Include_Leben.itex} + +\mainmatter +\cleardoublepage diff --git a/TeX_Eybler_UnamPetii_HV43_Include_Preface_Short.itex b/TeX_Eybler_UnamPetii_HV43_Include_Preface_Short.itex new file mode 100644 index 0000000000000000000000000000000000000000..f52651231fdfc931fa8483ed186f436a0fa1579a --- /dev/null +++ b/TeX_Eybler_UnamPetii_HV43_Include_Preface_Short.itex @@ -0,0 +1,5 @@ +\frontmatter +\maketitle + +\mainmatter +\cleardoublepage diff --git a/TeX_Eybler_UnamPetii_HV43_Include_Todo.itex b/TeX_Eybler_UnamPetii_HV43_Include_Todo.itex new file mode 100644 index 0000000000000000000000000000000000000000..65ff2603479ad42964e0d4a3b476085925383c0a --- /dev/null +++ b/TeX_Eybler_UnamPetii_HV43_Include_Todo.itex @@ -0,0 +1,10 @@ +% \todos{ +% \chapter*{Offene Fragen} +% +% \section*{Literaturvergleich mit dem Autograph:} +% \begin{itemize} +% \item +% +% \end{itemize} +% +% } diff --git a/TeX_Eybler_UnamPetii_HV43_Score_Choral.tex b/TeX_Eybler_UnamPetii_HV43_Score_Choral.tex index 1296c66f31eb7a6394c543fdfe5456576e52ac64..bed8d81c5cfe08bc59fa260cf49f8db75c4ffe36 100644 --- a/TeX_Eybler_UnamPetii_HV43_Score_Choral.tex +++ b/TeX_Eybler_UnamPetii_HV43_Score_Choral.tex @@ -11,19 +11,8 @@ \ChoralScoreSettings \begin{document} -\makefrontpage -\frontmatter -\maketitle - -\input{TeX_Eybler_UnamPetii_HV43_Include_ContentsMaterial.itex} -\cleardoublepage -\input{TeX_Eybler_UnamPetii_HV43_Include_About.itex} -\input{TeX_Eybler_UnamPetii_HV43_Include_Text.itex} -\pagebreak -\input{TeX_Eybler_UnamPetii_HV43_Include_Leben.itex} - -\mainmatter -\cleardoublepage +\input{TeX_Eybler_UnamPetii_HV43_Include_Coverpage.itex} +\input{TeX_Eybler_UnamPetii_HV43_Include_Preface_Long.itex} \includescore{Score_Choral} @@ -32,6 +21,5 @@ \appendix \input{TeX_Eybler_UnamPetii_HV43_Include_KritBericht.itex} -\cleardoublepage -\makebackpage +\input{TeX_Eybler_UnamPetii_HV43_Include_Backpage.itex} \end{document} diff --git a/TeX_Eybler_UnamPetii_HV43_Score_Instruments.pdf b/TeX_Eybler_UnamPetii_HV43_Score_Instruments.pdf deleted file mode 100644 index 74521d26f63d987b7133075fce6273eab441309f..0000000000000000000000000000000000000000 Binary files a/TeX_Eybler_UnamPetii_HV43_Score_Instruments.pdf and /dev/null differ diff --git a/TeX_Eybler_UnamPetii_HV43_Score_Instruments.tex b/TeX_Eybler_UnamPetii_HV43_Score_Instruments.tex index 1679d2d4fae67f83541ada9491d8248561d9d251..2fbf9dee731d8e62de69f77030bdb9c17ddd65b7 100644 --- a/TeX_Eybler_UnamPetii_HV43_Score_Instruments.tex +++ b/TeX_Eybler_UnamPetii_HV43_Score_Instruments.tex @@ -11,19 +11,8 @@ \InstrumentalPartsSettings \begin{document} -\makefrontpage -\frontmatter -\maketitle - -\input{TeX_Eybler_UnamPetii_HV43_Include_ContentsMaterial.itex} -\cleardoublepage -\input{TeX_Eybler_UnamPetii_HV43_Include_About.itex} -\input{TeX_Eybler_UnamPetii_HV43_Include_Text.itex} -\pagebreak -\input{TeX_Eybler_UnamPetii_HV43_Include_Leben.itex} - -\mainmatter -\cleardoublepage +\input{TeX_Eybler_UnamPetii_HV43_Include_Coverpage.itex} +\input{TeX_Eybler_UnamPetii_HV43_Include_Preface_Long.itex} \phantomsection \addcontentsline{toc}{section}{\TIName} @@ -44,6 +33,5 @@ \appendix \input{TeX_Eybler_UnamPetii_HV43_Include_KritBericht.itex} -\cleardoublepage -\makebackpage +\input{TeX_Eybler_UnamPetii_HV43_Include_Backpage.itex} \end{document} diff --git a/TeX_Eybler_UnamPetii_HV43_Score_Original.tex b/TeX_Eybler_UnamPetii_HV43_Score_Original.tex index d0455d3b03661eb5ade70cd55966c4d6cdd9c0f6..328dea253ffc791349135445f25c23dc2bb0714c 100644 --- a/TeX_Eybler_UnamPetii_HV43_Score_Original.tex +++ b/TeX_Eybler_UnamPetii_HV43_Score_Original.tex @@ -11,19 +11,8 @@ \OriginalScoreSettings \begin{document} -\makefrontpage -\frontmatter -\maketitle - -\input{TeX_Eybler_UnamPetii_HV43_Include_ContentsMaterial.itex} -\cleardoublepage -\input{TeX_Eybler_UnamPetii_HV43_Include_About.itex} -\input{TeX_Eybler_UnamPetii_HV43_Include_Text.itex} -\pagebreak -\input{TeX_Eybler_UnamPetii_HV43_Include_Leben.itex} - -\mainmatter -\cleardoublepage +\input{TeX_Eybler_UnamPetii_HV43_Include_Coverpage.itex} +\input{TeX_Eybler_UnamPetii_HV43_Include_Preface_Long.itex} \includescore{Score_Original} @@ -32,6 +21,5 @@ \appendix \input{TeX_Eybler_UnamPetii_HV43_Include_KritBericht.itex} -\cleardoublepage -\makebackpage +\input{TeX_Eybler_UnamPetii_HV43_Include_Backpage.itex} \end{document} diff --git a/TeX_Eybler_UnamPetii_HV43_Settings.itex b/TeX_Eybler_UnamPetii_HV43_Settings.itex index c40e750ed861f24d04d06fe45e1f7cd7a62882df..b032748bbe29d14ad252cbf325decdcb6cb93905 100644 --- a/TeX_Eybler_UnamPetii_HV43_Settings.itex +++ b/TeX_Eybler_UnamPetii_HV43_Settings.itex @@ -25,6 +25,8 @@ pdfauthor={Reinhold Kainhofer <reinhold@kainhofer.com>} } +\input{TeX_Eybler_UnamPetii_HV43_Include_Todo.itex} + \newcommand{\TIName}{Tenore I} \newcommand{\TIIName}{Tenore II} \newcommand{\BIName}{Basso I} diff --git a/Eybler_UnamPetii_HV43_Instrument_BI.pdf b/out/Eybler_UnamPetii_HV43_Instrument_BI.pdf similarity index 64% rename from Eybler_UnamPetii_HV43_Instrument_BI.pdf rename to out/Eybler_UnamPetii_HV43_Instrument_BI.pdf index 81c14f3724bf6841129ca543283d183f266c142c..3c2722cbac080e569de003aa57417276a895ffac 100644 Binary files a/Eybler_UnamPetii_HV43_Instrument_BI.pdf and b/out/Eybler_UnamPetii_HV43_Instrument_BI.pdf differ diff --git a/Eybler_UnamPetii_HV43_Instrument_BII.pdf b/out/Eybler_UnamPetii_HV43_Instrument_BII.pdf similarity index 65% rename from Eybler_UnamPetii_HV43_Instrument_BII.pdf rename to out/Eybler_UnamPetii_HV43_Instrument_BII.pdf index 3bcca196609808d00a2ecb55b11940d93f39cab8..29f1017291175754b91f586627f00f22a48e6dd8 100644 Binary files a/Eybler_UnamPetii_HV43_Instrument_BII.pdf and b/out/Eybler_UnamPetii_HV43_Instrument_BII.pdf differ diff --git a/Eybler_UnamPetii_HV43_Instrument_TI.pdf b/out/Eybler_UnamPetii_HV43_Instrument_TI.pdf similarity index 55% rename from Eybler_UnamPetii_HV43_Instrument_TI.pdf rename to out/Eybler_UnamPetii_HV43_Instrument_TI.pdf index 91974f4ffee85cefb85c9942a11303f0ece54479..5439d9b7d52682df848ae389e3bc86a821bfc7e4 100644 Binary files a/Eybler_UnamPetii_HV43_Instrument_TI.pdf and b/out/Eybler_UnamPetii_HV43_Instrument_TI.pdf differ diff --git a/Eybler_UnamPetii_HV43_Instrument_TII.pdf b/out/Eybler_UnamPetii_HV43_Instrument_TII.pdf similarity index 57% rename from Eybler_UnamPetii_HV43_Instrument_TII.pdf rename to out/Eybler_UnamPetii_HV43_Instrument_TII.pdf index 57932f65bf8b233f35066d598099704c40410139..1e5d82d94cb7d231e4b38b07e2c2431f3b728829 100644 Binary files a/Eybler_UnamPetii_HV43_Instrument_TII.pdf and b/out/Eybler_UnamPetii_HV43_Instrument_TII.pdf differ diff --git a/out/Eybler_UnamPetii_HV43_Score_Choral.midi b/out/Eybler_UnamPetii_HV43_Score_Choral.midi new file mode 100644 index 0000000000000000000000000000000000000000..e1804c12358285d9eed9c2cc54fa0548d738f386 Binary files /dev/null and b/out/Eybler_UnamPetii_HV43_Score_Choral.midi differ diff --git a/out/Eybler_UnamPetii_HV43_Score_Choral.pdf b/out/Eybler_UnamPetii_HV43_Score_Choral.pdf new file mode 100644 index 0000000000000000000000000000000000000000..bb74d210b5354c0a7ade4b072123c5575b7ce34c Binary files /dev/null and b/out/Eybler_UnamPetii_HV43_Score_Choral.pdf differ diff --git a/out/Eybler_UnamPetii_HV43_Score_Original.midi b/out/Eybler_UnamPetii_HV43_Score_Original.midi new file mode 100644 index 0000000000000000000000000000000000000000..e1804c12358285d9eed9c2cc54fa0548d738f386 Binary files /dev/null and b/out/Eybler_UnamPetii_HV43_Score_Original.midi differ diff --git a/out/Eybler_UnamPetii_HV43_Score_Original.pdf b/out/Eybler_UnamPetii_HV43_Score_Original.pdf new file mode 100644 index 0000000000000000000000000000000000000000..92db5a3899de189a13ad17f499a9b654c8ab297c Binary files /dev/null and b/out/Eybler_UnamPetii_HV43_Score_Original.pdf differ diff --git a/TeX_Eybler_UnamPetii_HV43_Score_Choral.pdf b/out/TeX_Eybler_UnamPetii_HV43_Score_Choral.pdf similarity index 74% rename from TeX_Eybler_UnamPetii_HV43_Score_Choral.pdf rename to out/TeX_Eybler_UnamPetii_HV43_Score_Choral.pdf index d03c11be131dd55b4aafc6df867146ae0b572311..eac6f21326e093a0c8eabb1e608dbffc790ec56a 100644 Binary files a/TeX_Eybler_UnamPetii_HV43_Score_Choral.pdf and b/out/TeX_Eybler_UnamPetii_HV43_Score_Choral.pdf differ diff --git a/TeX_Eybler_UnamPetii_HV43_Score_Original.pdf b/out/TeX_Eybler_UnamPetii_HV43_Score_Original.pdf similarity index 73% rename from TeX_Eybler_UnamPetii_HV43_Score_Original.pdf rename to out/TeX_Eybler_UnamPetii_HV43_Score_Original.pdf index c58620332d45935326c033c5a9900a7696cde2c6..c441759c856d17d7e551e0a0034613a27d922682 100644 Binary files a/TeX_Eybler_UnamPetii_HV43_Score_Original.pdf and b/out/TeX_Eybler_UnamPetii_HV43_Score_Original.pdf differ diff --git a/patches/Eybler_UnamPetii_HV43_Music_UnamPetii.ily.patch b/patches/Eybler_UnamPetii_HV43_Music_UnamPetii.ily.patch new file mode 100644 index 0000000000000000000000000000000000000000..8130f7eb6380231447cf99bdf178e24c785c4b7c --- /dev/null +++ b/patches/Eybler_UnamPetii_HV43_Music_UnamPetii.ily.patch @@ -0,0 +1,270 @@ +--- Eybler_UnamPetii_HV43_Music_UnamPetii.ily.new 2009-07-31 19:14:37.000000000 +0200 ++++ Eybler_UnamPetii_HV43_Music_UnamPetii.ily 2009-07-10 21:46:09.000000000 +0200 +@@ -1,51 +1,251 @@ + \version "2.13.1" + +-UnamPetiiPieceName = "UnamPetii" +-UnamPetiiPieceNameTacet = "UnamPetii tacet" +-UnamPetiiTempo = "TODO" ++% UnamPetiiPieceName = "Unam Petii" ++% UnamPetiiPieceNameTacet = "Unam Petii tacet" ++UnamPetiiTempo = "Larghetto cantabile" + + UnamPetiiKey = \key c \major +-UnamPetiiTimeSignature = \time 4/4 ++UnamPetiiTimeSignature = \time 3/4 + + UnamPetiiSettings = \notemode { +- \tempo \UnamPetiiTempo +-% \partial 4 ++ \tempo \UnamPetiiTempo + } + + UnamPetiiTIMusic = \relative c' { +- % TODO ++ r4 r g8\mf c | % 2 ++ e4. f16[ e] d8 c | % 3 ++ h8. c32[ d] c8 r g16[ c] e[ g] | % 4 ++ g4~ g16[ e] a16[ g] f8 e | % 5 ++ d8. e32[ f] e8 r c16[\p h] d[ c] | % 6 ++ e4 d8 r d16[\cresc c] e[ d] | % 7 ++ f4 e8 r e\f g | % 8 ++ c,4. d16 e \grace g8 f8 e | % 9 ++ d4 r d8 d | \barNumberCheck #10 ++ d8. c16 h8 g' fis e | % 11 ++ \grace e8 d8. c16 h8 d\cresc e fis | % 12 ++ g4.\f fis16 e \slashedGrace fis8 e16[\p d] \slashedGrace e8 d16[ cis] | % 13 ++ e8.[ d16] d8 r g16[^\dolce fis] e[ d] | % 14 ++ d4. e16 d c[ h] a[ g] | % 15 ++ h4 a8 r g'16[ fis] e[ d] | % 16 ++ d4. e16[ d] c[ h] a[ gis] | % 17 ++ a[( gis h a] c[ h d c] fis[ e]) c[ a] | % 18 ++ g2 \grace h8 a4 | % 19 ++ g4 r a8\p a | \barNumberCheck #20 ++ c8.[ h16] h8 r fis'8\cresc fis | % 21 ++ fis8.[ g16] g8 r g8\f g | % 22 ++ g16[ e] c a g4. \grace h8 a | % 23 ++ g4 r4 g8\mf c8 | % 24 ++ e4. f16[ e] d8 c | % 25 ++ h8. c32[ d] c8 r g16[ c] e[ g] | % 26 ++ g4~ g16[ e] a16[ g] f8 e | % 27 ++ d8. e32[ f] e8 r c16[\p h] d[ c] | % 28 ++ e4 d8 r\cresc d16[ c] e[ d] | % 29 ++ f4 e8 r e\f g | \barNumberCheck #30 ++ a4 f8 e e8. d16 | % 31 ++ c4 r f8.\p h,16 | % 32 ++ d8 c r c \grace {g'8} f8. h,16 | % 33 ++ c4 r r \bar"|." + } + \addQuote "UnamPetiiTIMusic" { \UnamPetiiTIMusic } + + UnamPetiiTILyrics = \lyricmode { +- % TODO ++ U -- nam pe -- ti -- i a Do -- mi -- no, ++ u -- nam pe -- ti -- i a Do -- mi -- no ++ hanc re -- qui -- ram ++ hanc re -- qui -- ram, ++ hanc re -- qui -- ram a Do -- mi -- no; ++ ut in ha -- bi -- tem in do -- mo Do -- mi -- ni ++ di -- e -- bus om -- ni -- bus vi -- tae -- me -- ae ++ u -- nam pe -- ti -- i hanc re -- qui -- ram ++ ut in ha -- bi -- tem in do -- mo Do -- mi -- ni ++ hanc re -- qui -- ram, hanc re -- qui -- ram, ++ hanc re -- qui -- ram a Do -- mi -- no. ++ U -- nam pe -- ti -- i a Do -- mi -- no ++ u -- nam pe -- ti -- i a Do -- mi -- no ++ hanc re -- qui -- ram hanc re -- qui -- ram hanc re -- qui -- ram a Do -- mi -- no ++ hanc re -- qui -- ram a Do -- mi -- no. + } + ++ ++ ++ ++ + UnamPetiiTIIMusic = \relative c' { +- % TODO ++ r4 r g8\mf g | % 2 ++ c4. c8 g8 g | % 3 ++ g8. g16 g8 r e16[ g] c[ e] | % 4 ++ e4~ e16[ c] f[ e] d8 c | % 5 ++ h8. c32[ d] c8 r g\p g | % 6 ++ c4 h8 r h16[\cresc a] c[ h] | % 7 ++ d4 c8 r e\f d | % 8 ++ g,4. h16 c d8 c | % 9 ++ h4 r c8 c | \barNumberCheck #10 ++ h8. a16 g8 e' d c | % 11 ++ \grace c h8. a16 g8 h\cresc h h | % 12 ++ h4.\f a16 g g[\p fis] fis[ e] | % 13 ++ cis'8.[ d16] d8 r r4 | % 14 ++ r8 c8[( h]) g4 g8 | % 15 ++ g4 fis8 r r4 | % 16 ++ r8 c' h g r d' | % 17 ++ e,4.( a8) c[ e] | % 18 ++ d,8[\f( e16 fis] g[ a h c] d8.) c16 | % 19 ++ h4 r fis8\p fis | \barNumberCheck #20 ++ a8.[ g16] g8 r c\cresc c | % 21 ++ c8.[ h16] h8 r d\f d | % 22 ++ e,16[ a] c e h8( d4) c8 | % 23 ++ h4 r4 g8\mf g8 | % 24 ++ c4. c8 g8 g | % 25 ++ g8. g16 g8 r e16[ g] c[ e] | % 26 ++ e4~ e16[ c] f16[ e] d8 c | % 27 ++ h8. c32[ d] c8 r g8\p g | % 28 ++ c4 h8 r\cresc h16[ a] c[ h] | % 29 ++ d4 c8 r e\f e | \barNumberCheck #30 ++ c4 c8 c h8. h16 | % 31 ++ g4 e'8[\p c] h[ d] | % 32 ++ c4 e8 c8 h8. d16 | % 33 ++ c4 r r \bar"|." + } + \addQuote "UnamPetiiTIIMusic" { \UnamPetiiTIIMusic } + + UnamPetiiTIILyrics = \lyricmode { +- % TODO ++ U -- nam pe -- ti -- i a Do -- mi -- no, ++ u -- nam pe -- ti -- i a Do -- mi -- no, ++ hanc re -- qui -- ram ++ hanc re -- qui -- ram, ++ hanc re -- qui -- ram a Do -- mi -- no; ++ ut in ha -- bi -- tem in do -- mo Do -- mi -- ni ++ di -- e -- bus om -- ni -- bus vi -- tae -- me -- ae ++ hanc hanc re -- qui -- ram ++ in do -- mo in do -- mo Do -- mi -- ni ++ hanc re -- qui -- ram, hanc re -- qui -- ram, ++ hanc re -- qui -- ram a Do -- mi -- no. ++ U -- nam pe -- ti -- i a Do -- mi -- no ++ u -- nam pe -- ti -- i a Do -- mi -- no ++ hanc re -- qui -- ram hanc re -- qui -- ram hanc re -- qui -- ram a Do -- mi -- no ++ hanc re -- qui -- ram a Do -- mi -- no. + } + +-UnamPetiiBIMusic = \relative c' { +- % TODO ++ ++ ++ ++ ++ ++UnamPetiiBIMusic = \relative c { ++ r4 r e8\mf e | % 2 ++ g4. a16[ g] f8 e | % 3 ++ d8. e32[ f] e8 r e g | % 4 ++ c4. c8 g8 g | % 5 ++ g8. g16 g8 r e16[\p d] f[ e] | % 6 ++ g4 g8 r g\cresc g | % 7 ++ g4 g8 r8 c8\f h | % 8 ++ c4. g16 g g8 g | % 9 ++ g4 r a8 a | \barNumberCheck #10 ++ g8. g16 g8 g g g | % 11 ++ g8. g16 g8 g\cresc h a | % 12 ++ g8.\f a16 h8 r a8\p a | % 13 ++ g8.[ fis16] fis8 r r4 | % 14 ++ r8 fis8[ g] h[ g] e | % 15 ++ d4 d8 r r4 | % 16 ++ r8 fis g h, c d | % 17 ++ e2 a8[ c] | % 18 ++ h4.( g8) d8[ fis] | % 19 ++ g4 r d8\p a' | \barNumberCheck #20 ++ fis8.[ g16] g8 r a8\cresc a | % 21 ++ a8.[ g16] g8 r g8\f g | % 22 ++ g e16 e d8( h'4) fis8 | % 23 ++ g4 r e8\mf e | % 24 ++ g4. a16[ g] f8 e | % 25 ++ d8. e32[ f] e8 r g g | % 26 ++ c4. c8 g g | % 27 ++ g8. g16 g8 r e16[\p d] f[ e] | % 28 ++ g4 g8 r\cresc g g | % 29 ++ g4 g8 r c8\f b | \barNumberCheck #30 ++ a4 a8 a f8. f16 | % 31 ++ e4 g8[\p e] d[ f] | % 32 ++ e4 g8 e d8. f16 | % 33 ++ e4 r r \bar"|." + } + \addQuote "UnamPetiiBIMusic" { \UnamPetiiBIMusic } + + UnamPetiiBILyrics = \lyricmode { +- % TODO ++ U -- nam pe -- ti -- i a Do -- mi -- no, ++ u -- nam pe -- ti -- i a Do -- mi -- no ++ hanc re -- qui -- ram ++ hanc re -- qui -- ram, ++ hanc re -- qui -- ram a Do -- mi -- no; ++ ut in ha -- bi -- tem in do -- mo Do -- mi -- ni ++ di -- e -- bus om -- ni -- bus vi -- tae me -- ae ++ hanc hanc re -- qui -- ram ++ in -- ha -- bi -- tem in do -- mo Do -- mi -- ni ++ hanc re -- qui -- ram, hanc re -- qui -- ram, ++ hanc re -- qui -- ram a Do -- mi -- no. ++ U -- nam pe -- ti -- i a Do -- mi -- no u -- nam pe -- ti -- i a Do -- mi -- no ++ hanc re -- qui -- ram hanc re -- qui -- ram ++ hanc re -- qui -- ram a Do -- mi -- no ++ hanc re -- qui -- ram a Do -- mi -- no. + } + +-UnamPetiiBIIMusic = \relative c' { +- % TODO ++ ++ ++ ++ ++ ++ ++ ++ ++UnamPetiiBIIMusic = \relative c { ++ r4 r c8\mf c | % 2 ++ c4. c8 h8 c | % 3 ++ g8. g16 c8 r c c | % 4 ++ c4. c8 h c | % 5 ++ g'8. g16 c,8 r c\p c | % 6 ++ g'4 g,8 r g'\cresc g | % 7 ++ h,4 c8 r c'8\f g | % 8 ++ e4. d16 c h8 c | % 9 ++ g'4 r fis8 fis | \barNumberCheck #10 ++ g8. g16 g8 c,8 c e | % 11 ++ g8. g,16 g8 g'8\cresc g fis | % 12 ++ e8.\f fis16 g8 g,[\p a] a | % 13 ++ a8.[ d16] d8 r r4 | % 14 ++ r4 r8 g,8[ e'] cis | % 15 ++ d4 d8 r r4 | % 16 ++ r r8 g, a h | % 17 ++ c4 c8 e8 c a | % 18 ++ d2 d4 | % 19 ++ g,4 r d'8\p d | \barNumberCheck #20 ++ d8.[ g16] g8 r d\cresc d | % 21 ++ d8.[ g,16] g8 r h8\f h | % 22 ++ c c16 c d4 d | % 23 ++ g,4 r c8\mf c | % 24 ++ c4. c8 h c | % 25 ++ g8. g16 c8 r c c | % 26 ++ c4. c8 h c | % 27 ++ g'8. g16 c,8 r c\p c | % 28 ++ g'4 g,8 r\cresc g'8 g | % 29 ++ h,4 c8 r c\f c | \barNumberCheck #30 ++ f4 f8 f g8. g16 | % 31 ++ c,4 r g'8.\p g16 | % 32 ++ c,8 c r c g'8. g16 | % 33 ++ c,4 r r \bar"|." + } + \addQuote "UnamPetiiBIIMusic" { \UnamPetiiBIIMusic } + + UnamPetiiBIILyrics = \lyricmode { +- % TODO ++ U -- nam pe -- ti -- i a Do -- mi -- no, ++ u -- nam pe -- ti -- i a Do -- mi -- no, ++ hanc re -- qui -- ram ++ hanc re -- qui -- ram, ++ hanc re -- qui -- ram a Do -- mi -- no; ++ ut in ha -- bi -- tem in do -- mo Do -- mi -- ni ++ di -- e -- bus om -- ni -- bus vi -- tae -- me -- ae ++ hanc re -- qui -- ram, ++ in do -- mo Do -- mi -- ni ut in -- ha -- bi -- tem ++ hanc re -- qui -- ram, hanc re -- qui -- ram, ++ hanc re -- qui -- ram a Do -- mi -- no. ++ U -- nam pe -- ti -- i a Do -- mi -- no u -- nam pe -- ti -- i a Do -- mi -- no ++ hanc re -- qui -- ram hanc re -- qui -- ram ++ hanc re -- qui -- ram a Do -- mi -- no ++ hanc re -- qui -- ram a Do -- mi -- no. + } + + diff --git a/patches/Eybler_UnamPetii_HV43_Score_Original.ly.patch b/patches/Eybler_UnamPetii_HV43_Score_Original.ly.patch new file mode 100644 index 0000000000000000000000000000000000000000..e17c97839f97df56b1fb1dc73ac31751bbc27732 --- /dev/null +++ b/patches/Eybler_UnamPetii_HV43_Score_Original.ly.patch @@ -0,0 +1,14 @@ +--- Eybler_UnamPetii_HV43_Score_Original.ly.new 2009-07-31 19:14:37.000000000 +0200 ++++ Eybler_UnamPetii_HV43_Score_Original.ly 2009-07-07 17:30:06.000000000 +0200 +@@ -8,5 +8,10 @@ + scorenumber = \markup{\scoreNumber \OriginalScoreNumber} + } + +-\createScore #"UnamPetii" #'("OriginalScore") ++TIClef = \clef "tenor" ++TIIClef = \clef "tenor" ++BIClef = \clef "bass" ++BIIClef = \clef "bass" ++ ++\createScore #"UnamPetii" #'("ChoralScore") + diff --git a/patches/Eybler_UnamPetii_HV43_Settings_Global.ily.patch b/patches/Eybler_UnamPetii_HV43_Settings_Global.ily.patch new file mode 100644 index 0000000000000000000000000000000000000000..3956ed277ae8d318ba40c629f134b6883389e342 --- /dev/null +++ b/patches/Eybler_UnamPetii_HV43_Settings_Global.ily.patch @@ -0,0 +1,36 @@ +--- Eybler_UnamPetii_HV43_Settings_Global.ily.new 2009-07-31 19:14:37.000000000 +0200 ++++ Eybler_UnamPetii_HV43_Settings_Global.ily 2009-07-08 21:05:56.000000000 +0200 +@@ -27,3 +27,33 @@ + % CorKey = \key g \major + % CorIKey = \CorKey + % CorIIKey = \CorKey ++TIClef = \clef "treble_8" ++TIIClef = \clef "treble_8" ++BIClef = \clef "bass" ++BIIClef = \clef "bass" ++ ++TIInstrumentName = "Tenore I" ++TIIInstrumentName = "Tenore II" ++BIInstrumentName = "Basso I" ++BIIInstrumentName = "Basso II" ++ ++TINumber = "13a" ++TIINumber = "13b" ++BINumber = "14a" ++BIINumber = "14b" ++ ++ ++#(define oly:orchestral_score_structure '( ++; Choral score ++ ("Ch" "ChoirStaff" ("TI" "TII" "BI" "BII")) ++ ("ChoralScore" "SimultaneousMusic" ("Ch")) ++ ("SoloChoirScore" "SimultaneousMusic" ("Solo" "Ch")) ++ ++; Full Scores ++ ("FullScore" "SimultaneousMusic" ("Wd" "Br" "Perc" "Str" "SoloChoirScore" "Organ" "O" "BC" "VceB")) ++ ("LongScore" "SimultaneousMusic" ("WdLong" "BrLong" "Perc" "Str" "SoloChoirScore" "Organ" "O" "BC" "VceB")) ++ ++; Piano reduction ++ ;("Piano" "SimultaneousMusic" ("Organ")) ++ ("VocalScore" "SimultaneousMusic" ("ChoralScore" "Piano")) ++)) diff --git a/patches/TeX_Eybler_UnamPetii_HV43_Include_ContentsMaterial.itex.patch b/patches/TeX_Eybler_UnamPetii_HV43_Include_ContentsMaterial.itex.patch new file mode 100644 index 0000000000000000000000000000000000000000..9a0a3590cae5a9a81df3b2339e9b9b6b45199d67 --- /dev/null +++ b/patches/TeX_Eybler_UnamPetii_HV43_Include_ContentsMaterial.itex.patch @@ -0,0 +1,11 @@ +--- TeX_Eybler_UnamPetii_HV43_Include_ContentsMaterial.itex.new 2009-07-31 19:14:37.000000000 +0200 ++++ TeX_Eybler_UnamPetii_HV43_Include_ContentsMaterial.itex 2009-07-31 19:15:27.000000000 +0200 +@@ -16,8 +16,6 @@ + Zu diesem Werk liegt folgendes Aufführungsmaterial vor: + + \ChoralScoreName{} (\scoreNumber\ChoralScoreNumber), +-\OriginalScoreName{} (\scoreNumber\OriginalScoreNumber), +-\InstrumentsName{} (\scoreNumber\InstrumentsNumber), + \TIName{} (\scoreNumber\TINumber), + \TIIName{} (\scoreNumber\TIINumber), + \BIName{} (\scoreNumber\BINumber), diff --git a/patches/TeX_Eybler_UnamPetii_HV43_Include_KritBericht.itex.patch b/patches/TeX_Eybler_UnamPetii_HV43_Include_KritBericht.itex.patch new file mode 100644 index 0000000000000000000000000000000000000000..210759a02371a038a7ce4e971c4ef20187580838 --- /dev/null +++ b/patches/TeX_Eybler_UnamPetii_HV43_Include_KritBericht.itex.patch @@ -0,0 +1,73 @@ +--- TeX_Eybler_UnamPetii_HV43_Include_KritBericht.itex.new 2009-07-31 19:14:37.000000000 +0200 ++++ TeX_Eybler_UnamPetii_HV43_Include_KritBericht.itex 2009-07-10 21:58:19.000000000 +0200 +@@ -7,14 +7,27 @@ + + \begin{thebibliography}{AA} + +-\bibitem[A]{TODO} +-Originalausgabe (Partitur), ORT, VERLAG, BESCHREIBUNG, erschienen TODO. +-\newblock Titel: ++\bibitem[A]{HS1} ++Handschrift, Wien, Österreichische Nationalbibliothek, Musiksammlung, aus dem Bestand der Peterskirche Wien, Schreiber: Jos. Greipel, 1847. Signatur: F 24 St. Peter Wien D 106 (I,II) ++ ++Handschriftliche Partitur und vier handschriftliche Einzelstimmen, aufbewahrt zwischen Pappdeckel; Auf Vorderseite \q{Graduale in C. \textbar{} \underline{Unam petii a Domino} \textbar{} Tenore 1\textsuperscript{mo} et II\textsuperscript{do} \textbar{} Basso 1\textsuperscript{mo} et II\textsuperscript{do} \textbar{} Authore \textbar{} Eybler. \textbar{} 827.} ++Aufführungsdaten (Peterskirche in Wien) auf der Rückseite des Umschlags, 1. Aufführung in der Peterskirche 1827, Einträge bis 1850 vorhanden. ++ ++Partitur notiert auf einem querformatigem 8-seitigen Heft mit 12 Notenzeilen pro Seite (4 Seiten leer). ++\newblock Titelblatt der Partitur: + {\em +-TITEL \textbar +-ETC. ++Quartetto in C \textbar{} ++Unam petii a Domino. \textbar{} ++für \textbar{} ++2 Tenore \textbar{} ++u. \textbar{} ++2 Bässe \textbar{} ++von \textbar{} ++J. Eybler. \textbar{} ++Jos Greipel mp \textbar{} ++847 + } +-\newblock Benutzte Exemplare: Wien, Österreichische Nationalbibliothek, Musiksammlung, Signatur: TODO ++Einzelstimmen jeweils doppelseitig auf einem Blatt. + + \bibitem[B]{TODO} + Originalausgabe (Stimmen), ORT, VERLAG, BESCHREIBUNG, erschienen TODO. +@@ -43,10 +56,33 @@ + + \subsubsection*{Einzelbemerkungen} + +-\subsubsection*{UnamPetii} +- + \begin{vergleich} +-TODO ++1 T1: mf in \cite{HS1} nur in der T2/B1/B2-Stimmen, nicht in Partitur. Ergänzt. ++ ++11 T1: Crescendo fehlt in Stimme in \cite{HS1}. ++ ++11 B1: In Partitur in \cite{HS1} inkorrekter Beistrich nach \q{Do--mi--ni}. ++ ++14 B2: In Partitur in \cite{HS1} zweite Achtel als Akkord c und e (e korrekt). ++ ++14 T2: In \cite{HS1} die zwei Achtelnoten mit Bogen. Entfernt, da dies die einzige Stelle im Stück mit (nicht notwendigem) Bogen wäre. ++ ++17 T1: Bogen in Stimme in \cite{HS1} nur über die ersten 8 Sechzehntel statt korrekt über die ersten 10. ++ ++17 T1: In Stimme in \cite{HS1} zusätzlicher Bogen über die letzten beiden Sechzehntel. Aus Konsistenzgründen nicht übernommen. ++ ++18 T2: In Partitur und Stimme in \cite{HS1} Bogen nur bis zur letzten Sechzehntel. In dieser Ausgabe bis zur punktierten Achtel aufgrund des Melisma. ++ ++22 T2: Bogen fehlt in Partitur in \cite{HS1}. ++ ++31: In allen Stimmen in \cite{HS1} sowie in der T2-Stimme der Partitur p, das sich in den anderen Stimmen T1/B1/B2 nicht findet; trotzdem übernommen. ++ ++31 T2: In der Partitur in \cite{HS1} sind Bögen gesetzt, die sonst in keiner anderen Stimme (auch im Rest des Stückes) nicht gesetzt sind. ++ ++32 T1: In Stimme in \cite{HS1} Decrescendo-Pfeil über die letzten beiden Noten (\q{Do--mi}). ++ ++32 T1: In Partitur in \cite{HS1} letzte undeutlich, ob h oder a. ++ + \end{vergleich} + + diff --git a/patches/TeX_Eybler_UnamPetii_HV43_Include_Leben.itex.patch b/patches/TeX_Eybler_UnamPetii_HV43_Include_Leben.itex.patch new file mode 100644 index 0000000000000000000000000000000000000000..ec003e958e6fe7a03a8b58ff82b32c830d00a5e5 --- /dev/null +++ b/patches/TeX_Eybler_UnamPetii_HV43_Include_Leben.itex.patch @@ -0,0 +1,18 @@ +--- TeX_Eybler_UnamPetii_HV43_Include_Leben.itex.new 2009-07-31 19:14:37.000000000 +0200 ++++ TeX_Eybler_UnamPetii_HV43_Include_Leben.itex 2009-07-23 20:45:42.000000000 +0200 +@@ -1,14 +1 @@ +-\section*{Das Leben von Joseph Eybler (1765-1846)} +- +-\begin{multicols}{2} +-TODO +-\end{multicols} +- +-\section*{The life of Joseph Eybler (1765-1846)} +- +-\begin{multicols}{2} +-TODO +-\end{multicols} +- +-Quellen / Sources:\\[0em] +-TODO ++\input{../../Komponisten/Eybler/TeX_Eybler_Include_Biografie.itex} diff --git a/patches/TeX_Eybler_UnamPetii_HV43_Include_Text.itex.patch b/patches/TeX_Eybler_UnamPetii_HV43_Include_Text.itex.patch new file mode 100644 index 0000000000000000000000000000000000000000..bb6b3811dbd5534405e058a41d12b29cc6653ce0 --- /dev/null +++ b/patches/TeX_Eybler_UnamPetii_HV43_Include_Text.itex.patch @@ -0,0 +1,24 @@ +--- TeX_Eybler_UnamPetii_HV43_Include_Text.itex.new 2009-07-31 19:14:37.000000000 +0200 ++++ TeX_Eybler_UnamPetii_HV43_Include_Text.itex 2009-07-07 17:46:44.000000000 +0200 +@@ -1,13 +1,16 @@ +-\subsection*{Text des \q{Unam petii} (Graduale, HV 43)} ++\subsection*{Text des \q{Unam petii} (Graduale, HV 43): Ps 27,4} + + \begin{small} +- +-\subsection*{UnamPetii} +-\nopagebreak + \begin{lyricstable} ++Unam petii a Domino ++hanc requiram a Domino ++ut in habitem in domo Domini ++diebus omnibus vitae meae.\\ ++ ++4 One thing I have asked of the Lord, this will I seek after; that I may dwell in the house of the Lord all the days of my life. That I may see the delight of the Lord, and may visit his temple. ++ + TODO & TODO & TODO \\ + \end{lyricstable} + +- + \end{small} + diff --git a/patches/TeX_Eybler_UnamPetii_HV43_Settings.itex.patch b/patches/TeX_Eybler_UnamPetii_HV43_Settings.itex.patch new file mode 100644 index 0000000000000000000000000000000000000000..ec5a86f46b739f089bf8d92b49716bb3e9d09470 --- /dev/null +++ b/patches/TeX_Eybler_UnamPetii_HV43_Settings.itex.patch @@ -0,0 +1,25 @@ +--- TeX_Eybler_UnamPetii_HV43_Settings.itex.new 2009-07-31 19:14:37.000000000 +0200 ++++ TeX_Eybler_UnamPetii_HV43_Settings.itex 2009-07-31 19:16:41.000000000 +0200 +@@ -1,6 +1,6 @@ + % Title Page +-\composer{Joseph Eybler (1765-1846)} +-%\composerdate{(TODO-TODO)} ++\composer{Joseph Eybler} ++\composerdate{(1765-1846)} + % \poet{} + % \poetdate{} + \title{Unam petii} +@@ -26,3 +26,13 @@ + } + + \input{TeX_Eybler_UnamPetii_HV43_Include_Todo.itex} ++ ++\newcommand{\TIName}{Tenore I} ++\newcommand{\TIIName}{Tenore II} ++\newcommand{\BIName}{Basso I} ++\newcommand{\BIIName}{Basso II} ++ ++\newcommand{\TINumber}{11} ++\newcommand{\TIINumber}{12} ++\newcommand{\BINumber}{13} ++\newcommand{\BIINumber}{14}