diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_ClnoI.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_ClnoI.ly new file mode 100644 index 0000000000000000000000000000000000000000..99df7e65d2cbfb1b82050bf3ac8e20342e84691a --- /dev/null +++ b/Eybler_OmnesDeSabaVenient_HV40_Instrument_ClnoI.ly @@ -0,0 +1,33 @@ +\version "2.13.1" +\include "Eybler_OmnesDeSabaVenient_HV40_Settings_Instrument.ily" + +\header { + instrument = \ClnoIInstrumentName + scorenumber = \markup{\scoreNumber \ClnoINumber} +} + +OmnesDeSabaVenientClnoIStaff = << + \new Staff = "OmnesDeSabaVenientClnoIStaff" \with { + instrumentName = \ClnoIInstrumentName + shortInstrumentName = \ClnoIShortInstrumentName + } << + \context CueVoice = "cue" {s1*100 } + \new Voice = "OmnesDeSabaVenientClnoIVoice"{ + \OmnesDeSabaVenientSettings + \ClnoIClef + \OmnesDeSabaVenientKey + \OmnesDeSabaVenientTimeSignature + \transpose d' c' \OmnesDeSabaVenientClnoIMusic + } + >> + \new Lyrics = "OmnesDeSabaVenientClnoICueLyricsAbove" \lyricsto "cue" { + \small + \skip4 \skip4 \skip4 \skip4 + + \skip4 \skip4 \skip4 \skip4 + + o -- ri -- en -- te, al -- le -- lu- + } +>> +\createScore #"OmnesDeSabaVenient" #'("ClnoI") + diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_ClnoII.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_ClnoII.ly new file mode 100644 index 0000000000000000000000000000000000000000..0ce6f7b0088a4de38eb87a8a114b577a1c77d9b5 --- /dev/null +++ b/Eybler_OmnesDeSabaVenient_HV40_Instrument_ClnoII.ly @@ -0,0 +1,33 @@ +\version "2.13.1" +\include "Eybler_OmnesDeSabaVenient_HV40_Settings_Instrument.ily" + +\header { + instrument = \ClnoIIInstrumentName + scorenumber = \markup{\scoreNumber \ClnoIINumber} +} + +OmnesDeSabaVenientClnoIIStaff = << + \new Staff = "OmnesDeSabaVenientClnoIIStaff" \with { + instrumentName = \ClnoIIInstrumentName + shortInstrumentName = \ClnoIIShortInstrumentName + } << + \context CueVoice = "cue" {s1*100 } + \new Voice = "OmnesDeSabaVenientClnoIIVoice"{ + \OmnesDeSabaVenientSettings + \ClnoIIClef + \OmnesDeSabaVenientKey + \OmnesDeSabaVenientTimeSignature + \transpose d' c' \OmnesDeSabaVenientClnoIIMusic + } + >> + \new Lyrics = "OmnesDeSabaVenientClnoIICueLyricsAbove" \lyricsto "cue" { + \small + \skip4 \skip4 \skip4 \skip4 + + \skip4 \skip4 \skip4 \skip4 + + o -- ri -- en -- te, al -- le -- lu- + } +>> +\createScore #"OmnesDeSabaVenient" #'("ClnoII") + diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_Continuo.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_Continuo.ly index 600635af68803f2988425ea0b4ccfe0f39f69421..abd2cc8c6d17b9d818c3e687db1e59fadf7531e5 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Instrument_Continuo.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Instrument_Continuo.ly @@ -4,7 +4,7 @@ \setCreatePDF ##t \header { - instrument = \ContinuoInstrumentName + instrument = "Organo" scorenumber = \markup{\scoreNumber \ContinuoNumber} arranger = "Generalbassaussetzung: R. Kainhofer" } @@ -14,7 +14,7 @@ \override VerticalAxisGroup #'remove-empty = ##f } } -RealizedContinuoMidiInstrument = "church organ" -\createScore #"OmnesDeSabaVenient" #'("Ch" "RealizedContinuo") +% \createScore #"OmnesDeSabaVenient" #'("Ch" "RealizedContinuo") +\createScore #"OmnesDeSabaVenient" #'("RealizedContinuo") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorI.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorI.ly index ad26055a086e0e8589d64dd3e7b116192288f4a4..f066608a03bc38549764fd791bee185c729641c4 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorI.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorI.ly @@ -6,5 +6,26 @@ scorenumber = \markup{\scoreNumber \CorINumber} } +OmnesDeSabaVenientCorIStaff = << + \new Staff = "OmnesDeSabaVenientCorIStaff" \with { + instrumentName = \CorIInstrumentName + shortInstrumentName = \CorIShortInstrumentName + } << + \context CueVoice = "cue" {s1*100 } + \new Voice = "OmnesDeSabaVenientCorIVoice"{ + \OmnesDeSabaVenientSettings + \CorIClef + \OmnesDeSabaVenientKey + \OmnesDeSabaVenientTimeSignature + \transpose g c' \OmnesDeSabaVenientCorIMusic + } + >> + \new Lyrics = "OmnesDeSabaVenientCorICueLyricsAbove" \lyricsto "cue" { + \small + \skip8 \skip4 \skip4 \skip4 \skip8 + + -na -- re Je -- ru -- sa -- lem, + } +>> \createScore #"OmnesDeSabaVenient" #'("CorI") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorII.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorII.ly index 894ff9db2dcf1e33fc6895ea1eac7f884bdc18d9..5b07e3cd7ecddc248d3075249ce5a6f5d5efad32 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorII.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorII.ly @@ -6,5 +6,26 @@ scorenumber = \markup{\scoreNumber \CorIINumber} } +OmnesDeSabaVenientCorIIStaff = << + \new Staff = "OmnesDeSabaVenientCorIIStaff" \with { + instrumentName = \CorIIInstrumentName + shortInstrumentName = \CorIIShortInstrumentName + } << + \context CueVoice = "cue" {s1*100 } + \new Voice = "OmnesDeSabaVenientCorIIVoice" { + \OmnesDeSabaVenientSettings + \CorIIClef + \OmnesDeSabaVenientKey + \OmnesDeSabaVenientTimeSignature + \transpose g c' \OmnesDeSabaVenientCorIIMusic + } + >> + \new Lyrics = "OmnesDeSabaVenientCorIICueLyricsAbove" \lyricsto "cue" { + \small + \skip8 \skip4 \skip4 \skip4 \skip8 + + -na -- re Je -- ru -- sa -- lem, + } +>> \createScore #"OmnesDeSabaVenient" #'("CorII") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_O.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_O.ly index 701c29a304a1fb117e41fdb72be6a1c7e903cda5..bbd88ff5ab3cb36830b6c2b4f157f0fd7ba7ed52 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Instrument_O.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Instrument_O.ly @@ -17,15 +17,5 @@ OmnesDeSabaVenientOIIaMusic = \XXXOmnesDeSabaVenientOIIaMusic } } -% \layout { -% \context { -% \RemoveEmptyStaffContext -% % No instrument names, they are already in the title/header! (Removing -% % the engraver only from the \Staff context is not sufficient!) -% \remove "Instrument_name_engraver" -% } -% } - - \createScore #"OmnesDeSabaVenient" #'("O" "RealizedContinuo") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObI.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObI.ly index d8d5e310d7b23951988fe21a6b4ef63a585cb69b..156262150a62d5fc54eb405434a01d83f231b876 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObI.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObI.ly @@ -6,5 +6,32 @@ scorenumber = \markup{\scoreNumber \ObINumber} } +OmnesDeSabaVenientObIStaff = << + \new Staff = "OmnesDeSabaVenientObIStaff" \with { + instrumentName = \ObIInstrumentName + shortInstrumentName = \ObIShortInstrumentName + } << + \context CueVoice = "cue" {s1*100 } + \new Voice = "OmnesDeSabaVenientObIVoice" { + \OmnesDeSabaVenientSettings + \ObIClef + \OmnesDeSabaVenientKey + \OmnesDeSabaVenientTimeSignature + \OmnesDeSabaVenientObIMusic + } + >> + \new Lyrics = "OmnesDeSabaVenientObICueLyricsAbove" \lyricsto "cue" { + \small + \skip8 \skip4 \skip4 \skip4 \skip8 + + \skip4 \skip4 + \skip4 \skip4 \skip2 + \skip4 \skip4 \skip4 \skip4 + \skip2 \skip2 + + Al -- le -- lu -- ja, + } +>> + \createScore #"OmnesDeSabaVenient" #'("ObI") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObII.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObII.ly index 4795dfb6e847d1b5a391e4f8155bdbccc65ca7db..22af3811fd72cc69195d6f1ed5bbbf961596554d 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObII.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObII.ly @@ -6,5 +6,32 @@ scorenumber = \markup{\scoreNumber \ObIINumber} } +OmnesDeSabaVenientObIIStaff = << + \new Staff = "OmnesDeSabaVenientObIIStaff" \with { + instrumentName = \ObIIInstrumentName + shortInstrumentName = \ObIIShortInstrumentName + } << + \context CueVoice = "cue" {s1*100 } + \new Voice = "OmnesDeSabaVenientObIIVoice" { + \OmnesDeSabaVenientSettings + \ObIIClef + \OmnesDeSabaVenientKey + \OmnesDeSabaVenientTimeSignature + \OmnesDeSabaVenientObIIMusic + } + >> + \new Lyrics = "OmnesDeSabaVenientObIICueLyricsAbove" \lyricsto "cue" { + \small + \skip8 \skip4 \skip4 \skip4 \skip8 + + \skip4 \skip4 + \skip4 \skip4 \skip2 + \skip4 \skip4 \skip4 \skip4 + \skip2 \skip2 + + Al -- le -- lu -- ja, + } +>> + \createScore #"OmnesDeSabaVenient" #'("ObII") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_P.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_P.ly index 7772a2715e97bfcef3c4507e7ff10d20d5ebc7ee..f9ed26eb06dc1f31984aa92d1ebcc2d3249eceeb 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Instrument_P.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Instrument_P.ly @@ -3,13 +3,7 @@ \header { instrument = \PInstrumentName - scorenumber = \markup{\scoreNumber \ONumber} - arranger = \markup{Klavierauszug: R. Kainhofer} -} -\layout { - \context { \Staff - \override VerticalAxisGroup #'remove-empty = ##f - } + scorenumber = \markup{\scoreNumber \PNumber} } \createScore #"OmnesDeSabaVenient" #'("P") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_SSolo.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_SSolo.ly index 0c3ca47a4918671bc6dab6343c8d99dfd7290830..db831570f76101ebbbab5e966fab8837aa22b0d6 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Instrument_SSolo.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Instrument_SSolo.ly @@ -7,9 +7,6 @@ } \paper { ragged-last-bottom = ##t - top-title-spacing = #'((space . 1) (minimum-distance . 5) (padding . 3)) - after-title-spacing = #'((space . 15) (minimum-distance . 10) (padding . 3)) - between-system-spacing = #'((space . 15) (minimum-distance . 10) (padding . 3)) } OmnesDeSabaVenientSSoloStaff = \TmpOmnesDeSabaVenientSSoloStaff diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_TbeI.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_TbeI.ly deleted file mode 100644 index 88609acaa1ebd0ca55f579aef65fbd02cf86b18a..0000000000000000000000000000000000000000 --- a/Eybler_OmnesDeSabaVenient_HV40_Instrument_TbeI.ly +++ /dev/null @@ -1,10 +0,0 @@ -\version "2.13.1" -\include "Eybler_OmnesDeSabaVenient_HV40_Settings_Instrument.ily" - -\header { - instrument = \TbeIInstrumentName - scorenumber = \markup{\scoreNumber \TbeINumber} -} - -\createScore #"OmnesDeSabaVenient" #'("TbeI") - diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_TbeII.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_TbeII.ly deleted file mode 100644 index 76ef14cfad4cc0d04cffebd65672e8650dbd9c35..0000000000000000000000000000000000000000 --- a/Eybler_OmnesDeSabaVenient_HV40_Instrument_TbeII.ly +++ /dev/null @@ -1,10 +0,0 @@ -\version "2.13.1" -\include "Eybler_OmnesDeSabaVenient_HV40_Settings_Instrument.ily" - -\header { - instrument = \TbeIIInstrumentName - scorenumber = \markup{\scoreNumber \TbeIINumber} -} - -\createScore #"OmnesDeSabaVenient" #'("TbeII") - diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_Tim.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_Tim.ly index cceaa732cfced637257c1e79691d52aa4f3647f7..36cdfaf67a654b2958f13453830ea3dc519bed5e 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Instrument_Tim.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Instrument_Tim.ly @@ -6,5 +6,31 @@ scorenumber = \markup{\scoreNumber \TimNumber} } +OmnesDeSabaVenientTimStaff = << + \new Staff = "OmnesDeSabaVenientTimStaff" \with { + instrumentName = \TimInstrumentName + shortInstrumentName = \TimShortInstrumentName + } << + \context CueVoice = "cue" {s1*100 } + \new Voice = "OmnesDeSabaVenientTimVoice" { + \OmnesDeSabaVenientSettings + \TimClef + \OmnesDeSabaVenientKey + \OmnesDeSabaVenientTimeSignature + \OmnesDeSabaVenientTimMusic + } + >> + \new Lyrics = "OmnesDeSabaVenientTimCueLyricsAbove" \lyricsto "cue" { + \small + \skip4 \skip4 \skip4 \skip4 + \skip4 \skip4 \skip4 \skip4 + + qui -- a glo -- ri -- a Do- + + e -- jus in o -- ri -- en -- te, + + al -- le -- lu -- ja, al -- le -- lu- + } +>> \createScore #"OmnesDeSabaVenient" #'("Tim") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_VI.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_VI.ly index 32ef2347fc9cab8ab4637441cc2a92e5aa4c12ed..825636be8bfa69c4486197e5978efd9540fa760b 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Instrument_VI.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Instrument_VI.ly @@ -6,5 +6,27 @@ scorenumber = \markup{\scoreNumber \VINumber} } +OmnesDeSabaVenientVIStaff = << + \new Staff = "OmnesDeSabaVenientVIStaff" \with { + instrumentName = \VIInstrumentName + shortInstrumentName = \VIShortInstrumentName + } << + \context CueVoice = "cue" {s1*100 } + \new Voice = "OmnesDeSabaVenientVIVoice" { + \OmnesDeSabaVenientSettings + \VIClef + \OmnesDeSabaVenientKey + \OmnesDeSabaVenientTimeSignature + \OmnesDeSabaVenientVIMusic + } + >> + \new Lyrics = "OmnesDeSabaVenientVICueLyricsAbove" \lyricsto "cue" { + \small + Sur -- ge et il -- lu -- mi- + + ad -- o -- ra -- re Do -- mi- + } +>> + \createScore #"OmnesDeSabaVenient" #'("VI") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_VII.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_VII.ly index d1bd920ba339a3c9ce13db015daf20d073c4b554..c1914eba28703ae7efdca21367e276821bc84d2f 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Instrument_VII.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Instrument_VII.ly @@ -15,6 +15,31 @@ \Score \override SpacingSpanner #'common-shortest-duration = #(ly:make-moment 1 8) } + \context { \Staff + \override VerticalAxisGroup #'remove-empty = ##f + } } +OmnesDeSabaVenientVIIStaff = << + \new Staff = "OmnesDeSabaVenientVIIStaff" \with { + instrumentName = \VIIInstrumentName + shortInstrumentName = \VIIShortInstrumentName + } << + \context CueVoice = "cue" {s1*100 } + \new Voice = "OmnesDeSabaVenientVIIVoice" { + \OmnesDeSabaVenientSettings + \VIIClef + \OmnesDeSabaVenientKey + \OmnesDeSabaVenientTimeSignature + \OmnesDeSabaVenientVIIMusic + } + >> + \new Lyrics = "OmnesDeSabaVenientVIICueLyricsAbove" \lyricsto "cue" { + \small + Sur -- ge et il -- lu -- mi- + + ad -- o -- ra -- re Do -- mi- + } +>> + \createScore #"OmnesDeSabaVenient" #'("VII") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_Va.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_Va.ly index 468093d79568c5b75a6960df241ec5e1b3af1ae9..3af476f025eba4c0c4a3484c546a9f031b3f1ef9 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Instrument_Va.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Instrument_Va.ly @@ -9,6 +9,28 @@ \paper { page-count = #2 } +OmnesDeSabaVenientVaStaff = << + \new Staff = "OmnesDeSabaVenientVaStaff" \with { + instrumentName = \VaInstrumentName + shortInstrumentName = \VaShortInstrumentName + } << + \context CueVoice = "cue" {s1*100 } + \new Voice = "OmnesDeSabaVenientVaVoice" { + \OmnesDeSabaVenientSettings + \VaClef + \OmnesDeSabaVenientKey + \OmnesDeSabaVenientTimeSignature + \OmnesDeSabaVenientVaMusic + } + >> + \new Lyrics = "OmnesDeSabaVenientVaCueLyricsAbove" \lyricsto "cue" { + \small + Sur -- ge et il -- lu -- mi- + + ad -- o -- ra -- re Do -- mi- + } +>> + \createScore #"OmnesDeSabaVenient" #'("Va") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Instrument_VcB.ly b/Eybler_OmnesDeSabaVenient_HV40_Instrument_VcB.ly index 6f6d4467931a6569c08bd05c1620c5d405bc0cd7..407c2ffc8499d92643defdc261acec1323d7cad0 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Instrument_VcB.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Instrument_VcB.ly @@ -6,5 +6,27 @@ scorenumber = \markup{\scoreNumber \VcBNumber} } +OmnesDeSabaVenientVcBStaff = << + \new Staff = "OmnesDeSabaVenientVcBStaff" \with { + instrumentName = \VcBInstrumentName + shortInstrumentName = \VcBShortInstrumentName + } << + \context CueVoice = "cue" {s1*100 } + \new Voice = "OmnesDeSabaVenientVcBVoice" { + \OmnesDeSabaVenientSettings + \VcBClef + \OmnesDeSabaVenientKey + \OmnesDeSabaVenientTimeSignature + \OmnesDeSabaVenientVcBMusic + } + >> + \new Lyrics = "OmnesDeSabaVenientVcBCueLyricsAbove" \lyricsto "cue" { + \small + Sur -- ge et il -- lu -- mi- + + ad -- o -- ra -- re Do -- mi- + } +>> + \createScore #"OmnesDeSabaVenient" #'("VcB") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Music_OmnesDeSabaVenient.ily b/Eybler_OmnesDeSabaVenient_HV40_Music_OmnesDeSabaVenient.ily index 5c978b5eaffb183641be89340ea6f2172008cfc3..bd8d68632a462e30e8db4be76eef0c273fc6915d 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Music_OmnesDeSabaVenient.ily +++ b/Eybler_OmnesDeSabaVenient_HV40_Music_OmnesDeSabaVenient.ily @@ -63,7 +63,8 @@ OmnesDeSabaVenientObIMusic = \relative c'' { r4 e8.[ e16] e4 g4 | % 41 f2 \slashedGrace { f8 } e8([ d8 e8 f8)] | % 42 d4 r4 r2 | % 43 - R1*11 | % 54 + R1*7 | \barNumberCheck #50 + \cleffedCueDuring "OmnesDeSabaVenientFagIMusic" #UP \cueFagI \FagTenorClef "" \ObIClef { R1*4 } | % 54 \partcombineChords c1\f | % 55 d1 | % 56 \partcombineAutomatic f1 | % 57 @@ -96,7 +97,8 @@ OmnesDeSabaVenientObIMusic = \relative c'' { h2 c2 | % 85 h2 c2 | % 86 h4 r4 e4 r4 | % 87 - R1*11 | % 98 + R1*9 | % 96 + \namedCueDuring "OmnesDeSabaVenientSMusic" #UP "Coro" "" { R1*2 } | % 98 h1\p | % 99 c2 r2 | \barNumberCheck #100 r4 c8.[\p c16] c4 r4 | % 101 @@ -153,7 +155,8 @@ OmnesDeSabaVenientObIIMusic = \relative c' { r4 c'8.[ c16] c4 e4 | % 41 d2 \slashedGrace { d8 } c8([ h8 c8 d8)] | % 42 h4 r4 r2 | % 43 - R1*11 | % 54 + R1*7 | \barNumberCheck #50 + \cleffedCueDuring "OmnesDeSabaVenientFagIMusic" #UP \cueFagI \FagTenorClef "" \ObIIClef { R1*4 } | % 54 c1~\f | % 55 c1 | % 56 h1 | % 57 @@ -186,7 +189,8 @@ OmnesDeSabaVenientObIIMusic = \relative c' { gis2 a2 | % 85 gis2 a2 | % 86 gis4 r4 gis4 r4 | % 87 - R1*11 | % 98 + R1*9 | % 96 + \namedCueDuring "OmnesDeSabaVenientSMusic" #UP "Coro" "" { R1*2 } | % 98 f1\p | % 99 e2 r2 | \barNumberCheck #100 r4 e8.[\p e16] e4 r4 | % 101 @@ -283,7 +287,8 @@ OmnesDeSabaVenientFagIMusic = \relative c' { h c | % 85 h c | % 86 h4 r e r | \barNumberCheck #87 - R1*9 | \barNumberCheck #96 + R1*8 | \barNumberCheck #95 + \cleffedCueDuring "OmnesDeSabaVenientVIMusic" #UP \cueVI \VIClef "" \FagIClef { R1 } | % 96 f1\p | % 97 e2 r | % 98 R1*2 | \barNumberCheck #100 @@ -380,7 +385,8 @@ OmnesDeSabaVenientFagIIMusic = \relative c { gis a | % 85 gis a | % 86 gis4 r e r | \barNumberCheck #87 - R1*9 | \barNumberCheck #96 + R1*8 | \barNumberCheck #95 + \cleffedCueDuring "OmnesDeSabaVenientVIMusic" #UP \cueVI \VIClef "" \FagIIClef { R1 } | % 96 h'1\p | % 97 c2 r | % 98 R1*2 | \barNumberCheck #100 @@ -418,8 +424,9 @@ OmnesDeSabaVenientCorIMusic = \relative g' { a4 a8.[ a16] h4 h8.[ h16] | % 16 a4 a8.[ a16] h4 h8.[ h16] | % 17 a4 r4 r2\fermata | % 18 - R1*8 | % 26 - r4 a8.\p[ a16] a4 a4 | % 27 + R1*6 | % 24 + \namedCueDuring "OmnesDeSabaVenientSSoloMusic" #DOWN "Solo" "" { R1*2 | + r4 } a8.\p[ a16] a4 a4 | % 27 h4 r4 r2 | % 28 r4 g8.[\p g16] g4 g4 | % 29 h4 r4 r2 | \barNumberCheck #30 @@ -439,8 +446,8 @@ OmnesDeSabaVenientCorIMusic = \relative g' { R1*3 | % 46 g4\f r4 r2 | % 47 a4 r4 r2 | % 48 - \partcombineApartOnce a4 r4 r2 | % 49 - g4 r4 r2 | \barNumberCheck #50 + a4 r4 r2 | % 49 + \partcombineApartOnce g4 r4 r2 | \barNumberCheck #50 d'4 r4 r2 | % 51 h4 r4 r2 | % 52 a4 r4 r2 | % 53 @@ -459,9 +466,9 @@ OmnesDeSabaVenientCorIMusic = \relative g' { h1~ | % 67 h2 r2 | % 68 R1*2 | \barNumberCheck #70 - \partcombineSoloI r2 r4 g4 | % 71 - \partcombineAutomatic c1~ | % 72 - c1 | % 73 + \partcombineApart r2 r4 g4 | % 71 + c1~ | % 72 + \partcombineAutomatic c1 | % 73 h2 r2 | % 74 r2 a2 | % 75 g1 | % 76 @@ -476,7 +483,8 @@ OmnesDeSabaVenientCorIMusic = \relative g' { h1~ | % 85 h1~ | % 86 h4 r4 h4 r4 | % 87 - R1*9 | % 96 + R1*8 | % 95 + \namedCueDuring "OmnesDeSabaVenientVIMusic" #UP \cueVI "" { R1 } | % 96 a1\pp | % 97 h2 r2 | % 98 a1 | % 99 @@ -515,8 +523,9 @@ OmnesDeSabaVenientCorIIMusic = \relative h { d4 d8.[ d16] g4 g8.[ g16] | % 16 d4 d8.[ d16] g4 g8.[ g16] | % 17 d4 r4 r2\fermata | % 18 - R1*8 | % 26 - r4 d8.\p[ d16] d4 d4 | % 27 + R1*6 | % 24 + \namedCueDuring "OmnesDeSabaVenientSSoloMusic" #DOWN "Solo" "" { R1*2 | + r4 } d8.\p[ d16] d4 d4 | % 27 g4 r4 r2 | % 28 r4 h,8.[\p h16] h4 h4 | % 29 g'4 r4 r2 | \barNumberCheck #30 @@ -555,7 +564,9 @@ OmnesDeSabaVenientCorIIMusic = \relative h { a1~ | % 66 a1 | % 67 d,2 r2 | % 68 - R1*3 | % 71 + R1 | % 71 + R1 | + R1 | r2 r4 a'4 | % 72 d,1 | % 73 f2 r2 | % 74 @@ -572,7 +583,8 @@ OmnesDeSabaVenientCorIIMusic = \relative h { h,1~ | % 85 h1~ | % 86 h4 r4 h4 r4 | % 87 - R1*9 | % 96 + R1*8 | % 95 + \namedCueDuring "OmnesDeSabaVenientVIMusic" #UP \cueVI "" { R1 } | % 96 d1\pp | % 97 g2 r2 | % 98 d1 | % 99 @@ -593,7 +605,7 @@ OmnesDeSabaVenientCorIIMusic = \relative h { \addQuote "OmnesDeSabaVenientCorIIMusic" { \OmnesDeSabaVenientCorIIMusic } -OmnesDeSabaVenientTbeIMusic = \relative d'' { +OmnesDeSabaVenientClnoIMusic = \relative d'' { \transposition b R1*6 | % 7 \namedCueDuring "OmnesDeSabaVenientCorIMusic" #UP \cueCorI "" {R1} | % 8 @@ -606,7 +618,8 @@ OmnesDeSabaVenientTbeIMusic = \relative d'' { R1*2 | % 16 r4 e8.[ e16] fis4 fis8.[ fis16] | % 17 e4 r4 r2\fermata | % 18 - R1*10 | % 28 + R1*8 | % 26 + \namedCueDuring "OmnesDeSabaVenientCorIMusic" #UP \cueCorI "" { R1*2 } | % 28 r4 a,8.\p[ a16] a4 a4 | % 29 a4 r4 r2 | \barNumberCheck #30 r4 a8.[\cresc a16] a4 a4 | % 31 @@ -614,7 +627,8 @@ OmnesDeSabaVenientTbeIMusic = \relative d'' { d4\f r4 r2 | % 33 fis,4 r4 a4 r4 | % 34 fis4 r4 r2 | % 35 - R1*11 | % 46 + R1*9 | % 44 + \cleffedCueDuring "OmnesDeSabaVenientBMusic" #UP "Basso" \BClef "" \ClnoIClef { R1*2 } | % 46 d'4\f r4 r2 | % 47 R1*3 | \barNumberCheck #50 a4 r4 r2 | % 51 @@ -653,9 +667,9 @@ OmnesDeSabaVenientTbeIMusic = \relative d'' { d4 r4 d4\pp r4 | % 111 d4 r4 r2 \bar "|." } -\addQuote "OmnesDeSabaVenientTbeIMusic" { \OmnesDeSabaVenientTbeIMusic } +\addQuote "OmnesDeSabaVenientClnoIMusic" { \OmnesDeSabaVenientClnoIMusic } -OmnesDeSabaVenientTbeIIMusic = \relative d' { +OmnesDeSabaVenientClnoIIMusic = \relative d' { \transposition b R1*6 | % 7 \namedCueDuring "OmnesDeSabaVenientCorIMusic" #UP \cueCorI "" {R1} | % 8 @@ -668,7 +682,8 @@ OmnesDeSabaVenientTbeIIMusic = \relative d' { R1*2 | % 16 r4 a8.[ a16] d4 d8.[ d16] | % 17 a4 r4 r2\fermata | % 18 - R1*10 | % 28 + R1*8 | % 26 + \namedCueDuring "OmnesDeSabaVenientCorIMusic" #UP \cueCorI "" { R1*2 } | % 28 r4 d,8.\p[ d16] d4 d4 | % 29 d4 r4 r2 | \barNumberCheck #30 r4 d8.[\cresc d16] d4 d4 | % 31 @@ -676,7 +691,8 @@ OmnesDeSabaVenientTbeIIMusic = \relative d' { d4\f r4 r2 | % 33 d4 r4 a4 r4 | % 34 d4 r4 r2 | % 35 - R1*11 | % 46 + R1*9 | % 44 + \cleffedCueDuring "OmnesDeSabaVenientBMusic" #UP "Basso" \BClef "" \ClnoIClef { R1*2 } | % 46 d4\f r4 r2 | % 47 R1*3 | \barNumberCheck #50 a4 r4 r2 | % 51 @@ -715,7 +731,7 @@ OmnesDeSabaVenientTbeIIMusic = \relative d' { d4 r4 d4\pp r4 | % 111 d4 r4 r2 \bar "|." } -\addQuote "OmnesDeSabaVenientTbeIIMusic" { \OmnesDeSabaVenientTbeIIMusic } +\addQuote "OmnesDeSabaVenientClnoIIMusic" { \OmnesDeSabaVenientClnoIIMusic } AlternativeOmnesDeSabaVenientTrbIMusic = \relative c'' { @@ -882,7 +898,7 @@ AlternativeOmnesDeSabaVenientTrbIIIMusic = \relative c { OmnesDeSabaVenientTimMusic = \relative c { R1*6 | % 7 - \cleffedCueDuring #"OmnesDeSabaVenientCorIMusic" #UP \cueCor \CorIClef "" \TimClef {R1 \cueText "+Tbe." R1} | % 9 + \cleffedCueDuring #"OmnesDeSabaVenientCorIMusic" #UP \cueCor \CorIClef "" \TimClef {R1 \tag #'cued \cueText "+Clni." R1} | % 9 c2.\trill\fz r4 | \barNumberCheck #10 g8[ g16 g16] g8[ g8] c4 c4 | % 11 g4 r4 r2 | % 12 @@ -891,8 +907,9 @@ OmnesDeSabaVenientTimMusic = \relative c { R1*2 | % 16 r4 g8.[ g16] c4 c8.[ c16] | % 17 g4 r4 r2\fermata | % 18 - R1*10 | % 28 - r4 c8.\p[ c16] c4 c4 | % 29 + R1*9 | % 27 + \cleffedCueDuring "OmnesDeSabaVenientSSoloMusic" #UP "Solo" \SSoloClef "" \TimClef { R1 | % 28 + r4 } c8.\p[ c16] c4 c4 | % 29 c4 r4 r2 | \barNumberCheck #30 r4 c8.[\cresc c16] c4 c4 | % 31 c4 r4 r2 | % 32 @@ -916,8 +933,9 @@ OmnesDeSabaVenientTimMusic = \relative c { R1 | % 56 g1\trill | % 57 c4 r4 r2 | % 58 - R1*11 | % 69 - r4 g4 g4 g4 | \barNumberCheck #70 + R1*9 | % 67 + \cleffedCueDuring "OmnesDeSabaVenientSMusic" #UP "Sopr." \SClef "" \TimClef { R1*2 | % 69 + r4 } g4 g4 g4 | \barNumberCheck #70 c4 r4 r2 | % 71 R1*4 | % 75 c4 r4 r2 | % 76 @@ -925,8 +943,8 @@ OmnesDeSabaVenientTimMusic = \relative c { r4 g4 g4 g4 | % 78 c4 r4 r2 | % 79 R1*19 | \barNumberCheck #98 - \cleffedCueDuring "OmnesDeSabaVenientObIMusic" #UP \cueOb \ObClef "" \TimClef { R1*2 } | \barNumberCheck #100 - r4 c2\pp\trill r4 | % 101 + \cleffedCueDuring "OmnesDeSabaVenientSMusic" #UP "Sopr." \SClef "" \TimClef { R1*2 | \barNumberCheck #100 + r4 } c2\pp\trill r4 | % 101 r4 c2\trill r4 | % 102 R1*2 | % 104 r4 c8.\f[ c16] c4 r4 | % 105 @@ -941,6 +959,7 @@ OmnesDeSabaVenientTimMusic = \relative c { \addQuote "OmnesDeSabaVenientTimMusic" { \OmnesDeSabaVenientTimMusic } OmnesDeSabaVenientVIMusic = \relative c' { + \transposition c' c8\p c4 c4 c4 c8 | % 2 c4 r4 r2 | % 3 e8 e4 e4 e4 e8 | % 4 @@ -958,8 +977,10 @@ OmnesDeSabaVenientVIMusic = \relative c' { g16[ fis16 g16 fis16] g16[ d16 h16 g16] c16[ h16 c16 d16] e16[ d16 e16 fis16] | % 16 g16[ fis16 g16 a16] h16[ g16 a16 h16] c16[ h16 a16 g16] f16[ e16 d16 c16] | % 17 g'4 r4 r2\fermata | % 18 - R1*2 | \barNumberCheck #20 - \dynamicsX #-3 a,,8(\p[ e'8)] r8 a8 r8 c8 r8 e8 | % 21 + R1 | % 19 + \namedCueDuring "OmnesDeSabaVenientSSoloMusic" #UP "Solo" "" { R1 } | \barNumberCheck #20 +% \dynamicsX #-3 + a,,8([\whiteoutp e'8)] r8 a8 r8 c8 r8 e8 | % 21 h,8([ e8)] r8 gis8 r8 h8 r8 d8 | % 22 c4 r4 r2 | % 23 R1 | % 24 @@ -982,6 +1003,7 @@ OmnesDeSabaVenientVIMusic = \relative c' { r4 c8([ e8] g8[ c8 e8 g8)] | % 41 f4-. f4-. \slashedGrace { f8 } e8([ d8 e8 f8)] | % 42 d8\f[ h'16 a16] g8-.[ fis8-.] e8-.[ d8-. c8-. h8-.] | % 43 + \set Staff.shortInstrumentName = \VCombinedShortInstrumentName a8[ e'16 d16] c8-.[ h8-.] a8-.[ g8-. fis8-. e8-.] | % 44 d8[ fis'16 g16] a8[ g8] fis8[ e8 d8 c8] | % 45 h8[ d16 c16] h8[ a8] g8[ f!8 e8 d8] | % 46 @@ -1021,12 +1043,14 @@ OmnesDeSabaVenientVIMusic = \relative c' { a8[ c16 d16] e8[ d8] c8[ h8 a8 g8] | \barNumberCheck #80 f8[ d'16 e16] f8[ e8] d8[ c8 h8 a8] | % 81 g8[ h16 c16] e8[ c8] h8[ a8 g8 f8] | % 82 + \set Staff.shortInstrumentName = \VIShortInstrumentName e8[ g'16 f16] e8[ d8] c8[ h8 a8 g8] | % 83 f8[ a'16 g16] f8[ e8] d8[ c8 h8 a8] | % 84 gis8[ e16 fis16] gis8[ e8] a8[ a16 h16] c8[ a8] | % 85 e'8[ e16 fis16] gis8[ e8] a8[ a16 h16] c8[ a8] | % 86 e'4 r4 <gis,, h e>4 r4 | % 87 - R1*8 | % 95 + R1*5 | % 92 + \namedCueDuring "OmnesDeSabaVenientSMusic" #DOWN "Coro" "" { R1*3 } | % 95 g'2\p~ g8[( e8 c8 e8)] | % 96 d4 r4 r2 | % 97 g2 a8([ g8 e8 c8)] | % 98 @@ -1066,7 +1090,8 @@ OmnesDeSabaVenientVIIMusic = \relative g { g16[ fis16 g16 fis16] g16[ d16 h16 g16] c16[ h16 c16 d16] e16[ d16 e16 fis16] | % 16 g16[ fis16 g16 a16] h16[ g16 a16 h16] c16[ h16 a16 g16] f16[ e16 d16 c16] | % 17 g'4 r4 r2\fermata | % 18 - R1*2 | \barNumberCheck #20 + R1 | % 19 + \namedCueDuring "OmnesDeSabaVenientSSoloMusic" #UP "Solo" "" { R1 } | \barNumberCheck #20 r8 c,8\p r8 c8 r8 e8 r8 c'8 | % 21 r8 h8 r8 e,8 r8 gis8 r8 h8 | % 22 a4 r4 r2 | % 23 @@ -1081,7 +1106,7 @@ OmnesDeSabaVenientVIIMusic = \relative g { <g c,>4 r4 r2 | % 32 \dynamicsX #-3 <f c' f>4\f r4 r2 | % 33 <g, g' c e>4 r4 <g f'>4 r4 | % 34 - \dynamicsX #-3 e'8(\p[ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 35 + \dynamicsX #-3 e'8([\whiteoutp g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 35 f'8([ g,8) d'8( g,8)] f'8([ g,8) d'8( g,8)] | % 36 e'8([ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 37 f'8([ g,8) d'8( g,8)] f'8([ g,8) d'8( g,8)] | % 38 @@ -1089,7 +1114,8 @@ OmnesDeSabaVenientVIIMusic = \relative g { e'8([ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | \barNumberCheck #40 e'8([ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 41 f'8([ g,8) f'8( g,8)] e'8([ g,8) e'8( g,8)] | % 42 - \dynamicsAllInside #-3 #-7.5 d'8[\f h''16 a16] g8-.[ fis8-.] e8-.[ d8-. c8-. h8-.] | % 43 + \dynamicsAllInside #-3 #-7.5 d'8[\whiteoutf h''16 a16] g8-.[ fis8-.] e8-.[ d8-. c8-. h8-.] | % 43 + \set Staff.keepAliveInterfaces = #'() a8[ e'16 d16] c8-.[ h8-.] a8-.[ g8-. fis8-. e8-.] | % 44 d8[ fis'16 g16] a8[ g8] fis8[ e8 d8 c8] | % 45 h8[ d16 c16] h8[ a8] g8[ f!8 e8 d8] | % 46 @@ -1131,10 +1157,12 @@ OmnesDeSabaVenientVIIMusic = \relative g { g8[ h16 c16] e8[ c8] h8[ a8 g8 f8] | % 82 e8[ g'16 f16] e8[ d8] c8[ h8 a8 g8] | % 83 f8[ a'16 g16] f8[ e8] d8[ c8 h8 a8] | % 84 + \unset Staff.keepAliveInterfaces gis8[ e16 fis16] gis8[ e8] a8[ a16 h16] c8[ a8] | % 85 gis8[ e16 fis16] gis8[ e8] a8[ a16 h16] c8[ a8] | % 86 gis4 r4 <gis h e>4 r4 | % 87 - R1*8 | % 95 + R1*5 | % 92 + \namedCueDuring "OmnesDeSabaVenientSMusic" #DOWN "Coro" "" { R1*3 } | % 95 e8(\p[ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 96 f'8([ g,8) d'8( g,8)] f'8([ g,8) d'8( g,8)] | % 97 e'8([ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 98 @@ -1147,7 +1175,7 @@ OmnesDeSabaVenientVIIMusic = \relative g { \dynamicsAllInside #-2.5 #-7 e'8([\f g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 105 e'8([ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 106 f'8([ a,8) f'8( a,8)] h8([ d8) h8( d8)] | % 107 - \dynamicsAllInside #-2.5 #-6 c8(\p[ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 108 + \dynamicsAllInside #-2.5 #-6 c8([\whiteoutp g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 108 c8([ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 109 c8([_\perd g8) e'8( g,8)] c8([ g8) e'8( g,8)] | \barNumberCheck #110 c4 r4 c4\pp r4 | % 111 @@ -1174,7 +1202,8 @@ OmnesDeSabaVenientVaMusic = \relative e { h4 <h, d>8.[ <h d>16] <c e>4 <c e>8.[ <c e>16] | % 16 <h d>4 <g g'>8.[ <g g'>16] <g g'>4 <g g'>8.[ <g g'>16] | % 17 <g g'>4 r4 r2\fermata | % 18 - R1*2 | \barNumberCheck #20 + R1 | % 19 + \cleffedCueDuring "OmnesDeSabaVenientSSoloMusic" #UP "Solo" \SSoloClef "" \VaClef { R1 } | \barNumberCheck #20 r8 a8\p r8 a8 r8 a8 r8 a8 | % 21 r8 h8 r8 h8 r8 e8 r8 \divisi { gis8 a4 } { e8 e4 } r4 r2 | % 23 @@ -1244,7 +1273,8 @@ OmnesDeSabaVenientVaMusic = \relative e { h4} {gis4 r4 a4 | % 85 r4 gis4 r4 a4 | % 86 gis4} r4 <e, h' e>4 r4 | % 87 - R1*8 | % 95 + R1*5 | % 92 + \namedCueDuring "OmnesDeSabaVenientSMusic" #UP "Coro" "" { R1*3 } | % 95 c'8(\p[ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 96 d'8([ g,8) h8( g8)] d'8([ g,8) h8( g8)] | % 97 c8([ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 98 @@ -1266,9 +1296,13 @@ OmnesDeSabaVenientVaMusic = \relative e { \addQuote "OmnesDeSabaVenientVaMusic" { \OmnesDeSabaVenientVaMusic } +OmnesDeSabaVenientStrMusicBeginn = \relative c' { <c g>8 <c g>4 <c g> <c g> <c g>8 } +\addQuote "OmnesDeSabaVenientStrMusicBeginn" { \OmnesDeSabaVenientStrMusicBeginn } + % Split solo and choir TmpOmnesDeSabaVenientSSoloMusic = \relative c'' { + \transposition c' s1*16 | % 17 % \once \override InstrumentSwitch #'self-alignment-X = #1 \once \override InstrumentSwitch #'X-offset = #-5.75 @@ -1307,8 +1341,10 @@ TmpOmnesDeSabaVenientSSoloMusic = \relative c'' { OmnesDeSabaVenientSMusic = \relative c' { - \startUnremovableSection \cueText "Tutti" - R1 | % 2 + \startUnremovableSection + \namedCueDuring "OmnesDeSabaVenientStrMusicBeginn" #DOWN "Str." "" { R1 } | % 2 + \cueText "Tutti" + \dynamicsX #-3 c4\p c8 c8 c4 c4 | % 3 e4. c8 c4 r4 | % 4 e4 e8 e8 e4 e4 | % 5 @@ -1457,11 +1493,7 @@ OmnesDeSabaVenientSSoloLyrics = \lyricmode { } -OmnesDeSabaVenientSStaff = \new Staff = "OmnesDeSabaVenientSStaff" \with { - instrumentName = \SInstrumentName - shortInstrumentName = \SShortInstrumentName - midiInstrument = \SMidiInstrument -} << +OmnesDeSabaVenientSStaffContents = << \new Voice = "OmnesDeSabaVenientSSoloInSVoice" { \dynamicUp \OmnesDeSabaVenientSettings @@ -1498,12 +1530,18 @@ OmnesDeSabaVenientSStaff = \new Staff = "OmnesDeSabaVenientSStaff" \with { \new Lyrics = "OmnesDeSabaVenientSSoloInSLyricsBelow" \lyricsto "OmnesDeSabaVenientSSoloInSVoice" \OmnesDeSabaVenientSSoloLyrics \new Lyrics = "OmnesDeSabaVenientSLyrics" \lyricsto "OmnesDeSabaVenientSVoice" \OmnesDeSabaVenientSLyrics >> +OmnesDeSabaVenientSStaff = \new Staff = "OmnesDeSabaVenientSStaff" \with { + instrumentName = \SInstrumentName + shortInstrumentName = \SShortInstrumentName + midiInstrument = \SMidiInstrument +} \OmnesDeSabaVenientSStaffContents TmpOmnesDeSabaVenientSSoloStaff = << \new Staff = "OmnesDeSabaVenientSSoloStaff" \with { instrumentName = \SSoloInstrumentName shortInstrumentName = \SSoloShortInstrumentName } << + \new CueVoice = "cue" { s1*100 } \new Voice = "OmnesDeSabaVenientSSoloVoice" { \dynamicUp \OmnesDeSabaVenientSettings @@ -1511,7 +1549,7 @@ TmpOmnesDeSabaVenientSSoloStaff = << \OmnesDeSabaVenientKey \OmnesDeSabaVenientTimeSignature R1*12 | % 14 - \namedCueDuring #"OmnesDeSabaVenientSMusic" #UP "Sopr." "" { R1*4 } | % 17 + \namedCueDuring #"OmnesDeSabaVenientSMusic" #UP "Coro" "" { R1*4 } | % 17 \cueDuring #"OmnesDeSabaVenientSMusic" #DOWN { \quoteDuring #"OmnesDeSabaVenientSSoloMusic" {s1} } | % 18 \quoteDuring #"OmnesDeSabaVenientSSoloMusic" {s1*17 } | % 35 \cueText "Tutti" @@ -1524,7 +1562,7 @@ TmpOmnesDeSabaVenientSSoloStaff = << \override VerticalAxisGroup #'inter-staff-spacing = #'((space . 0) (minimum-distance . 1) (padding . 0.25)) } \lyricsto "cue" { \small \override LyricText #'font-shape = #'italic - \skip4 an -- nun -- ti -- an -- tes, lau -- dem Do -- mi -- ni. + -an -- tes, an -- nun -- ti -- an -- tes, lau -- dem Do -- mi -- ni. } \new Lyrics = "OmnesDeSabaVenientSSoloLyricsBelow" \lyricsto "OmnesDeSabaVenientSSoloVoice" \OmnesDeSabaVenientSSoloLyrics >> @@ -1532,8 +1570,9 @@ TmpOmnesDeSabaVenientSSoloStaff = << OmnesDeSabaVenientAMusic = \relative c' { \startUnremovableSection - \cueText "Tutti" R1 | % 2 + \cueText "Tutti" + \dynamicsX #-3 c4\p c8 c8 c4 c4 | % 3 c4. c8 c4 r4 | % 4 c4 c8 c8 c4 c4 | % 5 @@ -1551,8 +1590,7 @@ OmnesDeSabaVenientAMusic = \relative c' { g2. g4 | % 17 g4 r4 r2\fermata | % 18 \endUnremovableSection - R1*17 | % 35 - \startUnremovableSection + R1*17 \startUnremovableSection | % 35 \cueText "Tutti" \dynamicsX #-4.5 g2\pp g4 g4 | % 36 @@ -1673,8 +1711,9 @@ OmnesDeSabaVenientALyrics = \lyricmode { OmnesDeSabaVenientTMusic = \relative e { \startUnremovableSection - \cueText "Tutti" R1 | % 2 + \cueText "Tutti" + \dynamicsX #-3 e4\p e8 e8 e4 e4 | % 3 g4. e8 e4 r4 | % 4 g4 g8 g8 g4 g4 | % 5 @@ -1801,9 +1840,10 @@ OmnesDeSabaVenientTLyrics = \lyricmode { OmnesDeSabaVenientBMusic = \relative c { \startUnremovableSection + \namedCueDuring #"OmnesDeSabaVenientBCMusic" #UP "Vc./Cb." "" { R1 } | % 2 \cueText "Tutti" - R1 | % 2 - c4\p c8 c8 c4 c4 | % 3 + \dynamicsX #-3 + c4\p c8 c8 c4 c4 | % 3 c4. c8 c4 r4 | % 4 c4 c8 c8 c4 c4 | % 5 c4. c8 c4 r4 | % 6 @@ -2183,7 +2223,8 @@ OmnesDeSabaVenientVcBOCommon = \relative c { g4 g'8.[ g16] e4 c8.[ c16] | % 16 g4 g'8.[ g16] e4 c8.[ c16] | % 17 g4 r4 r2\fermata | % 18 - R1*2 | \barNumberCheck #20 + R1 | % 19 + \cleffedCueDuring "OmnesDeSabaVenientSSoloMusic" #UP "Solo" \SSoloClef "" \VcBClef { R1 } | \barNumberCheck #20 c8\p r8 e8 r8 c8 r8 a8 r8 | % 21 gis8 r8 h'8 r8 gis8 r8 e8 r8 | % 22 a4 r4 r2 | % 23 @@ -2251,7 +2292,8 @@ OmnesDeSabaVenientVcBOCommon = \relative c { e4 e'4 c4 a4 | % 85 e4 e'4 c4 a4 | % 86 e4 r4 e'4 r4 | % 87 - R1*8 | % 95 + R1*5 | % 92 + \cleffedCueDuring "OmnesDeSabaVenientSMusic" #DOWN "Coro" \SClef "" \VcBClef { R1*3 } | % 95 c,4^\pizz r4 c'4 r4 | % 96 g,4 r4 g'4 r4 | % 97 c,4 r4 c'4 r4 | % 98 @@ -2354,9 +2396,9 @@ OmnesDeSabaVenientBCMusic = \notemode { \OmnesDeSabaVenientVcBOCommon R1*5 \bar"|." } -% \addQuote "OmnesDeSabaVenientBCMusic" { \OmnesDeSabaVenientBCMusic } +\addQuote "OmnesDeSabaVenientBCMusic" { \OmnesDeSabaVenientBCMusic } -OmnesDeSabaVenientBCFbMusic = \figuremode { +OmnesDeSabaVenientBCFbMusic = \figuremode {\bassFigureStaffAlignmentDown \override TextScript #'outside-staff-priority = #999 s1*7\solo | % 8 s2\tutti <6> | % 9 @@ -2430,12 +2472,12 @@ OmnesDeSabaVenientPCuesMusic = \notemode { \cueText "Archi" s1 | % 4 \cueText "Legni, Cor" s1 | % 5 \cueText "Archi" s1 | % 6 - \cueText "Legni" s1 | % 7 + \cueText "+Legni" s1 | % 7 \cueText "+Cor" s1 | % 8 - \cueText "+Tbe" s1 | % 9 + \cueText "+Clni" s1 | % 9 \cueText "+Tim" s4. \cueText "Vl" s8 s2 | \barNumberCheck #10 s1*6 | % 16 - s4 \cueText "+Tbe,Tim" s2. | % 17 + s4 \cueText "+Clni,Tim" s2. | % 17 s1 | % 18 s4 \cueText "Legni" s2. | % 19 s1 | \barNumberCheck #20 @@ -2463,7 +2505,7 @@ OmnesDeSabaVenientPCuesMusic = \notemode { \cueText "+Ob" s1*2 | \barNumberCheck #100 s4 \cueText "+Tim" s2. | % 101 s1*3 | % 104 - s4 \cueText "+Tbe" s2. | \barNumberCheck #105 + s4 \cueText "+Clni" s2. | \barNumberCheck #105 s1*7 } @@ -2499,15 +2541,25 @@ OmnesDeSabaVenientPIMusic = \relative c' { <e c>4 r r2 | % 28 r4 <c g e>8.[ <c g e>16] <c g e>4 <c g e>4 | % 29 <e c g>4 r r2 | \barNumberCheck #30 - - \repeat unfold 12 { s1 } | % 42 - - << { \voiceOne - s8[ h'16 a16] g8-.[ fis8-.] e8-.[ d8-. c8-. h8-.] | % 43 + r4 q8.[ g16] q4 q | % 31 + <g e c g>4 r r2 | % 32 + <a f c a>4^"TODO" r r2 | % 33 + <g e c g>4 r <d h g f> r | % 34 + <c g e> r r2 | % 35 + <d h g>2 \twoVoice { d8[ f] e[ d] } {<h g>4 <h g>4} | % 36 + \twoVoice {g'2~ \oneVoice g8[ e c e] } { <e c>4 r } | % 37 + <d h g>2 q4 q | % 38 + \twoVoice {g2~ \oneVoice g8[ e c g] } { <e c>4 r } | % 39 + e4 <e g c>8.[ q16] q4 r | \barNumberCheck #40 + r4 <g c e>8.[ q16] q8[ c q g'] | % 41 + \twoVoice { f4 f } { <d g>2 } \slashedGrace f8 <e c>8[ <d h> <e c> <f d>] | % 42 + + \twoVoice { + <d h g>8[ h'16 a16] g8-.[ fis8-.] e8-.[ d8-. c8-. h8-.] | % 43 a8[ e'16 d16] c8-.[ h8-.] a8-.[ g8-. fis8-. e8-.] | % 44 d8[ fis'16 g16] a8[ g8] fis8[ e8 d8 c8] | % 45 h8[ d16 c16] h8[ a8] g8[ f8 e8 d8] | % 46 - c8[ e'16 d16] c8[ h8] a8[ g8 f8 e8] | % 47 + <c e>8[ e'16 d16] c8[ h8] a8[ g8 f8 e8] | % 47 d8[ a''16 g16] f8[ e8] d8[ c8 h8 a8] | % 48 g8[ d'16 c16] h8[ a8] g8[ f8 e8 d8] | % 49 <c e>8[ c'16 h16] a8[ g8] fis8[ d'8 e8 fis8] | \barNumberCheck #50 @@ -2546,9 +2598,7 @@ OmnesDeSabaVenientPIMusic = \relative c' { e8[ g'16 f16] e8[ d8] c8[ h8 a8 g8] | % 83 f8[ a'16 g16] f8[ e8] d8[ c8 h8 a8] | % 84 gis8[ e16 fis16] gis8[ e8] a8[ a16 h16] c8[ a8] | % 85 - } - \new Voice = "OmnesDeSabaVenientPIVoiceII" { - \voiceTwo + } { s4 r4 r4 g4 | % 43 e4 e4 r4 c4 | % 44 a4 fis''4 r4 a,4 | % 45 @@ -2592,8 +2642,8 @@ OmnesDeSabaVenientPIMusic = \relative c' { h2 e,4 e4 | % 83 e4 d4 c4 a4 | % 84 e4 <h'' gis>4 r4 <c a>4 | % 85 - } >> - \oneVoice + } + s1*2 | % 87 % e'8[ e16 fis16] gis8[ e8] a8[ a16 h16] c8[ a8] | % 86 @@ -2641,7 +2691,9 @@ OmnesDeSabaVenientPDynamicsMusic = \relative c { s1\cresc | % 31 s1\! | % 32 s1\f | % 33 - s1*9 | % 42 + s1*2 | % 35 + s1\pp | % 36 + s1*6 | % 42 s1\f | % 43 s1*52 | \barNumberCheck #95 s1\p | % 96 @@ -2666,7 +2718,7 @@ OmnesDeSabaVenientPIIMusic = \relative c { c,4 c'4 c,4 c'4 | % 7 c,4 c'4 c,4 c'4 | % 8 c,4 c'4 a4 f4 | % 9 - c4 e4 g4 c4 | \barNumberCheck #10 + c4 <e g c>4 <g c e>4 <c e g>4 | \barNumberCheck #10 h4 h,4 c4 c'4 | % 11 g4 r4 r2 | % 12 g,4 r4 c4 r4 | % 13 @@ -2690,15 +2742,15 @@ OmnesDeSabaVenientPIIMusic = \relative c { e,4 r4 r2 | % 32 f4 r4 r2 | % 33 g4 r4 g,4 r4 | % 34 - c4 r4 r2 | % 35 - g4 r4 g'4 r4 | % 36 - c,4 r4 c'4 r4 | % 37 - g,4 r4 g'4 r4 | % 38 - c,4 r4 c'4 r4 | % 39 - r4 c,4 c4 r4 | \barNumberCheck #40 - r4 c4 c4 r4 | % 41 - h4 r4 c4 r4 | % 42 - g4 g'4 r4 e4 | % 43 + <c' e,>8[ g <c e,> g] <c e,>8[ g <c e,> g] | % 35 + <h d,>8[ e <h d,> e] <h d,>8[ e <h d,> e] | % 36 + <c e,>8[ g <c e,> g] <c e,>8[ g <c e,> g] | % 37 + <h d,>8[ e <h d,> e] <h d,>8[ e <h d,> e] | % 38 + <c e,>8[ g <c e,> g] <c e,>8[ g <c e,> g] | % 39 + <c e,>8[ g <c e,> g] <c e,>8[ g <c e,> g] | \barNumberCheck #40 + <c e,>8[ g <c e,> g] <c e,>8[ g <c e,> g] | % 41 + <d' f,>8[ g, <d' f,> g,] <c e,>[ g <c e,> g] | % 42 + g,4 g'4 r4 e4 | % 43 c4 a4 r4 a'4 | % 44 fis4 d4 r4 fis4 | % 45 g4 g,4 r4 g4 | % 46 diff --git a/Eybler_OmnesDeSabaVenient_HV40_Score_Choral.ly b/Eybler_OmnesDeSabaVenient_HV40_Score_Choral.ly index 7c7149c1cbcfce297ad37a5f2b4144f2ac8b4ff0..a851c63e6a36de17806d0b0a84a10ff8fc0ce6ee 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Score_Choral.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Score_Choral.ly @@ -6,6 +6,25 @@ \header { scoretype = \ChoralScoreTitle scorenumber = \markup{\scoreNumber \ChoralScoreNumber} + ismn = "979-0-50217-005-9" + copyright = \markup \abs-fontsize #9 \column{ + \line { 2010, \with-url #"http://www.edition-kainhofer.com/" {Edition Kainhofer, Vienna,} \concat{\fromproperty #'header:scorenumber .} Alle Rechte vorbehalten / All rights reserved. ISMN \fromproperty #'header:ismn } + } +} +SShortInstrumentName = "" +AShortInstrumentName = "" +TShortInstrumentName = "" +BShortInstrumentName = "" +OmnesDeSabaVenientSStaff = \new Staff = "OmnesDeSabaVenientSStaff" \with { + instrumentName = \SInstrumentName + shortInstrumentName = \SShortInstrumentName + midiInstrument = \SMidiInstrument +} \OmnesDeSabaVenientSStaffContents + +\layout { + \context { \ChoirStaff + \override SystemStartBracket #'collapse-height = #5 + } } \createScore #"OmnesDeSabaVenient" #'("ChoralScore") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Score_Full.ly b/Eybler_OmnesDeSabaVenient_HV40_Score_Full.ly index dc748d7c84c9fa35cd91c94ba52964c965a7c20a..d987a9aa797b76e97bf61201ec4cf4ae4724fc6b 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Score_Full.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Score_Full.ly @@ -3,7 +3,11 @@ \setCreateMIDI ##t \setCreatePDF ##t -#(set-global-staff-size 12.5) +#(set-global-staff-size 13) + +\paper { + system-system-spacing #'minimum-distance = #20 +} \header { scoretype = \FullScoreTitle diff --git a/Eybler_OmnesDeSabaVenient_HV40_Score_Long.ly b/Eybler_OmnesDeSabaVenient_HV40_Score_Long.ly deleted file mode 100644 index bd652ae7f7473c6a4d901841ed2e1018dbd5b5c7..0000000000000000000000000000000000000000 --- a/Eybler_OmnesDeSabaVenient_HV40_Score_Long.ly +++ /dev/null @@ -1,12 +0,0 @@ -\version "2.13.1" -\include "Eybler_OmnesDeSabaVenient_HV40_Settings_FullScore.ily" -\setCreateMIDI ##t -\setCreatePDF ##t - -\header { - scoretype = \LongScoreTitle - scorenumber = \markup{\scoreNumber \LongScoreNumber} - arranger = "Generalbass: R. Kainhofer" -} - -\createNoCuesScore #"OmnesDeSabaVenient" #'("LongScore") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Score_Original.ly b/Eybler_OmnesDeSabaVenient_HV40_Score_Original.ly deleted file mode 100644 index 2f0ded5b6374fb2ee10550ed44274a8e2394bb13..0000000000000000000000000000000000000000 --- a/Eybler_OmnesDeSabaVenient_HV40_Score_Original.ly +++ /dev/null @@ -1,12 +0,0 @@ -\version "2.13.1" -#(ly:set-option 'ancient-style #t) -\include "Eybler_OmnesDeSabaVenient_HV40_Settings_FullScore.ily" - -\header { - scoretype = \OriginalScoreTitle - scorenumber = \markup{\scoreNumber \OriginalScoreNumber} -} - -#(oly:modify_score_structure '("BrLong" "StaffGroup" ("TbeLong" "CorLong"))) - -\createNoCuesScore #"OmnesDeSabaVenient" #'("Tim" "BrLong" "WdLong" "Str" "Ch" "Continuo") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.ly b/Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.ly index 23ff50b02631bad37d438a89867cdefca95ff29e..2976c85aade27b875cf1200a52101e154d68bfa7 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.ly +++ b/Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.ly @@ -2,7 +2,6 @@ \include "Eybler_OmnesDeSabaVenient_HV40_Settings_VocalScore.ily" \setCreateMIDI ##t \setCreatePDF ##t -% #(ly:set-option 'debug-skylines) \header { scoretype = \VocalScoreTitle @@ -10,23 +9,18 @@ arranger = \markup{Klavierauszug: R. Kainhofer} } \layout { -% \context {\Score -% \override SystemStartBar #'collapse-height = #1 -% } \context { \ChoirStaff \override SystemStartBracket #'collapse-height = #5 } -% \context { \PianoStaff -% \override VerticalAxisGroup #'remove-empty = ##f -% } -% \context { \Staff -% \override VerticalAxisGroup #'remove-empty = ##f -% } } - -SMidiInstrument = "acoustic guitar (nylon)" -TMidiInstrument = "acoustic guitar (nylon)" -AMidiInstrument = "acoustic guitar (nylon)" -BMidiInstrument = "acoustic guitar (nylon)" +SShortInstrumentName = "" +AShortInstrumentName = "" +TShortInstrumentName = "" +BShortInstrumentName = "" +OmnesDeSabaVenientSStaff = \new Staff = "OmnesDeSabaVenientSStaff" \with { + instrumentName = \SInstrumentName + shortInstrumentName = \SShortInstrumentName + midiInstrument = \SMidiInstrument +} \OmnesDeSabaVenientSStaffContents \createScore #"OmnesDeSabaVenient" #'("VocalScore") diff --git a/Eybler_OmnesDeSabaVenient_HV40_Settings.ily b/Eybler_OmnesDeSabaVenient_HV40_Settings.ily index 8657003775e2a47c18237f24d5efaf64f9f37752..790f1c8c23478c12a60f8a6e7bfd00e81db0a602 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Settings.ily +++ b/Eybler_OmnesDeSabaVenient_HV40_Settings.ily @@ -1,3 +1,4 @@ +\version "2.13.1" #(ly:set-option 'point-and-click #f) \include "deutsch.ly" diff --git a/Eybler_OmnesDeSabaVenient_HV40_Settings_ChoralScore.ily b/Eybler_OmnesDeSabaVenient_HV40_Settings_ChoralScore.ily index baa79d95ec427caed5d2d663113a02b2d0cb8708..f1fcdb93dab0c2ffe8252a1b7ecb3e7c82270faf 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Settings_ChoralScore.ily +++ b/Eybler_OmnesDeSabaVenient_HV40_Settings_ChoralScore.ily @@ -1,2 +1,4 @@ +\version "2.13.1" \include "orchestrallily/oly_settings_choralscore.ily" \include "Eybler_OmnesDeSabaVenient_HV40_Settings.ily" +#(set-global-staff-size 15.5) diff --git a/Eybler_OmnesDeSabaVenient_HV40_Settings_FullScore.ily b/Eybler_OmnesDeSabaVenient_HV40_Settings_FullScore.ily index ed5bdad277ff007b82ebd00425a59982c1dc8ccc..2cfdf2955d3a5b39d7fb435e7cb4f31ef408b4ef 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Settings_FullScore.ily +++ b/Eybler_OmnesDeSabaVenient_HV40_Settings_FullScore.ily @@ -1,5 +1,3 @@ +\version "2.13.1" \include "orchestrallily/oly_settings_fullscore.ily" \include "Eybler_OmnesDeSabaVenient_HV40_Settings.ily" - -BCInstrumentName = \markup{\column{"Basso" "Continuo"}} -BCShortInstrumentName = "B.C." \ No newline at end of file diff --git a/Eybler_OmnesDeSabaVenient_HV40_Settings_Global.ily b/Eybler_OmnesDeSabaVenient_HV40_Settings_Global.ily index 24ce76615d3e8c6504d455535a705009c942226a..1183ebb1db9a15becf425ab2e6b2e7a55aa3488d 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Settings_Global.ily +++ b/Eybler_OmnesDeSabaVenient_HV40_Settings_Global.ily @@ -1,10 +1,14 @@ \version "2.13.1" +\include "orchestrallily/oly_settings_names.ily" + scorenumber="EK-1040" \header { title = "Omnes de Saba venient" + titlepagetitle = "Omnes de Saba venient" subtitle = "Graduale, HV 40" + titlepagesubtitle = "Graduale, HV 40" composer = "Joseph Eybler (1765-1846)" copyright = \markup \abs-fontsize #9 \column { \line { "© 2010, " \concat{\with-url #"http://www.edition-kainhofer.com/" {"Edition Kainhofer, Vienna"},} \concat{\fromproperty #'header:scorenumber .} "Alle Rechte vorbehalten / All rights reserved / Printed in Austria."} @@ -15,11 +19,14 @@ scorenumber="EK-1040" %% Add custom keys here, e.g. +CorInstrumentName = \markup{\center-column{"Corni" "in Do/C"}} CorIInstrumentName = \markup{\center-column{"Corno I" "in Do/C"}} CorIIInstrumentName = \markup{\center-column{"Corno II" "in Do/C"}} -TbeIInstrumentName = \markup{\center-column{"Tromba I" "in Do/C"}} -TbeIIInstrumentName = \markup{\center-column{"Tromba II" "in Do/C"}} +ClniInstrumentName = \markup{\center-column{"Clarini" "in Do/C"}} +ClnoIInstrumentName = \markup{\center-column{"Clarino I" "in Do/C"}} +ClnoIIInstrumentName = \markup{\center-column{"Clarino II" "in Do/C"}} TimInstrumentName = \markup{\center-column{"Timpani" "in Do-Sol/C-G"}} +VCombinedShortInstrumentName = "V.I,II" SClef = \clef "soprano/treble" @@ -30,11 +37,16 @@ TClef = \clef "tenor/treble_8" #(oly:modify_score_structure '("PIa" "ParallelVoicesStaff" ("PI" "PCues"))) #(oly:modify_score_structure '("PDynamics" "Dynamics" ())) +#(oly:modify_score_structure '("BassGroup" "StaffGroup" ("Continuo"))) +#(oly:modify_score_structure '("Continuo" "ParallelVoicesStaff" ("VcB" "BCFb" "FiguredBass"))) + -ContinuoInstrumentName = ##f -ContinuoShortInstrumentName = ##f -RealizedContinuoInstrumentName = \markup{\center-column{"Cello, Basso" "ed Organo"}} +% ContinuoInstrumentName = ##f +% ContinuoShortInstrumentName = ##f +RealizedContinuoInstrumentName = \markup{\center-column{"Cello, Basso" "Organo"}} RealizedContinuoShortInstrumentName = "B.C." +ContinuoInstrumentName = \markup{\center-column{"Cello, Basso" "Organo"}} +ContinuoShortInstrumentName = \markup{\center-column{"Vc./Cb." "Org."}} CorKey = \key g \major CorIKey = \CorKey @@ -43,12 +55,12 @@ CorTransposeTo = g CorITransposeTo = g CorIITransposeTo = g -TbeKey = \key d \major -TbeIKey = \TbeKey -TbeIIKey = \TbeKey -TbeTransposeTo = d' -TbeITransposeTo = d' -TbeIITransposeTo = d' +ClniKey = \key d \major +ClnoIKey = \ClniKey +ClnoIIKey = \ClniKey +ClniTransposeTo = d' +ClnoITransposeTo = d' +ClnoIITransposeTo = d' VaInstrumentName = "Viole" @@ -59,21 +71,3 @@ VaInstrumentName = "Viole" aDueText = #"a 2" } } - -\paper { - % after-title-spacing = #'((space . 2) (padding . 2) (stretchability . 5)) - % between-system-spacing = #'((space . 0) (padding . 2) (stretchability . 35)) - % bottom-system-spacing = #'((space . 10) (padding . 2) (stretchability . 5)) - after-title-spacing = #'((space . 4) (padding . 2) (stretchability . 20)) - between-system-spacing = #'((space . 0) (padding . 1) (stretchability . 35)) - top-system-spacing = #'((space . 5) (padding . 1) (stretchability . 15)) - bottom-system-spacing = #'((space . 5) (padding . 1) (stretchability . 15)) -} -\layout { - \context { \StaffGroup - \override StaffGrouper #'between-staff-spacing #'stretchability = #4 - } - \context { \ChoirStaff - \override StaffGrouper #'between-staff-spacing #'stretchability = #3 - } -} diff --git a/Eybler_OmnesDeSabaVenient_HV40_Settings_Instrument.ily b/Eybler_OmnesDeSabaVenient_HV40_Settings_Instrument.ily index 4b4946a8ed10aec78e759456b7386436ae972531..e25d21e9e8ca802f6047eb4d03626a13574c6a22 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Settings_Instrument.ily +++ b/Eybler_OmnesDeSabaVenient_HV40_Settings_Instrument.ily @@ -1,3 +1,4 @@ +\version "2.13.1" \include "orchestrallily/oly_settings_instrument.ily" \include "Eybler_OmnesDeSabaVenient_HV40_Settings.ily" diff --git a/Eybler_OmnesDeSabaVenient_HV40_Settings_VocalScore.ily b/Eybler_OmnesDeSabaVenient_HV40_Settings_VocalScore.ily index df0eb3a23e56f4824796523d0a7a47708260d2eb..468b1d9762ccb9e6239d52f444c50adef78f5cd1 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Settings_VocalScore.ily +++ b/Eybler_OmnesDeSabaVenient_HV40_Settings_VocalScore.ily @@ -1,2 +1,3 @@ +\version "2.13.1" \include "orchestrallily/oly_settings_vocalscore.ily" \include "Eybler_OmnesDeSabaVenient_HV40_Settings.ily" diff --git a/Eybler_OmnesDeSabaVenient_HV40_Settings_VocalVoice.ily b/Eybler_OmnesDeSabaVenient_HV40_Settings_VocalVoice.ily index a7f2e37e688e8676552430f7699dada1a33ba84e..abdc6dc7914f8e45e6ff56b3c4b6bc9d2d0c6f23 100644 --- a/Eybler_OmnesDeSabaVenient_HV40_Settings_VocalVoice.ily +++ b/Eybler_OmnesDeSabaVenient_HV40_Settings_VocalVoice.ily @@ -1,2 +1,3 @@ +\version "2.13.1" \include "orchestrallily/oly_settings_vocalvoice.ily" \include "Eybler_OmnesDeSabaVenient_HV40_Settings.ily" diff --git a/Makefile b/Makefile index 77a2f626d7e65c715838cf1606e7395f30b71a69..bc9323be88625d80ddda8bb74369686c752c8fbd 100644 --- a/Makefile +++ b/Makefile @@ -2,14 +2,16 @@ OUT=out base = Eybler_OmnesDeSabaVenient_HV40 SRCS = $(base)_Music_OmnesDeSabaVenient.ily $(base)_Settings_Global.ily $(base)_Settings.ily $(base)_Settings_VocalScore.ily $(base)_Settings_ChoralScore.ily $(base)_Settings_VocalVoice.ily $(base)_Settings_FullScore.ily $(base)_Settings_Instrument.ily -instruments = ObI ObII FagI FagII CorI CorII TbeI TbeII Tim VI VII Va SSolo S A T B Continuo BC VcB TrbI TrbIII O P -scores = Long Full Vocal Choral Original +instruments = ObI ObII FagI FagII CorI CorII ClnoI ClnoII Tim VI VII Va Continuo VcB TrbI TrbIII O +# SSolo S A T B P +scores = Full Vocal Choral pdfs = $(instruments:%=$(OUT)/$(base)_Instrument_%.pdf) \ $(scores:%=$(OUT)/$(base)_Score_%.pdf) texbase = Eybler_OmnesDeSabaVenient_HV40 -texscores = Long Full Vocal Choral Original +texscores = Full Vocal +# Choral texs = $(texscores:%=TeX_$(texbase)_Score_%.tex) texpdfs = $(texs:%.tex=$(OUT)/%.pdf) \ $(OUT)/TeX_$(texbase)_Score_Instruments.pdf @@ -49,5 +51,5 @@ latex: $(pdfs) $(texpdfs) latexpdf: $(texpdfs) $(OUT)/TeX_%.pdf : TeX_%.tex - TEXINPUTS=$(OUT):orchestrallily/:.//: latex --output-directory=$(OUT)/ $< + TEXINPUTS=$(OUT):orchestrallily/:.//: pdflatex --output-directory=$(OUT)/ $< diff --git a/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_About.itex b/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_About.itex index ecf2af47a935a245525b3c45e3c4b612c4bd3edd..562a5da9c53110e8675710a6d2929b55b1082865 100644 --- a/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_About.itex +++ b/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_About.itex @@ -70,7 +70,7 @@ The following soprano aria \q{Surge et illuminare Jerusalem}, which develops from a long high \q{Surge!} (Arise!) call during a general pause of the whole orchestra, features only sporadic interjections of the orchestra rather than full orchestral accompaniment. -The four-part \q{Hallelujah} chorus, sung only by the female voices, prepares the +The four-part \q{Hallelujah} chorus by the female voices prepares the long fugue \q{Vidimus stellam ejus in oriente} in classical style, with the bass leading as the personified Magi (\q{Vidimus stellam ejus in oriente} -- \q{We have seen his star in the East}). diff --git a/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_ContentsMaterial.itex b/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_ContentsMaterial.itex index 7bb8916e87d5650d65d03fd72c784ea1f9fd2f76..353674e03e3ab048bd6236e39e3e8f7ced4a404b 100644 --- a/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_ContentsMaterial.itex +++ b/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_ContentsMaterial.itex @@ -1,68 +1,6 @@ -\begin{center} - -\begin{minipage}{0.5\textwidth} -\tableofcontents -\end{minipage} +\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_TOC.itex} +\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Material.itex} \vfill +\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Sources.itex} \vfill - -\end{center} - - - -\begin{center} - -\scorelistbox{ -Zu diesem Werk (\scoreNumber{...}) liegt folgendes Aufführungsmaterial vor: - -\FullScoreName{} (-\FullScoreNumber), -\VocalScoreName{} (-\VocalScoreNumber); -\vspace{0.5em} - -\ChoralScoreName{} (-\ChoralScoreNumber), -\SSoloName{} (-\SSoloNumber), -\SName{} (-\SNumber), -\AName{} (-\ANumber), -\TName{} (-\TNumber), -\BName{} (-\BNumber); -\vspace{0.5em} - -\InstrumentsName{} (-\InstrumentsNumber), -\ContinuoName{} (-\ContinuoNumber, Aussetzung von R. Kainhofer), -\VIName{} (-\VINumber), -\VIIName{} (-\VIINumber), -\VaName{} (-\VaNumber), -\VcBName{} (-\VcBNumber); -\ObIName{} (-\ObINumber), -\ObIIName{} (-\ObIINumber), -\FagIName{} (-\FagINumber), -\FagIIName{} (-\FagIINumber), -\CorIName{} (-\CorINumber), -\CorIIName{} (-\CorIINumber), -\TbeIName{} (-\TbeINumber), -\TbeIIName{} (-\TbeIINumber), -\TimName{} (-\TimNumber). - -\vspace{1em} -\textit{Zusätzlich:} \TrbIName{} (-\TrbINumber, aus dem HMA), Trombone Basso (-\TrbIIINumber, aus der Smlg. Winkler). -} -\end{center} - -\vfill -\section*{Hauptquellen der Ausgabe / Main sources of this Edition} -\begin{hauptquellen} -\item Autographe Partitur, Musiksammlung der Österr. Nationalbibliothek, Wien. A-Wn Mus.Hs.16437 Mus. -\item Autographe Partitur, Archiv des Schottenstifts, Wien. A-Ws Codex 568(437). -\item Handschriftlicher Stimmensatz des ehemaligen k.k. Hofmusikkapellen-Archivs (HMA), Musiksammlung der Österr. Nationalbibliothek, Wien. A-Whk HK.2494 Mus. -\item Graduale \textnumero 3 (\q{Omnes de Saba venient}), Originalausgabe, Tobias Haslinger, Wien, 1827. Partitur (T.H.5046) und Stimmensatz (T.H.5049). -\end{hauptquellen} - -\vfill - -\makeatletter -\copyrightbox{© \@year, \@publisher, \href{http://www.edition-kainhofer.com/}{http://www.edition-kainhofer.com/}\newline -1. Auflage / 1st Printing \@year\newline -Computersatz mit \@software\newline -Alle Rechte vorbehalten / All rights reserved. Printed in Austria.} - - +\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Copyrightbox.itex} diff --git a/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_KritBericht.itex b/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_KritBericht.itex index cd95ecb09e610a99c36d07f984eae9111aa84ed3..20196ef9b0f6d187e1c09bdadc6ebbf97d952528 100644 --- a/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_KritBericht.itex +++ b/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_KritBericht.itex @@ -206,7 +206,7 @@ Hs. Stimmen: Sopr. ripieno, Ten., Bass, Vl. I, II, Trombone Basso. Als Primärquellen dieser Ausgabe dienen hauptsächlich die Autographen \cite{Aut,AutWs} und der von Eybler benutzte handschriftliche Stimmensatz \cite{HS1} (ohne Sopranstimmen!) der Hofkapelle, aktuell im Besitz der Musiksammlung der ÖNB\footnote{Als -das einzige Graduale, von dem die ÖNB und nicht das Schottenstift die autographe +das einzige Graduale, von dem auch die ÖNB und nicht nur das Schottenstift eine autographe Partitur besitzt.}, sowie die von Eybler autorisierten und korrigierten Drucke \cite{TH5046,TH5049} bei Tobias Haslinger. diff --git a/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Todo.itex b/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Todo.itex index 6266bb0e5dd9facb94ae1f1a2a712362a502c61f..38cbf472d28801d70732a075741d7e32c1d14404 100644 --- a/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Todo.itex +++ b/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Todo.itex @@ -1,8 +1,9 @@ -% \todos{ -% \chapter*{Open issues} -% -% \begin{itemize} -% \end{itemize} -% -% } -% \ No newline at end of file +\todos{ +\chapter*{Probleme / Offene Fragen} + +\begin{itemize} +\item S T35: Lyrics on same baseline as solo +\item Vergleich mit Autograph aus Schottenstift + +\end{itemize} +} diff --git a/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Choral.tex b/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Choral.tex index 4e1651b22034238ecbe61e03776cc72aa8ce4816..35a0ad7ce5634dcf7f0a14e71982047358cf8631 100644 --- a/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Choral.tex +++ b/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Choral.tex @@ -1,5 +1,5 @@ \documentclass[a4paper,10pt,naustrian,twoside]{report} -\usepackage[choralscore,nocolortitle]{editionkainhofer} +\usepackage[nocolortitle,choralscore]{editionkainhofer} \input{TeX_Eybler_OmnesDeSabaVenient_HV40_Settings.itex} \hypersetup{ @@ -8,6 +8,7 @@ \scoretype{\ChoralScoreType} \scorenumber{\scoreNumber\ChoralScoreNumber} +% \ismn{......} \begin{document} \input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Coverpage.itex} diff --git a/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Full.tex b/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Full.tex index 3cbd7d526423100c76c1b24b83ad6dae319887da..b1d676e8ca6f2df02df575c0b69a7af4c1fa1682 100644 --- a/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Full.tex +++ b/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Full.tex @@ -1,5 +1,5 @@ \documentclass[a4paper,10pt,naustrian,twoside]{report} -\usepackage[fullscore,nocolortitle]{editionkainhofer} +\usepackage[nocolortitle,fullscore]{editionkainhofer} \input{TeX_Eybler_OmnesDeSabaVenient_HV40_Settings.itex} \hypersetup{ @@ -8,6 +8,7 @@ \scoretype{\FullScoreType} \scorenumber{\scoreNumber\FullScoreNumber} +\ismn{979-0-50217-013-4} \begin{document} \input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Coverpage.itex} diff --git a/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Instruments.tex b/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Instruments.tex index 301b47d5f1301a52467cb359f13844ae1363d5be..c7743815fbb6de4cf1f2b4529ed63d3c8479891e 100644 --- a/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Instruments.tex +++ b/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Instruments.tex @@ -1,40 +1,88 @@ \documentclass[a4paper,10pt,naustrian,twoside]{report} -\usepackage[instrumentalparts,nocolortitle]{editionkainhofer} +\usepackage[nocolortitle,instrumentalparts]{editionkainhofer} \input{TeX_Eybler_OmnesDeSabaVenient_HV40_Settings.itex} \hypersetup{ pdftitle={\scoreTitle, \InstrumentalPartsType}, } +\makeatletter +\frontpageinstrumentation{\@instrumentation} +\frontpageeditor{\@editor} +\makeatother + \scoretype{\InstrumentalPartsType} \scorenumber{\scoreNumber\InstrumentalPartsNumber} +\ismn{979-0-50217-015-8} + +\todos{ +\begin{center} +\null +\vfill +\section*{\Huge Inhalt / Contents} +\begin{Large} +\ContinuoName\\ +4 $\times$ \VIName\\ +4 $\times$ \VIIName\\ +3 $\times$ \VaName\\ +3 $\times$ \VcBName\\ + +\ObIName\\ +\ObIIName\\ +\FagIName\\ +\FagIIName\\ +\CorIName\\ +\CorIIName\\ +\ClnoIName\\ +\ClnoIIName\\ +\TimName\\ +\vspace{1em} + +{\normalsize Zusatzstimmen:\\ +\TrbIName\\ +\TrbIIIName\\ +} +\end{Large} +\end{center} +\vfill +\vfill +\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Material.itex} +\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Sources.itex} +\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Copyrightbox.itex} +} + +\pagestyle{empty} \begin{document} -\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Coverpage.itex} -\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Preface_Long.itex} +\makefrontpage + +% Remove the \iffalse if you want all instrumental parts to be included here +% \iffalse + \phantomsection \addcontentsline{toc}{section}{\OName} \includescore{Instrument_Continuo} -\phantomsection -\addcontentsline{toc}{section}{\BCName} -\includescore{Instrument_BC} +% \phantomsection +% \addcontentsline{toc}{section}{\BCName} +% \includescore{Instrument_BC} -\phantomsection -\addcontentsline{toc}{section}{\SSoloName} -\includescore{Instrument_SSolo} -\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}{\SSoloName} +% \includescore{Instrument_SSolo} +% \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} +\includescore{Score_Choral} \phantomsection \addcontentsline{toc}{section}{\VIName} @@ -68,21 +116,15 @@ \addcontentsline{toc}{section}{\CorIIName} \includescore{Instrument_CorII} \phantomsection -\addcontentsline{toc}{section}{\TbeIName} -\includescore{Instrument_TbeI} +\addcontentsline{toc}{section}{\ClnoIName} +\includescore{Instrument_ClnoI} \phantomsection -\addcontentsline{toc}{section}{\TbeIIName} -\includescore{Instrument_TbeII} +\addcontentsline{toc}{section}{\ClnoIIName} +\includescore{Instrument_ClnoII} \phantomsection \addcontentsline{toc}{section}{\TimName} \includescore{Instrument_Tim} - -\cleardoublepage -\backmatter -\appendix -\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_KritBericht.itex} - \phantomsection \addcontentsline{toc}{section}{\TrbIName, Zusatzstimme des Hofmusikkapellen-Archivs} \includescore{Instrument_TrbI} @@ -90,5 +132,21 @@ \addcontentsline{toc}{section}{\TrbIIIName, Zusatzstimme aus der Sammlung Winkler} \includescore{Instrument_TrbIII} -\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Backpage.itex} +% \fi + +\cleardoublepage +\pagestyle{empty} +\thispagestyle{empty} + + +\begin{preface} +\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_About.itex} +% \input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Bio.itex} +\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Text.itex} +\end{preface} + +\thispagestyle{empty} +\pagebreak +\thispagestyle{empty} +\backpage \end{document} diff --git a/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Long.tex b/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Long.tex deleted file mode 100644 index 8335cce217d70a1588fcc7f3fc8bce3db0d28642..0000000000000000000000000000000000000000 --- a/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Long.tex +++ /dev/null @@ -1,28 +0,0 @@ -\documentclass[a4paper,10pt,naustrian,twoside]{report} -\usepackage[fullscore,nocolortitle]{editionkainhofer} -\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Settings.itex} - -\hypersetup{ - pdftitle={\scoreTitle, \LongScoreType}, -} - -\scoretype{\LongScoreType} -\scorenumber{\scoreNumber\LongScoreNumber} - -\begin{document} -\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Coverpage.itex} -\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Preface_Long.itex} - - -\phantomsection -\addcontentsline{toc}{section}{\LongScoreType} -\includescore{Score_Long} - - -\cleardoublepage -\backmatter -\appendix -\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_KritBericht.itex} - -\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Backpage.itex} -\end{document} diff --git a/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Original.tex b/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Original.tex deleted file mode 100644 index ed13076fa5d6c6c153e05b233f4e869e153c976d..0000000000000000000000000000000000000000 --- a/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Original.tex +++ /dev/null @@ -1,28 +0,0 @@ -\documentclass[a4paper,10pt,naustrian,twoside]{report} -\usepackage[fullscore,nocolortitle]{editionkainhofer} -\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Settings.itex} - -\hypersetup{ - pdftitle={\scoreTitle, \OriginalScoreType}, -} - -\scoretype{\OriginalScoreType} -\scorenumber{\scoreNumber\OriginalScoreNumber} - -\begin{document} -\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Coverpage.itex} -\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Preface_Long.itex} - - -\phantomsection -\addcontentsline{toc}{section}{\OriginalScoreType} -\includescore{Score_Original} - - -\cleardoublepage -\backmatter -\appendix -\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_KritBericht.itex} - -\input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Backpage.itex} -\end{document} diff --git a/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.tex b/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.tex index f1f003c7a9804b361ad80856d0556b3a46facfb0..0a490ea0894f18d07fea0f087ad352893c57c754 100644 --- a/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.tex +++ b/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.tex @@ -1,5 +1,5 @@ \documentclass[a4paper,10pt,naustrian,twoside]{report} -\usepackage[vocalscore,nocolortitle]{editionkainhofer} +\usepackage[nocolortitle,vocalscore]{editionkainhofer} \input{TeX_Eybler_OmnesDeSabaVenient_HV40_Settings.itex} \hypersetup{ @@ -8,6 +8,7 @@ \scoretype{\VocalScoreType} \scorenumber{\scoreNumber\VocalScoreNumber} +% \ismn{......} \begin{document} \input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Coverpage.itex} diff --git a/TeX_Eybler_OmnesDeSabaVenient_HV40_Settings.itex b/TeX_Eybler_OmnesDeSabaVenient_HV40_Settings.itex index 446ecab6495ae57e355470cb11882e40eaff88a0..8765250c53b2f9b1e3164e6b0e3ba11618f33c6c 100644 --- a/TeX_Eybler_OmnesDeSabaVenient_HV40_Settings.itex +++ b/TeX_Eybler_OmnesDeSabaVenient_HV40_Settings.itex @@ -6,6 +6,7 @@ \instrumentation{2 Oboi, 2 Fagotti\\2 Corni, 2 Trombe, Timpani\\2 Violini, Viole, Violoncello\\Contrabasso ed Organo} \editor{\href{http://reinhold.kainhofer.com/}{Reinhold Kainhofer}} \publisher{\href{http://www.edition-kainhofer.com/}{Edition Kainhofer, Vienna}} +\shortpublisher{\href{http://www.edition-kainhofer.com/}{Edition Kainhofer}} \year{2010} \scoreinfo{Urtext} @@ -20,4 +21,4 @@ } \input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Todo.itex} -\renewcommand{\VaName}{Viole} \ No newline at end of file +\renewcommand{\VaName}{Viole} diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_A.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_A.pdf deleted file mode 100644 index f3428a71bbb6b9845b0039a2f5cfdccf8810e98c..0000000000000000000000000000000000000000 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_A.pdf and /dev/null differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_B.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_B.pdf deleted file mode 100644 index ac046496a8a17eeb9e77a89a45b88cf7f7fb4074..0000000000000000000000000000000000000000 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_B.pdf and /dev/null differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_Continuo.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_Continuo.pdf index aab980830e7e404b4135b42ac968e51eb67b29d8..e16c3aad9cb6be230c5d3698bf6a0ddff7dfd0ee 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_Continuo.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_Continuo.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorI.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorI.pdf index 0ac852b7c050a4696f64e8043557df7c52fbabe5..15e45e53873ca8602657a259a2ea02b2c37569f1 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorI.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorI.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorII.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorII.pdf index 49975b64e4eaceabdc2b4efeaf7a512c1837b035..dd6a3de0b3ea3e1b369610e2243733c360d9e5a1 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorII.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_CorII.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_FagI.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_FagI.pdf index 861c4c8188093868bcbbc4f7f5d4460460e1e4ee..42c3cb55a47f67cc4d4c16464539083c33ec340c 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_FagI.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_FagI.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_FagII.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_FagII.pdf index d489c7f2c74c0cfb693202b7ee7416e2abbe4c82..2998ac9d5be2a15da6806763c1c59be41e2bb6de 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_FagII.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_FagII.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_O.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_O.pdf index d8db883910faca58ce67c278f70edaba9a22f20f..f454e42fb20a376a4fdf9524c5905c0caa55071e 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_O.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_O.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObI.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObI.pdf index 6f8e7eb5fa36cbb7f5d1ee6ebebe84bc2d26963b..69f2112f89876dde97aee598adb19fe229af847e 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObI.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObI.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObII.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObII.pdf index 339bc1e3b2422cf8a1916fa93e826fb302e16531..b9420a7b4504bcf9e7287cb5c4736d2f7fc14417 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObII.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_ObII.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_S.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_S.pdf deleted file mode 100644 index 1c59a0995f4256f0289f615371e8be30b6bc0321..0000000000000000000000000000000000000000 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_S.pdf and /dev/null differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_SSolo.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_SSolo.pdf deleted file mode 100644 index 6412cf664d8224f0e9b2496a3a3f8b293a8710ae..0000000000000000000000000000000000000000 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_SSolo.pdf and /dev/null differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_T.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_T.pdf deleted file mode 100644 index cca742faf99faf1814ad6c2f4e820f89b4bff7eb..0000000000000000000000000000000000000000 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_T.pdf and /dev/null differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TbeI.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TbeI.pdf index 7261594ec54ca15e61ad95dac85ee96d409e74c6..6be6e39ec24d43992b134e869be0b2550c1f6d55 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TbeI.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TbeI.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TbeII.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TbeII.pdf index 7348523536e09a7fb0f6597fe7ce6cb3407bfaa7..9bc72e5241b1af55c26bda83c863722ce7a903bf 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TbeII.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TbeII.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_Tim.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_Tim.pdf index c2df83b29380d17ab2acc9bb739f54d65492ed47..b81e305d8692a9d6cf5d3e4e931e080f7912bce7 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_Tim.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_Tim.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbI.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbI.pdf index 317f8ad7b92a9d935f43d8de577dd50a90d5d4dd..483582295d27fae3d27827c3b4ee0146f32e6830 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbI.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbI.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbIII.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbIII.pdf index 2d0ca6c4cd83639b2e29d80f0efdcb16fbc20a9a..c558dde582ded46eda7191a64f8bcab7a55ec789 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbIII.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbIII.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_VI.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_VI.pdf index bccd8ed0a16e5be25969ec6993bcfa5c1a8f5f99..45dcffd323735e8908cb0095dbbd920e6b21a8cd 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_VI.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_VI.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_VII.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_VII.pdf index 53440d6872cdc312255ef941c9a16a8ed5ef57c7..771cef3fd471bcfde63a8a8994b8f3cad5d3bcf4 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_VII.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_VII.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_Va.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_Va.pdf index 98bcc8604cf6682b4fb2b7792e11fe2968675ee8..946438b084bad2dce6124175dfe68884e9783d28 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_Va.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_Va.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_VcB.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_VcB.pdf index 6c2de7ff6603f83d0dde062a32b0c4031f735e77..c61518afdb1a8b2ea92684ba366d5813297573d2 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_VcB.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Instrument_VcB.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Music_FagAlternatives.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Music_FagAlternatives.pdf index d6364200bb1cc830b6c2bbfba73586096c1147e8..1cbebf23f046b2bd873e04ddfc6d5781bfd7c048 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Music_FagAlternatives.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Music_FagAlternatives.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Choral.midi b/out/Eybler_OmnesDeSabaVenient_HV40_Score_Choral.midi index 3940547099a269dacdbff75c240db52749a5614b..f470dd98fc1d2f76cffdfd4f8e36960a7db4a39f 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Choral.midi and b/out/Eybler_OmnesDeSabaVenient_HV40_Score_Choral.midi differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Choral.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Score_Choral.pdf index 13f6988c9ba239befd0e4e9f74b64b8974a51bb8..994f9af3c586e0e603c297adbb4cf05d9b10d543 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Choral.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Score_Choral.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Full.midi b/out/Eybler_OmnesDeSabaVenient_HV40_Score_Full.midi index 51876578f397cdc3c9ddad5785b670fc7e7b3a6d..eed1451c7ea94c1388245720ed6756f468e29db7 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Full.midi and b/out/Eybler_OmnesDeSabaVenient_HV40_Score_Full.midi differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Full.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Score_Full.pdf index e4dd1fa1172140d173db3a0b1e310bbe04230895..d44cf3b06e5b29b3827ba1f84df43018d253e6a1 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Full.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Score_Full.pdf differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Long.midi b/out/Eybler_OmnesDeSabaVenient_HV40_Score_Long.midi deleted file mode 100644 index a4d0231973eee76df4aa155f2ddc670656526ef5..0000000000000000000000000000000000000000 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Long.midi and /dev/null differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Long.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Score_Long.pdf deleted file mode 100644 index cc189b5b9edac40b5bbc46e5465289e8c66c1b7b..0000000000000000000000000000000000000000 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Long.pdf and /dev/null differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Original.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Score_Original.pdf deleted file mode 100644 index c3a5655ef8c1519fe7f93c4e165b00e6a03e43df..0000000000000000000000000000000000000000 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Original.pdf and /dev/null differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.midi b/out/Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.midi index 9ab114080fc7b7ce913abdbfa9ccfaef55cc30a0..34fe6a4c6ed7198478d8cf5bfa4e58d915cf20be 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.midi and b/out/Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.midi differ diff --git a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.pdf b/out/Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.pdf index e8df2c90d764b01bcc279338a458ff0ff484613d..c7a08572a291b33470331a7be6934cbf3e330802 100644 Binary files a/out/Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.pdf and b/out/Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.pdf differ diff --git a/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Choral.pdf b/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Choral.pdf deleted file mode 100644 index 950e5a9f862a167251aca735f3f2ffaba4be74d9..0000000000000000000000000000000000000000 Binary files a/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Choral.pdf and /dev/null differ diff --git a/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Full.pdf b/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Full.pdf index a9a5918e0f125d3c4db086e9ecfe0ba0b3fed4f6..d2539856fada9d5270488e4da3af6d44feed8345 100644 Binary files a/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Full.pdf and b/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Full.pdf differ diff --git a/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Instruments.pdf b/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Instruments.pdf index 66cc8a21c2c22097b2c3589b9ca16d53a0deddb3..7e08949a0214b0d894f9c3a21c1eeeb224bd5df6 100644 Binary files a/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Instruments.pdf and b/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Instruments.pdf differ diff --git a/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Long.pdf b/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Long.pdf deleted file mode 100644 index d7b6f3aad32ceb0ddc92dbeb4cfafea03bc1deae..0000000000000000000000000000000000000000 Binary files a/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Long.pdf and /dev/null differ diff --git a/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Original.pdf b/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Original.pdf deleted file mode 100644 index ca5918c21ffaffbc358f8869d87cae6cbc016fce..0000000000000000000000000000000000000000 Binary files a/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Original.pdf and /dev/null differ diff --git a/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.pdf b/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.pdf index af9f71f8440678701febee0380575fb8fb983ee9..ebf45671393247121c7ec2ba935af3ddec9f7d77 100644 Binary files a/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.pdf and b/out/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Vocal.pdf differ diff --git a/patches/Eybler_OmnesDeSabaVenient_HV40_Instrument_O.ly.patch b/patches/Eybler_OmnesDeSabaVenient_HV40_Instrument_O.ly.patch deleted file mode 100644 index c2bb53b243b64eb15e1ede2244ce63d9598754e3..0000000000000000000000000000000000000000 --- a/patches/Eybler_OmnesDeSabaVenient_HV40_Instrument_O.ly.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- Eybler_OmnesDeSabaVenient_HV40_Instrument_O.ly.new 2009-10-01 18:34:08.000000000 +0200 -+++ Eybler_OmnesDeSabaVenient_HV40_Instrument_O.ly 2009-09-30 18:36:11.000000000 +0200 -@@ -4,6 +4,7 @@ - \header { - instrument = \OInstrumentName - scorenumber = \markup{\scoreNumber \ONumber} -+ arranger = \markup{Generalbass-Aussetzung: Manfred Hößl} - } - - \createScore #"OmnesDeSabaVenient" #'("O") diff --git a/patches/Eybler_OmnesDeSabaVenient_HV40_Instrument_SSolo.ly.patch b/patches/Eybler_OmnesDeSabaVenient_HV40_Instrument_SSolo.ly.patch deleted file mode 100644 index d618d56a3c7f9e2c4777cde92b319138aa32ff6f..0000000000000000000000000000000000000000 --- a/patches/Eybler_OmnesDeSabaVenient_HV40_Instrument_SSolo.ly.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- Eybler_OmnesDeSabaVenient_HV40_Instrument_SSolo.ly.new 2009-10-01 18:34:08.000000000 +0200 -+++ Eybler_OmnesDeSabaVenient_HV40_Instrument_SSolo.ly 2009-10-01 18:10:50.000000000 +0200 -@@ -5,6 +5,12 @@ - instrument = \SSoloInstrumentName - scorenumber = \markup{\scoreNumber \SSoloNumber} - } -+\paper { -+ ragged-last-bottom = ##t -+ top-title-spacing = #'((space . 1) (minimum-distance . 5) (padding . 3)) -+ after-title-spacing = #'((space . 15) (minimum-distance . 10) (padding . 3)) -+ between-system-spacing = #'((space . 15) (minimum-distance . 10) (padding . 3)) -+} - - \createScore #"OmnesDeSabaVenient" #'("SSolo") - diff --git a/patches/Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbI.ly.patch b/patches/Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbI.ly.patch deleted file mode 100644 index 421d4902cb8fa32a013a4ef694714af1390c08c2..0000000000000000000000000000000000000000 --- a/patches/Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbI.ly.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbI.ly.new 2009-10-01 18:34:08.000000000 +0200 -+++ Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbI.ly 2009-09-30 18:37:52.000000000 +0200 -@@ -4,7 +4,11 @@ - \header { - instrument = \TrbIInstrumentName - scorenumber = \markup{\scoreNumber \TrbINumber} -+ arranger = \markup{\column{\right-align{\line{Zusatzstimme aus der Handschrift} \line{ des Hofmusikkapellen-Archivs}}}} - } - -+OmnesDeSabaVenientTrbIMusic = \AlternativeOmnesDeSabaVenientTrbIMusic -+TrbIClef = \clef "alto" -+ - \createScore #"OmnesDeSabaVenient" #'("TrbI") - diff --git a/patches/Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbIII.ly.patch b/patches/Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbIII.ly.patch deleted file mode 100644 index e9be5035dce02e418af873d4dd1c60a0c968f99d..0000000000000000000000000000000000000000 --- a/patches/Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbIII.ly.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbIII.ly.new 2009-10-01 18:34:08.000000000 +0200 -+++ Eybler_OmnesDeSabaVenient_HV40_Instrument_TrbIII.ly 2009-09-30 18:37:05.000000000 +0200 -@@ -2,9 +2,13 @@ - \include "Eybler_OmnesDeSabaVenient_HV40_Settings_Instrument.ily" - - \header { -- instrument = \TrbIIIInstrumentName -+ instrument = "Trombone Basso " - scorenumber = \markup{\scoreNumber \TrbIIINumber} -+ arranger = \markup{Zusatzstimme aus der Sammlung Winkler} - } - -+OmnesDeSabaVenientTrbIIIMusic = \AlternativeOmnesDeSabaVenientTrbIIIMusic -+TrbIIIClef = \clef "bass" -+ - \createScore #"OmnesDeSabaVenient" #'("TrbIII") - diff --git a/patches/Eybler_OmnesDeSabaVenient_HV40_Instrument_VII.ly.patch b/patches/Eybler_OmnesDeSabaVenient_HV40_Instrument_VII.ly.patch deleted file mode 100644 index 05f9d7768c3506d5837c4e3b8d51bf212ac19118..0000000000000000000000000000000000000000 --- a/patches/Eybler_OmnesDeSabaVenient_HV40_Instrument_VII.ly.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- Eybler_OmnesDeSabaVenient_HV40_Instrument_VII.ly.new 2009-10-01 18:34:08.000000000 +0200 -+++ Eybler_OmnesDeSabaVenient_HV40_Instrument_VII.ly 2009-09-30 18:38:30.000000000 +0200 -@@ -6,5 +6,15 @@ - scorenumber = \markup{\scoreNumber \VIINumber} - } - -+\paper { -+ page-count = #2 -+} -+ -+\layout { -+ \context { -+ \Score -+ \override SpacingSpanner #'common-shortest-duration = #(ly:make-moment 1 8) -+ } -+} - \createScore #"OmnesDeSabaVenient" #'("VII") - diff --git a/patches/Eybler_OmnesDeSabaVenient_HV40_Music_OmnesDeSabaVenient.ily.patch b/patches/Eybler_OmnesDeSabaVenient_HV40_Music_OmnesDeSabaVenient.ily.patch deleted file mode 100644 index 36b83a9011f89cdfb719635de413a8666804ddf1..0000000000000000000000000000000000000000 --- a/patches/Eybler_OmnesDeSabaVenient_HV40_Music_OmnesDeSabaVenient.ily.patch +++ /dev/null @@ -1,2420 +0,0 @@ ---- Eybler_OmnesDeSabaVenient_HV40_Music_OmnesDeSabaVenient.ily.new 2009-10-05 12:45:54.000000000 +0200 -+++ Eybler_OmnesDeSabaVenient_HV40_Music_OmnesDeSabaVenient.ily 2009-10-02 18:54:08.000000000 +0200 -@@ -1,188 +1,2315 @@ - \version "2.13.1" - --OmnesDeSabaVenientPieceName = "OmnesDeSabaVenient" --OmnesDeSabaVenientPieceNameTacet = "OmnesDeSabaVenient tacet" --OmnesDeSabaVenientTempo = "TODO" -+OmnesDeSabaVenientTempo = "Andante con moto" - - OmnesDeSabaVenientKey = \key c \major --OmnesDeSabaVenientTimeSignature = \time 4/4 -+OmnesDeSabaVenientTimeSignature = \time 2/2 - - OmnesDeSabaVenientSettings = \notemode { -- \tempo \OmnesDeSabaVenientTempo -+ \set Score.tempoHideNote = ##t -+ \tempo \OmnesDeSabaVenientTempo 4=100 - } - -- --OmnesDeSabaVenientObIMusic = \relative c' { -- s8 -- % TODO -+OmnesDeSabaVenientObIMusic = \relative c'' { -+ R1 | % 2 -+ c4\p c8.[ c16] c4 c4 | % 3 -+ c4 r4 r2 | % 4 -+ e4 e8.[ e16] e4 e4 | % 5 -+ e4 r4 r2 | % 6 -+ f2 h,2 | % 7 -+ c4 c8.[ c16] d4\cresc d8.[ d16] | % 8 -+ e4\f e8.[ e16] f4 f8.[ f16] | % 9 -+ g2\fz e4 c4 | \barNumberCheck #10 -+ f4 f8.[ f16] f4( e4) | % 11 -+ d4 r4 r2 | % 12 -+ d4 r4 e4 r4 | % 13 -+ d4 g,4 a4 h4 | % 14 -+ c4 d4 e4 fis4 | % 15 -+ g4 d8.[ d16] e4 e8.[ e16] | % 16 -+ d4 h'8.[ h16] c4 c8.[ c16] | % 17 -+ h4 r4 r2\fermata | % 18 -+ r4 d,8.[\solo\bracketp d16] d4 dis4 | % 19 -+ e4 r4 r2 | \barNumberCheck #20 -+ R1*2 | % 22 -+ r4 c8.[ c16] c4 e4 | % 23 -+ d4 r4 r2 | % 24 -+ R1*2 | % 26 -+ r4 d8.[ d16] d4 f!4 | % 27 -+ e4 r4 r2 | % 28 -+ r4 c8.[\p c16] c4 c4 | % 29 -+ e4 r4 r2 | \barNumberCheck #30 -+ r4 e8.[\cresc e16] e4 e4 | % 31 -+ g4 r4 r2 | % 32 -+ a4\f r4 r2 | % 33 -+ g4 r4 h,4 r4 | % 34 -+ c4 r4 r2 | % 35 -+ R1*4 | % 39 -+ r4 c8.[\pp c16] c4 r4 | \barNumberCheck #40 -+ r4 e8.[ e16] e4 g4 | % 41 -+ f2 \slashedGrace { f8 } e8([ d8 e8 f8)] | % 42 -+ d4 r4 r2 | % 43 -+ R1*11 | % 54 -+ c1\f | % 55 -+ d1 | % 56 -+ f1 | % 57 -+ e4 g4 e4 c4 | % 58 -+ a4 r4 r2 | % 59 -+ r4 f'4 d4 h4 | \barNumberCheck #60 -+ gis4 r4 r2 | % 61 -+ r4 e'4 c4 a4 | % 62 -+ d2 r2 | % 63 -+ r4 gis,4 h4 gis4 | % 64 -+ e4 a4 cis4 e4 | % 65 -+ d4 r4 r2 | % 66 -+ d4 d8[ d8] d4 d4 | % 67 -+ cis2 cis4 a4 | % 68 -+ c4 c4 c2 | % 69 -+ h4 r4 r4 g4 | \barNumberCheck #70 -+ b4 b4 b2 | % 71 -+ a4 a4 a4 a4 | % 72 -+ b4 d8[ c8] b8[ a8 g8 f8] | % 73 -+ e4 c'4 d4 e4 | % 74 -+ f2 h,2 | % 75 -+ c4. d8 e4 r4 | % 76 -+ R1*2 | % 78 -+ r4 g,4 g'4 g4 | % 79 -+ g2 c,2 | \barNumberCheck #80 -+ r4 f,4 f'4 f4 | % 81 -+ f2 h,2 | % 82 -+ r4 e,4 e'4 e4 | % 83 -+ a,4 h4 c4 d4 | % 84 -+ h2 c2 | % 85 -+ h2 c2 | % 86 -+ h4 r4 e4 r4 | % 87 -+ R1*11 | % 98 -+ h1\p | % 99 -+ c2 r2 | \barNumberCheck #100 -+ r4 c8.[\p c16] c4 r4 | % 101 -+ r4 e8.[ e16] e4 r4 | % 102 -+ f4 r4 d4 r4 | % 103 -+ e2 r2 | % 104 -+ r4 c8.\f[ c16] c4 r4 | % 105 -+ r4 e8.[ e16] e4 r4 | % 106 -+ f2\fz d2\fz | % 107 -+ c4 r4 g'4(\p e4) | % 108 -+ c4( g4) g'4( e4) | % 109 -+ c4(_\perd g4) g'4( e4) | \barNumberCheck #110 -+ c4 r4 c4\pp r4 | % 111 -+ c4 r4 r2 \bar "|." - } - \addQuote "OmnesDeSabaVenientObIMusic" { \OmnesDeSabaVenientObIMusic } - - - OmnesDeSabaVenientObIIMusic = \relative c' { -- s8 -- % TODO -+ R1 | % 2 -+ e4\p e8.[ e16] e4 e4 | % 3 -+ e4 r4 r2 | % 4 -+ g4 g8.[ g16] g4 g4 | % 5 -+ g4 r4 r2 | % 6 -+ a2 f2 | % 7 -+ e4 g8.[ g16] h4\cresc h8.[ h16] | % 8 -+ c4\f g8.[ g16] a4 a8.[ f'16] | % 9 -+ e2\fz c4 c4 | \barNumberCheck #10 -+ d4 d8.[ d16] d4( c4) | % 11 -+ h4 r4 r2 | % 12 -+ h4 r4 c4 r4 | % 13 -+ h4 r4 r4 g4~ | % 14 -+ g4 g2 c4 | % 15 -+ h4 h8.[ h16] c4 c8.[ c16] | % 16 -+ h4 d8.[ d16] e4 e8.[ e16] | % 17 -+ d4 r4 r2\fermata | % 18 -+ r4 h8.[\solo\bracketp h16] h4 a4 | % 19 -+ gis4 r4 r2 | \barNumberCheck #20 -+ R1*2 | % 22 -+ r4 a8.[ a16] a4 a4 | % 23 -+ d,4 r4 r2 | % 24 -+ R1*2 | % 26 -+ r4 h'8.[ h16] h4 d4 | % 27 -+ c4 r4 r2 | % 28 -+ r4 e,8.[\p e16] e4 e4 | % 29 -+ c'4 r4 r2 | \barNumberCheck #30 -+ r4 c8.[\cresc c16] c4 c4 | % 31 -+ c4 r4 r2 | % 32 -+ f4\f r4 r2 | % 33 -+ e4 r4 f,4 r4 | % 34 -+ e4 r4 r2 | % 35 -+ R1*4 | % 39 -+ r4 e8.[\pp e16] e4 r4 | \barNumberCheck #40 -+ r4 c'8.[ c16] c4 e4 | % 41 -+ d2 \slashedGrace { d8 } c8([ h8 c8 d8)] | % 42 -+ h4 r4 r2 | % 43 -+ R1*11 | % 54 -+ c1~\f | % 55 -+ c1 | % 56 -+ h1 | % 57 -+ c4 g' e c | % 58 -+ a r r2 | % 59 -+ r4 f' d h | \barNumberCheck #60 -+ gis r r2 | % 61 -+ r4 e' c a | % 62 -+ d2 r | % 63 -+ r4 gis, h gis | % 64 -+ e a cis e | % 65 -+ d r r2 | % 66 -+ d4 d8[ d] d4 d | % 67 -+ cis2 cis4 a | % 68 -+ c4 c c2 | % 69 -+ h4 r r g | \barNumberCheck #70 -+ b4 b b2 | % 71 -+ a4 a a a | % 72 -+ b d8[ c] b[ a g f] | % 73 -+ e4 c' d e | % 74 -+ f2 h, | % 75 -+ c4. d8 e4 r | % 76 -+ R1*2 | % 78 -+ r4 g, g' g | % 79 -+ g2 c, | \barNumberCheck #80 -+ r4 f, f' f | % 81 -+ f2 h, | % 82 -+ r4 e, e' e | % 83 -+ a,1 | % 84 -+ gis2 a2 | % 85 -+ gis2 a2 | % 86 -+ gis4 r4 gis4 r4 | % 87 -+ R1*11 | % 98 -+ f1\p | % 99 -+ e2 r2 | \barNumberCheck #100 -+ r4 e8.[\p e16] e4 r4 | % 101 -+ r4 c'8.[ c16] c4 r4 | % 102 -+ a4 r4 h4 r4 | % 103 -+ c2 r2 | % 104 -+ r4 e,8.\f[ e16] e4 r4 | % 105 -+ r4 c'8.[ c16] c4 r4 | % 106 -+ d2\fz h2\fz | % 107 -+ c4 r4 g'4(\p e) | % 108 -+ c( g) g'( e) | % 109 -+ c(_\perd g) g'( e) | \barNumberCheck #110 -+ c4 r e,4\pp r4 | % 111 -+ e4 r4 r2 \bar "|." - } - \addQuote "OmnesDeSabaVenientObIIMusic" { \OmnesDeSabaVenientObIIMusic } - - - OmnesDeSabaVenientFagIMusic = \relative c' { -- s8 -- % TODO -+ R1 | % 2 -+ g4\p g8.[ g16] g4 g | % 3 -+ g r r2 | % 4 -+ c4 c8.[ c16] c4 c | % 5 -+ c r r2 | % 6 -+ c1~ | % 7 -+ c4 c8.[ c16] f4\cresc f8.[ f16] | % 8 -+ e4\f e8.[ e16] f4 f8.[ f16] | % 9 -+ e2.\fz g4 | \barNumberCheck #10 -+ f4 f8.[ f16] f4( e) | % 11 -+ d r r2 | % 12 -+ d4 r e r | % 13 -+ d h c d | % 14 -+ e d e c | % 15 -+ d d8.[ d16] e4 e8.[ e16] | % 16 -+ d4 d8.[ d16] e4 e8.[ e16] | % 17 -+ d4 r r2\fermata | % 18 -+ r4 g,8.[\solo\bracketp g16] g4 f! | % 19 -+ e r r2 | \barNumberCheck #20 -+ R1*2 | % 22 -+ r4 e'8.[ e16] e4 cis | % 23 -+ a r r2 | % 24 -+ R1*2 | % 26 -+ r4 d8.[ d16] d4 h | % 27 -+ c r r2 | % 28 -+ r4 g8.[\p g16] g4 g | % 29 -+ g r r2 | \barNumberCheck #30 -+ r4 g8.[\cresc g16] g4 g | % 31 -+ e r r2 | % 32 -+ f4\f r r2 | % 33 -+ g4 r g r | % 34 -+ c, r r2 | % 35 -+ R1*4 | % 39 -+ r4 g'8.[\pp g16] g4 r | \barNumberCheck #40 -+ r e'8.[ e16] e4 c | % 41 -+ d2 e8[( d e f]) | % 42 -+ d4 r r2 | % 43 -+ R1*3 | % 46 -+ \clef "tenor" c1\f | % 47 -+ d | % 48 -+ f | % 49 -+ e2 d4 c | \barNumberCheck #50 -+ h r r h | \barNumberCheck #51 -+ c e8[ d] c[ h a g] | % 52 -+ fis4 d' e fis | % 53 -+ g2 h, | % 54 -+ c4. d8 e4 r | % 55 -+ r f, f' f | % 56 -+ d d d4. d8 | % 57 -+ c4 r g' e | % 58 -+ c a r2 | % 59 -+ r f'4 d | \barNumberCheck #60 -+ h gis r2 | \barNumberCheck #61 -+ a4 a8[ a] a4 a | % 62 -+ h2 h4 h | % 63 -+ d d d2 | % 64 -+ cis4 e a, cis | % 65 -+ d d8[ e] f[ e d c] | % 66 -+ b2 r | % 67 -+ r4 a e' e | % 68 -+ d2 r | % 69 -+ r4 d4 d d | \barNumberCheck #70 -+ c e2 g4 | \barNumberCheck #71 -+ f2 f, | % 72 -+ R1*3 | % 75 -+ c'4 c8[ c] c4 c | % 76 -+ d2 d4 d | % 77 -+ f f f2 | % 78 -+ e4 e, e' e | % 79 -+ e2 a, | \barNumberCheck #80 -+ r4 d, d' d | \barNumberCheck #81 -+ d2 g, | % 82 -+ r4 \clef "bass" c, c' c | % 83 -+ c h a2 | % 84 -+ h c | % 85 -+ h c | % 86 -+ h4 r e r | \barNumberCheck #87 -+ R1*9 | \barNumberCheck #96 -+ f1\p | % 97 -+ e2 r | % 98 -+ R1*2 | \barNumberCheck #100 -+ r4 g,8.[\p g16] g4 r | % 101 -+ r e'8.[ e16] e4 r | % 102 -+ d r f r | % 103 -+ e2 r | % 104 -+ r4 g,8.[\f g16] g4 r | % 105 -+ r g8.[ g16] g4 r | % 106 -+ f2\fz g\fz | % 107 -+ g,1~\p | % 108 -+ g~ | % 109 -+ g1~_\perd | \barNumberCheck #110 -+ g4 r g\pp r | % 111 -+ g r r2 \bar"|." - } - \addQuote "OmnesDeSabaVenientFagIMusic" { \OmnesDeSabaVenientFagIMusic } - -- --OmnesDeSabaVenientFagIIMusic = \relative c' { -- s8 -- % TODO -+OmnesDeSabaVenientFagIIMusic = \relative c { -+ R1 | % 2 -+ c4\p c8.[ c16] c4 c | % 3 -+ c r r2 | % 4 -+ c4 c8.[ c16] c4 c | % 5 -+ c r r2 | % 6 -+ c1~ | % 7 -+ c4 e8.[ e16] g4\cresc g8.[ g16] | % 8 -+ c4\f g8.[ g16] a4 a8.[ a16] | % 9 -+ g2\fz c4 e | \barNumberCheck #10 -+ d d8.[ d16] d4( c) | % 11 -+ h r r2 | % 12 -+ h4 r c r | % 13 -+ h g a h | % 14 -+ c g2 c4 | % 15 -+ h4 g8.[ g16] c4 c8.[ c16] | % 16 -+ g4 h8.[ h16] c4 c8.[ c16] | % 17 -+ h4 r r2\fermata | % 18 -+ r4 g,8.[\solo\bracketp g16] g4 f! | % 19 -+ e r r2 | \barNumberCheck #20 -+ R1*2 | % 22 -+ r4 a8.[ a16]] a4 g! | % 23 -+ fis r r2 | % 24 -+ R1*2 | % 26 -+ r4 g'8.[ g16] g4 g, | % 27 -+ c r r2 | % 28 -+ r4 c8.[\p c16] c4 c | % 29 -+ c r r2 | \barNumberCheck #30 -+ r4 c8.[\cresc c16] c4 c | % 31 -+ e, r r2 | % 32 -+ f4\f r r2 | % 33 -+ g4 r g r | % 34 -+ c, r r2 | % 35 -+ R1*4 | % 39 -+ r4 c'8.[\pp c16] c4 r | \barNumberCheck #40 -+ r c'8.[ c16] c4 e, | % 41 -+ g2 c8[( g c d]) | % 42 -+ g,4 r r2 | % 43 -+ R1*3 | % 46 -+ \clef "tenor" c1~\f | % 47 -+ c1 | % 48 -+ h2 c4 d | % 49 -+ c2 fis,4 a | \barNumberCheck #50 -+ g r r h | % 51 -+ c e8[ d] c[ h a g] | % 52 -+ fis4 d' e fis | % 53 -+ g2 h, | % 54 -+ c4. d8 e4 r | % 55 -+ r f, f' f | % 56 -+ d d d4. d8 | % 57 -+ c4 r g' e | % 58 -+ c a r2 | % 59 -+ r f'4 d | \barNumberCheck #60 -+ h gis r2 | % 61 -+ a4 a8[ a] a4 a | % 62 -+ h2 h4 h | % 63 -+ d d d2 | % 64 -+ cis4 e a, cis | % 65 -+ d4 d8[ e] f[ e d c] | % 66 -+ b2 r | % 67 -+ r4 a e' e | % 68 -+ d2 r | % 69 -+ r4 d d d | \barNumberCheck #70 -+ c e2 g4 | % 71 -+ f2 f, | % 72 -+ R1*3 | % 75 -+ c'4 c8[ c] c4 c | % 76 -+ d2 d4 d | % 77 -+ f f f2 | % 78 -+ e4 e, e' e | % 79 -+ e2 a, | \barNumberCheck #80 -+ r4 d, d' d | % 81 -+ d2 g, | % 82 -+ r4 \clef "bass" c, c' c | % 83 -+ c h a2 | % 84 -+ gis a | % 85 -+ gis a | % 86 -+ gis4 r e r | \barNumberCheck #87 -+ R1*9 | \barNumberCheck #96 -+ h'1\p | % 97 -+ c2 r | % 98 -+ R1*2 | \barNumberCheck #100 -+ r4 c,8.[\p c16] c4 r | % 101 -+ r c'8.[ c16] c4 r | % 102 -+ f, r g r | % 103 -+ c2 r | % 104 -+ r4 c,8.[\f c16] c4 r | % 105 -+ r c8.[ c16] c4 r | % 106 -+ f,2\fz g\fz | % 107 -+ c,1~\p | % 108 -+ c1~ | \barNumberCheck #109 -+ c1~_\perd | \barNumberCheck #110 -+ c4 r c\pp r | % 111 -+ c r r2 \bar"|." - } - \addQuote "OmnesDeSabaVenientFagIIMusic" { \OmnesDeSabaVenientFagIIMusic } - -- --OmnesDeSabaVenientCorIMusic = \relative c' { -- s8 -- % TODO -+OmnesDeSabaVenientCorIMusic = \relative g' { -+ \transposition f -+ R1 | % 2 -+ g4\p g8.[ g16] g4 g4 | % 3 -+ g4 r4 r2 | % 4 -+ h4 h8.[ h16] h4 h4 | % 5 -+ h4 r4 r2 | % 6 -+ R1 | % 7 -+ g4 g8.[ g16] a4\cresc a8.[ a16] | % 8 -+ h4\f h8.[ h16] c4 c4 | % 9 -+ d2\fz h4 r4 | \barNumberCheck #10 -+ a4 a8.[ a16] a4( h4) | % 11 -+ a4 r4 r2 | % 12 -+ a4 r4 h4 r4 | % 13 -+ a4 r4 r2 | % 14 -+ r4 a4 h4 a4 | % 15 -+ a4 a8.[ a16] h4 h8.[ h16] | % 16 -+ a4 a8.[ a16] h4 h8.[ h16] | % 17 -+ a4 r4 r2\fermata | % 18 -+ R1*8 | % 26 -+ r4 a8.\p[ a16] a4 a4 | % 27 -+ h4 r4 r2 | % 28 -+ r4 g8.[\p g16] g4 g4 | % 29 -+ h4 r4 r2 | \barNumberCheck #30 -+ r4 h8.[\cresc h16] h4 h4 | % 31 -+ d4 r4 r2 | % 32 -+ c4\f r4 r2 | % 33 -+ h4 r4 a4 r4 | % 34 -+ g4 r4 r2 | % 35 -+ a2\pp a4 a4 | % 36 -+ h4 r4 r2 | % 37 -+ a2 a4 a4 | % 38 -+ h4 r4 r2 | % 39 -+ r4 g8.[ g16] g4 r4 | \barNumberCheck #40 -+ r4 h8.[ h16] h4 r4 | % 41 -+ r4 a4 r4 h4 | % 42 -+ a4 r4 r2 | % 43 -+ R1*3 | % 46 -+ g4\f r4 r2 | % 47 -+ a4 r4 r2 | % 48 -+ a4 r4 r2 | % 49 -+ g4 r4 r2 | \barNumberCheck #50 -+ d'4 r4 r2 | % 51 -+ h4 r4 r2 | % 52 -+ a4 r4 r2 | % 53 -+ a4 r4 r2 | % 54 -+ g1 | % 55 -+ a1 | % 56 -+ a1 | % 57 -+ h4 r4 r2 | % 58 -+ r4 g4 c4 c4 | % 59 -+ c4 r4 r2 | \barNumberCheck #60 -+ R1*2 | % 62 -+ r4 c4 c4 c4 | % 63 -+ h2 r2 | % 64 -+ R1 | % 65 -+ a1 | % 66 -+ h1~ | % 67 -+ h2 r2 | % 68 -+ R1*2 | \barNumberCheck #70 -+ r2 r4 g4 | % 71 -+ c1~ | % 72 -+ c1 | % 73 -+ h2 r2 | % 74 -+ r2 a2 | % 75 -+ g1 | % 76 -+ a1 | % 77 -+ a1 | % 78 -+ h4 r4 d2~ | % 79 -+ d2 h2 | \barNumberCheck #80 -+ c2 c2~ | % 81 -+ c2 a2 | % 82 -+ h2 r2 | % 83 -+ R1 | % 84 -+ h1~ | % 85 -+ h1~ | % 86 -+ h4 r4 h4 r4 | % 87 -+ R1*9 | % 96 -+ a1\pp | % 97 -+ h2 r2 | % 98 -+ a1 | % 99 -+ h2 r2 | \barNumberCheck #100 -+ r4 g8.[\p g16] g4 r4 | % 101 -+ r4 h8.[ h16] h4 r4 | % 102 -+ c4 r4 a4 r4 | % 103 -+ h4 r4 r4 g8.\f[ a16] | % 104 -+ h2 g4 h8.[ c16] | % 105 -+ d2 h4 r4 | % 106 -+ c2\fz a2\fz | % 107 -+ g1~\p | % 108 -+ g1~ | % 109 -+ g1~_\perd | \barNumberCheck #110 -+ g4 r4 g4\pp r4 | % 111 -+ g4 r4 r2 \bar "|." - } - \addQuote "OmnesDeSabaVenientCorIMusic" { \OmnesDeSabaVenientCorIMusic } - - --OmnesDeSabaVenientCorIIMusic = \relative c' { -- s8 -- % TODO -+OmnesDeSabaVenientCorIIMusic = \relative h { -+ \transposition f -+ R1 | % 2 -+ h4\p h8.[ h16] h4 h4 | % 3 -+ h4 r4 r2 | % 4 -+ g'4 g8.[ g16] g4 g4 | % 5 -+ g4 r4 r2 | % 6 -+ R1 | % 7 -+ h,4 h8.[ h16] d4\cresc d8.[ d16] | % 8 -+ g4\f g8.[ g16] g4 g4 | % 9 -+ h2\fz g4 r4 | \barNumberCheck #10 -+ d4 d8.[ d16] d4( g4) | % 11 -+ d4 r4 r2 | % 12 -+ d4 r4 g4 r4 | % 13 -+ d4 r4 r2 | % 14 -+ r4 d2 g4 | % 15 -+ d4 d8.[ d16] g4 g8.[ g16] | % 16 -+ d4 d8.[ d16] g4 g8.[ g16] | % 17 -+ d4 r4 r2\fermata | % 18 -+ R1*8 | % 26 -+ r4 d8.\p[ d16] d4 d4 | % 27 -+ g4 r4 r2 | % 28 -+ r4 h,8.[\p h16] h4 h4 | % 29 -+ g'4 r4 r2 | \barNumberCheck #30 -+ r4 g8.[\cresc g16] g4 g4 | % 31 -+ g4 r4 r2 | % 32 -+ g4\f r4 r2 | % 33 -+ g4 r4 d4 r4 | % 34 -+ h4 r4 r2 | % 35 -+ d2\pp d4 d4 | % 36 -+ g4 r4 r2 | % 37 -+ d2 d4 d4 | % 38 -+ g4 r4 r2 | % 39 -+ r4 h,8.[ h16] h4 r4 | \barNumberCheck #40 -+ r4 g'8.[ g16] g4 r4 | % 41 -+ r4 d4 r4 g4 | % 42 -+ d4 r4 r2 | % 43 -+ R1*3 | % 46 -+ h4\f r4 r2 | % 47 -+ g'4 r4 r2 | % 48 -+ d4 r4 r2 | % 49 -+ g4 r4 r2 | \barNumberCheck #50 -+ d4 r4 r2 | % 51 -+ g4 r4 r2 | % 52 -+ g4 r4 r2 | % 53 -+ d4 r4 r2 | % 54 -+ h1 | % 55 -+ g'1 | % 56 -+ d1 | % 57 -+ g4 r4 r2 | % 58 -+ r4 g4 g4 g4 | % 59 -+ a4 r4 r2 | \barNumberCheck #60 -+ R1*2 | % 62 -+ r4 a4 a4 a4 | % 63 -+ a2 r2 | % 64 -+ R1 | % 65 -+ a1~ | % 66 -+ a1 | % 67 -+ d,2 r2 | % 68 -+ R1*3 | % 71 -+ r2 r4 a'4 | % 72 -+ d,1 | % 73 -+ f2 r2 | % 74 -+ r2 d2 | % 75 -+ g1~ | % 76 -+ g1 | % 77 -+ d1 | % 78 -+ g4 r4 h2~ | % 79 -+ h2 g2 | \barNumberCheck #80 -+ a2 a2~ | % 81 -+ a2 d,2 | % 82 -+ g2 r2 | % 83 -+ R1 | % 84 -+ h,1~ | % 85 -+ h1~ | % 86 -+ h4 r4 h4 r4 | % 87 -+ R1*9 | % 96 -+ d1\pp | % 97 -+ g2 r2 | % 98 -+ d1 | % 99 -+ g2 r2 | \barNumberCheck #100 -+ r4 h,8.[\p h16] h4 r4 | % 101 -+ r4 g'8.[ g16] g4 r4 | % 102 -+ a4 r4 d,4 r4 | % 103 -+ g4 r4 r4 h,8.\f[ d16] | % 104 -+ g2 h,4 g'8.[ a16] | % 105 -+ h2 g4 r4 | % 106 -+ a2\fz d,2\fz | % 107 -+ h1~\p | % 108 -+ h1~ | % 109 -+ h1~_\perd | \barNumberCheck #110 -+ h4 r4 h4\pp r4 | % 111 -+ h4 r4 r2 \bar "|." - } - \addQuote "OmnesDeSabaVenientCorIIMusic" { \OmnesDeSabaVenientCorIIMusic } - - --OmnesDeSabaVenientTbeIMusic = \relative c' { -- s8 -- % TODO -+OmnesDeSabaVenientTbeIMusic = \relative d'' { -+ \transposition b -+ R1*7 | % 8 -+ d4\f d8.[ d16] d4 d4 | % 9 -+ d2.\fz r4 | \barNumberCheck #10 -+ e4 e4 e4( fis4) | % 11 -+ e4 r4 r2 | % 12 -+ e4 r4 fis4 r4 | % 13 -+ e4 r4 r2 | % 14 -+ R1*2 | % 16 -+ r4 e8.[ e16] fis4 fis8.[ fis16] | % 17 -+ e4 r4 r2\fermata | % 18 -+ R1*10 | % 28 -+ r4 a,8.\p[ a16] a4 a4 | % 29 -+ a4 r4 r2 | \barNumberCheck #30 -+ r4 a8.[\cresc a16] a4 a4 | % 31 -+ a4 r4 r2 | % 32 -+ d4\f r4 r2 | % 33 -+ fis,4 r4 a4 r4 | % 34 -+ fis4 r4 r2 | % 35 -+ R1*11 | % 46 -+ d'4\f r4 r2 | % 47 -+ R1*3 | \barNumberCheck #50 -+ a4 r4 r2 | % 51 -+ R1*3 | % 54 -+ d4 r4 r2 | % 55 -+ R1 | % 56 -+ e1 | % 57 -+ fis4 r4 r2 | % 58 -+ R1*2 | \barNumberCheck #60 -+ r4 fis,8.[ fis16] fis4 fis4 | % 61 -+ fis4 r4 r2 | % 62 -+ R1 | % 63 -+ r2 r4 fis4 | % 64 -+ a2 r2 | % 65 -+ R1*4 | % 69 -+ r4 a4 a4 a4 | \barNumberCheck #70 -+ fis4 r4 r2 | % 71 -+ R1*4 | % 75 -+ d'4 r4 r2 | % 76 -+ R1 | % 77 -+ r4 e4 e4 e4 | % 78 -+ fis4 r4 r2 | % 79 -+ R1*5 | % 84 -+ fis,4 r8 fis16[ fis16] fis4 fis4 | % 85 -+ fis4 r8 fis16[ fis16] fis4 fis4 | % 86 -+ fis4 r4 fis'4 r4 | % 87 -+ R1*17 | % 104 -+ r4 d8.[\f d16] d4 r4 | % 105 -+ r4 d8.[ d16] d4 r4 | % 106 -+ R1 | % 107 -+ r2 a4(\p fis4) | % 108 -+ d4( a4) a'4( fis4) | % 109 -+ d4(_\perd a4) a'4( fis4) | \barNumberCheck #110 -+ d4 r4 d4\pp r4 | % 111 -+ d4 r4 r2 \bar "|." - } - \addQuote "OmnesDeSabaVenientTbeIMusic" { \OmnesDeSabaVenientTbeIMusic } - - --OmnesDeSabaVenientTbeIIMusic = \relative c' { -- s8 -- % TODO -+OmnesDeSabaVenientTbeIIMusic = \relative d' { -+ \transposition b -+ R1*7 | % 8 -+ d4\f d8.[ d16] d4 d4 | % 9 -+ d2.\fz r4 | \barNumberCheck #10 -+ a'4 a4 a4( d4) | % 11 -+ a4 r4 r2 | % 12 -+ a4 r4 d,4 r4 | % 13 -+ a'4 r4 r2 | % 14 -+ R1*2 | % 16 -+ r4 a8.[ a16] d4 d8.[ d16] | % 17 -+ a4 r4 r2\fermata | % 18 -+ R1*10 | % 28 -+ r4 d,8.\p[ d16] d4 d4 | % 29 -+ d4 r4 r2 | \barNumberCheck #30 -+ r4 d8.[\cresc d16] d4 d4 | % 31 -+ d4 r4 r2 | % 32 -+ d4\f r4 r2 | % 33 -+ d4 r4 a4 r4 | % 34 -+ d4 r4 r2 | % 35 -+ R1*11 | % 46 -+ d4\f r4 r2 | % 47 -+ R1*3 | \barNumberCheck #50 -+ a4 r4 r2 | % 51 -+ R1*3 | % 54 -+ d4 r4 r2 | % 55 -+ R1 | % 56 -+ a'1 | % 57 -+ d4 r4 r2 | % 58 -+ R1*2 | \barNumberCheck #60 -+ r4 fis,8.[ fis16] fis4 fis4 | % 61 -+ d4 r4 r2 | % 62 -+ R1 | % 63 -+ r2 r4 fis4 | % 64 -+ fis2 r2 | % 65 -+ R1*4 | % 69 -+ r4 a,4 a4 a4 | \barNumberCheck #70 -+ d4 r4 r2 | % 71 -+ R1*4 | % 75 -+ d4 r4 r2 | % 76 -+ R1 | % 77 -+ r4 a'4 a4 a4 | % 78 -+ d4 r4 r2 | % 79 -+ R1*5 | % 84 -+ fis,4 r8 fis16[ fis16] fis4 fis4 | % 85 -+ fis4 r8 fis16[ fis16] fis4 fis4 | % 86 -+ fis4 r4 fis4 r4 | % 87 -+ R1*17 | % 104 -+ r4 fis8.[\f fis16] fis4 r4 | % 105 -+ r4 fis8.[ fis16] fis4 r4 | % 106 -+ R1 | % 107 -+ r2 a4(\p fis4) | % 108 -+ d4( a4) a'4( fis4) | % 109 -+ d4(_\perd a4) a'4( fis4) | \barNumberCheck #110 -+ d4 r4 d4\pp r4 | % 111 -+ d4 r4 r2 \bar "|." - } - \addQuote "OmnesDeSabaVenientTbeIIMusic" { \OmnesDeSabaVenientTbeIIMusic } - - --OmnesDeSabaVenientTimMusic = \relative c' { -- s8 -- % TODO -+AlternativeOmnesDeSabaVenientTrbIMusic = \relative c'' { -+ R1*7 | % 8 -+ g2\f a | % 9 -+ c4.\fz g8 e4 g | \barNumberCheck #10 -+ g g g2 | % 11 -+ g4 r h2~\fz | % 12 -+ h4 h8[ h] c4 g | % 13 -+ g h,8[ h] c4 d | % 14 -+ e g c c | % 15 -+ g1~ | % 16 -+ g2. g4 | % 17 -+ g r r2\fermata | % 18 -+ R1*32 | \barNumberCheck #50 -+ g4\f g8[ g] g4 g | \barNumberCheck #51 -+ a2 a4 a | % 52 -+ c4 c c2 | % 53 -+ h4 a g f | % 54 -+ e r r e | % 55 -+ f4 a8[ g] f[ e] d[ c] | % 56 -+ h4 g'a h | % 57 -+ c2 c, | % 58 -+ r4 c' a f | % 59 -+ d' r r2 | \barNumberCheck #60 -+ r4 h gis e | \barNumberCheck #61 -+ d' r r c, | % 62 -+ f2 d | % 63 -+ h2 r | % 64 -+ R1 | % 65 -+ d4 d8[ d] d4 d | % 66 -+ e2 e4 e | % 67 -+ g g g2 | % 68 -+ fis4 r r d | % 69 -+ f4 f f2 | \barNumberCheck #70 -+ e4 g2 e4 | % 71 -+ f2 a | % 72 -+ d,2. d4 | % 73 -+ c4( e) f( g) | % 74 -+ f2. d4 | % 75 -+ c r r e | % 76 -+ f a8[ g] f[ e] d[ c] | % 77 -+ h!4 g' a h | % 78 -+ c2 c, | % 79 -+ r4 c c' c | \barNumberCheck #80 -+ c2 f, | % 81 -+ r4 h, h' h | % 82 -+ h2 e,4 e4 | % 83 -+ e d c a' | % 84 -+ gis2 a4 a | % 58 -+ gis2 a | % 86 -+ gis2 e | \barNumberCheck #87 -+ R1*17 | % 104 -+ r2 r4 c'8.[\f d16] | % 105 -+ e2 c4 r | % 106 -+ a2 f4 f | % 107 -+ e2 r | \barNumberCheck #108 -+ R1*4 \bar"|." -+} -+ -+AlternativeOmnesDeSabaVenientTrbIIIMusic = \relative c { -+ c4\p e4 g4 e4 | % 2 -+ c4 r4 r2 | % 3 -+ c4 e4 g4 e4 | % 4 -+ c4 r4 r2 | % 5 -+ c4 e4 g4 c4 | % 6 -+ c,4\< r c r | % 7 -+ c\! r c r | % 8 -+ c\f c' a f | % 9 -+ c r r c | \barNumberCheck #10 -+ h r c r | % 11 -+ g r r2 | % 12 -+ g4 r c r | % 13 -+ g g' fis f | % 14 -+ e h c a | % 15 -+ g g' e c | % 16 -+ g g'8.[ g16] e8.[ e16] c8.[ c16] | % 17 -+ g4 r r2\fermata | % 18 -+ R1*2 | \barNumberCheck #20 -+ c4\p r r2 | % 21 -+ R1 | % 22 -+ a4 r r2 | % 23 -+ R1*3 | % 26 -+ g4 r r2 | % 27 -+ R1 | % 28 -+ c4\p r r2 | % 29 -+ c4 r r2 | \barNumberCheck #30 -+ c4 e g c | % 31 -+ e, r r2 | % 32 -+ f4\f r r2 | % 33 -+ g4 r g, r | % 34 -+ c r r2 | % 35 -+ g4\p r r2 | % 36 -+ c4 r c r | % 37 -+ g r r2 | % 38 -+ c4 r c r | % 39 -+ r c c r | \barNumberCheck #40 -+ r c c r | % 41 -+ h r c r | % 42 -+ g\f g' r e | % 43 -+ c a r a' | % 44 -+ fis d r fis | % 45 -+ g g, r g | % 46 -+ a a' r a | % 47 -+ f d r d | % 48 -+ g g, r g | % 49 -+ a a' r d, | \barNumberCheck #50 -+ e e r e | % 51 -+ c a r a | % 52 -+ d d r d | % 53 -+ g g, r g | % 54 -+ a a' r a | % 55 -+ f d r d | % 56 -+ g g, r g' | % 57 -+ c c, r e | % 58 -+ f f, r a' | % 59 -+ h h, r d | \barNumberCheck #60 -+ e e, r e' | % 61 -+ a a, r f' | % 62 -+ d h r h | % 63 -+ e e, r e' | % 64 -+ a a, r a | % 65 -+ b b' r b | % 66 -+ g g, r g | % 67 -+ a a' r a | % 68 -+ d, d r d | % 69 -+ g, g' r g | \barNumberCheck #70 -+ c c, r c | % 71 -+ d d r d | % 72 -+ b g r b | % 73 -+ c c r c | % 74 -+ d d r g, | % 75 -+ a a' r a | % 76 -+ f d r d | % 77 -+ g g, r g' | % 78 -+ c, c' r e, | % 79 -+ a a, r a' | \barNumberCheck #80 -+ d, d r d | % 81 -+ g g, r g' | % 82 -+ c, c' r c, | % 83 -+ f f, r f' | % 84 -+ e e c a | % 85 -+ e e' c a | % 86 -+ e r e' r | % 87 -+ R1*8 | \barNumberCheck #95 -+ c4\p r c r | % 96 -+ g r g' r | % 97 -+ c, r c r | % 98 -+ g r g' r | % 99 -+ c, r r2 | \barNumberCheck #100 -+ r4 c c r | % 101 -+ r c c r | % 102 -+ f r g r | % 103 -+ c, r r2 | % 104 -+ c4\f r c r | % 105 -+ c r c r | % 106 -+ f, r g r | % 107 -+ c2\p r | % 108 -+ c r | % 109 -+ c r | \barNumberCheck #110 -+ c4 r c r | % 111 -+ c r r2 \bar"|." -+} -+ -+OmnesDeSabaVenientTimMusic = \relative c { -+ R1*8 | % 9 -+ c2.\trill\fz r4 | \barNumberCheck #10 -+ g8[ g16 g16] g8[ g8] c4 c4 | % 11 -+ g4 r4 r2 | % 12 -+ g4 r4 c4 r4 | % 13 -+ g4 r4 r2 | % 14 -+ R1*2 | % 16 -+ r4 g8.[ g16] c4 c8.[ c16] | % 17 -+ g4 r4 r2\fermata | % 18 -+ R1*10 | % 28 -+ r4 c8.\p[ c16] c4 c4 | % 29 -+ c4 r4 r2 | \barNumberCheck #30 -+ r4 c8.[\cresc c16] c4 c4 | % 31 -+ c4 r4 r2 | % 32 -+ c4\f r4 r2 | % 33 -+ g4 r4 g4 r4 | % 34 -+ c4 r4 r2 | % 35 -+ R1 | % 36 -+ c1\trill \pp | % 37 -+ g4 r4 r2 | % 38 -+ c1~ \startTrillSpan | % 39 -+ c4 \stopTrillSpan r4 r2 | \barNumberCheck #40 -+ r4 c2\trill r4 | % 41 -+ g4 r4 c4 r4 | % 42 -+ g4 r4 r2 | % 43 -+ R1*3 | % 46 -+ c4\f r4 r2 | % 47 -+ R1*3 | \barNumberCheck #50 -+ g4 r4 r2 | % 51 -+ R1*3 | % 54 -+ c4 r4 r2 | % 55 -+ R1 | % 56 -+ g1\trill | % 57 -+ c4 r4 r2 | % 58 -+ R1*11 | % 69 -+ r4 g4 g4 g4 | \barNumberCheck #70 -+ c4 r4 r2 | % 71 -+ R1*4 | % 75 -+ c4 r4 r2 | % 76 -+ R1 | % 77 -+ r4 g4 g4 g4 | % 78 -+ c4 r4 r2 | % 79 -+ R1*21 | \barNumberCheck #100 -+ r4 c2\pp\trill r4 | % 101 -+ r4 c2\trill r4 | % 102 -+ R1*2 | % 104 -+ r4 c8.\f[ c16] c4 r4 | % 105 -+ r4 c8.[ c16] c4 r4 | % 106 -+ R1 | % 107 -+ c1~\startTrillSpan\p | % 108 -+ c1~ | % 109 -+ c1~_\perd | \barNumberCheck #110 -+ c4\stopTrillSpan r4 c4\pp r4 | % 111 -+ c4 r4 r2 \bar "|." - } - \addQuote "OmnesDeSabaVenientTimMusic" { \OmnesDeSabaVenientTimMusic } - -- - OmnesDeSabaVenientVIMusic = \relative c' { -- s8 -- % TODO -+ c8\p c4 c4 c4 c8 | % 2 -+ c4 r4 r2 | % 3 -+ e8 e4 e4 e4 e8 | % 4 -+ e4 r4 r2 | % 5 -+ g8 g4 g4 g4 g8 | % 6 -+ a8 a4\cresc a8 h8 h4 h8 | % 7 -+ c8 c4 c8 d8 d4 d8 | % 8 -+ e8\f e4 e8 f8 f4 f8 | % 9 -+ g8[ c16 h16] c16[ h16 c16 h16] c16[ h16 a16 g16] f16[ e16 d16 c16] | \barNumberCheck #10 -+ f4 g,,8.[ f''16] f4 c,8.[ e'16] | % 11 -+ d4 r4 r2 | % 12 -+ <g,, d' h' g'>4 r4 <c g' c e>4 r4 | % 13 -+ <g g' d'>4 g'16[ a16 h16 g16] a16[ h16 c16 a16] h16[ c16 d16 h16] | % 14 -+ c16[ d16 e16 c16] d16[ e16 f16 d16] e16[ fis16 g16 e16] fis16[ g16 a16 fis16] | % 15 -+ g16[ fis16 g16 fis16] g16[ d16 h16 g16] c16[ h16 c16 d16] e16[ d16 e16 fis16] | % 16 -+ g16[ fis16 g16 a16] h16[ g16 a16 h16] c16[ h16 a16 g16] f16[ e16 d16 c16] | % 17 -+ g'4 r4 r2\fermata | % 18 -+ R1*2 | \barNumberCheck #20 -+ a,,8(\p[ e'8)] r8 a8 r8 c8 r8 e8 | % 21 -+ h,8([ e8)] r8 gis8 r8 h8 r8 d8 | % 22 -+ c4 r4 r2 | % 23 -+ R1 | % 24 -+ g,8([ d'8)] r8 g8 r8 h8 r8 h,8 | % 25 -+ a8([ d8)] r8 fis8 r8 a8 r8 c8 | % 26 -+ h4 r4 r2 | % 27 -+ R1 | % 28 -+ e,8\p e4 e4 e4 e8 | % 29 -+ e4 r4 r2 | \barNumberCheck #30 -+ g8\cresc g4 g4 g4 g8 | % 31 -+ <g c>4 r4 r2 | % 32 -+ <f c' a'>4\f r4 r2 | % 33 -+ <g, e' c' g'>4 r4 <g d' h'>4 r4 | % 34 -+ <g e' c'>4 r4 r2 | % 35 -+ R1 | % 36 -+ g''2~\p g8[( e8 c8 e8)] | % 37 -+ d4 r4 r2 | % 38 -+ g2~ g8[( e8 c8 g8)] | % 39 -+ e4 r4 r2 | \barNumberCheck #40 -+ r4 c8([ e8] g8[ c8 e8 g8)] | % 41 -+ f4-. f4-. \slashedGrace { f8 } e8([ d8 e8 f8)] | % 42 -+ d8\f[ h'16 a16] g8-.[ fis8-.] e8-.[ d8-. c8-. h8-.] | % 43 -+ a8[ e'16 d16] c8-.[ h8-.] a8-.[ g8-. fis8-. e8-.] | % 44 -+ d8[ fis'16 g16] a8[ g8] fis8[ e8 d8 c8] | % 45 -+ h8[ d16 c16] h8[ a8] g8[ f!8 e8 d8] | % 46 -+ c8[ e'16 d16] c8[ h8] a8[ g8 f8 e8] | % 47 -+ d8[ a''16 g16] f8[ e8] d8[ c8 h8 a8] | % 48 -+ g8[ d'16 c16] h8[ a8] g8[ f8 e8 d8] | % 49 -+ c8[ c'16 h16] a8[ g8] fis8[ d'8 e8 fis8] | \barNumberCheck #50 -+ g8[ h16 a16] g8[ fis8] e8[ d8 c8 h8] | % 51 -+ a8[ e'16 d16] c8[ h8] a8[ g8 fis8 e8] | % 52 -+ d8[ fis'16 g16] a8[ g8] fis8[ e8 d8 c8] | % 53 -+ h8[ d16 c16] h8[ a8] g8[ f!8 e8 d8] | % 54 -+ c8[ e'16 d16] c8[ h8] a8[ g8 f8 e8] | % 55 -+ d8[ a''16 g16] f8[ e8] d8[ c8 h8 a8] | % 56 -+ g8[ h16 c16] d8[ e8] f8[ d8 h8 f8] | % 57 -+ e8[ e'16 f16] g8[ f8] e8[ d8 c8 h8] | % 58 -+ a8[ a'16 h16] c8[ h8] a8[ g8 f8 e8] | % 59 -+ d8[ d16 e16] f8[ e8] d8[ c8 h8 a8] | \barNumberCheck #60 -+ gis8[ gis'16 a16] h8[ a8] gis8[ fis8 e8 d8] | % 61 -+ c8[ c16 d16] e8[ d8] c8[ h8 a8 a'8] | % 62 -+ f!8[ d16 e16] f8[ e8] d8[ c8 h8 a8] | % 63 -+ gis8[ gis'16 a16] h8[ a8] gis8[ fis8 e8 d8] | % 64 -+ cis8[ e16 d16] cis8[ h8] a8[ g8 f!8 e8] | % 65 -+ d8[ d'16 e16] f8[ e8] d8[ f,8 d8 f8] | % 66 -+ e8[ g'16 a16] b8[ a8] g8[ f8 e8 d8] | % 67 -+ cis8[ cis16 d16] e8[ d8] cis!8[ b8 a8 g8] | % 68 -+ fis8[ fis'16 g16] a8[ g8] fis8[ e8 d8 c8] | % 69 -+ h!8[ h16 c16] d8[ c8] h8[ a8 g8 f8] | \barNumberCheck #70 -+ e8[ e'16 f16] g8[ f8] e8[ d8 c8 b8] | % 71 -+ a8[ a'16 g16] f8[ e8] d8[ c8 b8 a8] | % 72 -+ g8[ b'16 c16] d8[ c8] b8[ a8 g8 f8] | % 73 -+ e8[ c16 e16] g8[ f8] e8[ d8 c8 b8] | % 74 -+ a8[ d16 e16] f8[ d8] h8[ c8 d8 f,8] | % 75 -+ e8[ e'16 d16] c8[ h8] a8[ g8 f8 e8] | % 76 -+ d8[ a''16 g16] f8[ e8] d8[ c8 h8 a8] | % 77 -+ g8[ h16 c16] d8[ c8] h8[ a8 g8 f8] | % 78 -+ e8[ e'16 f16] g8[ f8] e8[ d8 c8 h8] | % 79 -+ a8[ c16 d16] e8[ d8] c8[ h8 a8 g8] | \barNumberCheck #80 -+ f8[ d'16 e16] f8[ e8] d8[ c8 h8 a8] | % 81 -+ g8[ h16 c16] e8[ c8] h8[ a8 g8 f8] | % 82 -+ e8[ g'16 f16] e8[ d8] c8[ h8 a8 g8] | % 83 -+ f8[ a'16 g16] f8[ e8] d8[ c8 h8 a8] | % 84 -+ gis8[ e16 fis16] gis8[ e8] a8[ a16 h16] c8[ a8] | % 85 -+ e'8[ e16 fis16] gis8[ e8] a8[ a16 h16] c8[ a8] | % 86 -+ e'4 r4 <gis,, h e>4 r4 | % 87 -+ R1*8 | % 95 -+ g'2\p~ g8[( e8 c8 e8)] | % 96 -+ d4 r4 r2 | % 97 -+ g2 a8([ g8 e8 c8)] | % 98 -+ d4 r4 r2 | % 99 -+ g2~ g8[( e8 c8 g8)] | \barNumberCheck #100 -+ e4 r4 r2 | % 101 -+ r4 c8([ e8] g8[ c8 e8 g8)] | % 102 -+ f4-. f4-. d4.\trill c16[ d16] | % 103 -+ << e4 {s8 s8\cresc} >> g4~ g8[( e8 c8 g8)] | % 104 -+ e4 r4 r2 | % 105 -+ r4 c8(\f[ e8] g8[ c8 e8 g8)] | % 106 -+ f4 f4 \slashedGrace { e8 } d8([ c8 d8 e8)] | % 107 -+ c4 r4 r2 | % 108 -+ <g, e'>1~\p~ | % 109 -+ <g e'>1~_\perd | \barNumberCheck #110 -+ <g e'>4 r4 <g e'>4\pp r4 | % 111 -+ <g e'>4 r4 r2 \bar "|." - } - \addQuote "OmnesDeSabaVenientVIMusic" { \OmnesDeSabaVenientVIMusic } - - --OmnesDeSabaVenientVIIMusic = \relative c' { -- s8 -- % TODO -+OmnesDeSabaVenientVIIMusic = \relative g { -+ g8\p g4 g4 g4 g8 | % 2 -+ g4 r4 r2 | % 3 -+ c8 c4 c4 c4 c8 | % 4 -+ c4 r4 r2 | % 5 -+ e8 e4 e4 e4 e8 | % 6 -+ f8 f4\cresc f8 d8 d4 d8 | % 7 -+ g8 g4 g8 h8 h4 h8 | % 8 -+ c8\f c4 c4 c4 c8 | % 9 -+ c8[ c16 h16] c16[ h16 c16 h16] c16[ h16 a16 g16] f16[ e16 d16 c16] | \barNumberCheck #10 -+ d4 g,8.[ d''16] d4 c,8.[ c'16] | % 11 -+ h4 r4 r2 | % 12 -+ <g, d' h'>4 r4 <g e' c'>4 r4 | % 13 -+ <g d' h'>4 g16[ a16 h16 g16] a16[ h16 c16 a16] h16[ c16 d16 h16] | % 14 -+ c16[ d16 e16 c16] d16[ e16 f16 d16] e16[ fis16 g16 e16] fis16[ g16 a16 fis16] | % 15 -+ g16[ fis16 g16 fis16] g16[ d16 h16 g16] c16[ h16 c16 d16] e16[ d16 e16 fis16] | % 16 -+ g16[ fis16 g16 a16] h16[ g16 a16 h16] c16[ h16 a16 g16] f16[ e16 d16 c16] | % 17 -+ g'4 r4 r2\fermata | % 18 -+ R1*2 | \barNumberCheck #20 -+ r8 c,8\p r8 c8 r8 e8 r8 c'8 | % 21 -+ r8 h8 r8 e,8 r8 gis8 r8 h8 | % 22 -+ a4 r4 r2 | % 23 -+ R1 | % 24 -+ r8 h,8 r8 h8 r8 d8 r8 g8 | % 25 -+ r8 a8 r8 d,8 r8 fis8 r8 a8 | % 26 -+ g4 r4 r2 | % 27 -+ R1 | % 28 -+ c,8\p c4 c4 c4 c8 | % 29 -+ c4 r4 r2 | \barNumberCheck #30 -+ e8\cresc e4 e4 e4 e8 | % 31 -+ <g c,>4 r4 r2 | % 32 -+ <f c' f>4\f r4 r2 | % 33 -+ <g, g' c e>4 r4 <g f'>4 r4 | % 34 -+ e'8(\p[ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 35 -+ f'8([ g,8) d'8( g,8)] f'8([ g,8) d'8( g,8)] | % 36 -+ e'8([ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 37 -+ f'8([ g,8) d'8( g,8)] f'8([ g,8) d'8( g,8)] | % 38 -+ e'8([ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 39 -+ e'8([ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | \barNumberCheck #40 -+ e'8([ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 41 -+ f'8([ g,8) f'8( g,8)] e'8([ g,8) e'8( g,8)] | % 42 -+ d'8[\f h''16 a16] g8-.[ fis8-.] e8-.[ d8-. c8-. h8-.] | % 43 -+ a8[ e'16 d16] c8-.[ h8-.] a8-.[ g8-. fis8-. e8-.] | % 44 -+ d8[ fis'16 g16] a8[ g8] fis8[ e8 d8 c8] | % 45 -+ h8[ d16 c16] h8[ a8] g8[ f!8 e8 d8] | % 46 -+ c8[ e'16 d16] c8[ h8] a8[ g8 f8 e8] | % 47 -+ d8[ a''16 g16] f8[ e8] d8[ c8 h8 a8] | % 48 -+ g8[ d'16 c16] h8[ a8] g8[ f8 e8 d8] | % 49 -+ c8[ c'16 h16] a8[ g8] fis8[ d'8 e8 fis8] | \barNumberCheck #50 -+ g8[ h16 a16] g8[ fis8] e8[ d8 c8 h8] | % 51 -+ a8[ e'16 d16] c8[ h8] a8[ g8 fis8 e8] | % 52 -+ d8[ fis'16 g16] a8[ g8] fis8[ e8 d8 c8] | % 53 -+ h8[ d16 c16] h8[ a8] g8[ f!8 e8 d8] | % 54 -+ c8[ e'16 d16] c8[ h8] a8[ g8 f8 e8] | % 55 -+ d8[ a''16 g16] f8[ e8] d8[ c8 h8 a8] | % 56 -+ g8[ h16 c16] d8[ e8] f8[ d8 h8 f8] | % 57 -+ e8[ e'16 f16] g8[ f8] e8[ d8 c8 h8] | % 58 -+ a8[ a'16 h16] c8[ h8] a8[ g8 f8 e8] | % 59 -+ d8[ d16 e16] f8[ e8] d8[ c8 h8 a8] | \barNumberCheck #60 -+ gis8[ gis'16 a16] h8[ a8] gis8[ fis8 e8 d8] | % 61 -+ c8[ c16 d16] e8[ d8] c8[ h8 a8 a'8] | % 62 -+ f!8[ d16 e16] f8[ e8] d8[ c8 h8 a8] | % 63 -+ gis8[ gis'16 a16] h8[ a8] gis8[ fis8 e8 d8] | % 64 -+ cis8[ e16 d16] cis8[ h8] a8[ g8 f!8 e8] | % 65 -+ d8[ d'16 e16] f8[ e8] d8[ f,8 d8 f8] | % 66 -+ e8[ g'16 a16] b8[ a8] g8[ f8 e8 d8] | % 67 -+ cis8[ cis16 d16] e8[ d8] cis!8[ b8 a8 g8] | % 68 -+ fis8[ fis'16 g16] a8[ g8] fis8[ e8 d8 c8] | % 69 -+ h!8[ h16 c16] d8[ c8] h8[ a8 g8 f8] | \barNumberCheck #70 -+ e8[ e'16 f16] g8[ f8] e8[ d8 c8 b8] | % 71 -+ a8[ a'16 g16] f8[ e8] d8[ c8 b8 a8] | % 72 -+ g8[ b'16 c16] d8[ c8] b8[ a8 g8 f8] | % 73 -+ e8[ c16 e16] g8[ f8] e8[ d8 c8 b8] | % 74 -+ a8[ d16 e16] f8[ d8] h8[ c8 d8 f,8] | % 75 -+ e8[ e'16 d16] c8[ h8] a8[ g8 f8 e8] | % 76 -+ d8[ a''16 g16] f8[ e8] d8[ c8 h8 a8] | % 77 -+ g8[ h16 c16] d8[ c8] h8[ a8 g8 f8] | % 78 -+ e8[ e'16 f16] g8[ f8] e8[ d8 c8 h8] | % 79 -+ a8[ c16 d16] e8[ d8] c8[ h8 a8 g8] | \barNumberCheck #80 -+ f8[ d'16 e16] f8[ e8] d8[ c8 h8 a8] | % 81 -+ g8[ h16 c16] e8[ c8] h8[ a8 g8 f8] | % 82 -+ e8[ g'16 f16] e8[ d8] c8[ h8 a8 g8] | % 83 -+ f8[ a'16 g16] f8[ e8] d8[ c8 h8 a8] | % 84 -+ gis8[ e16 fis16] gis8[ e8] a8[ a16 h16] c8[ a8] | % 85 -+ gis8[ e16 fis16] gis8[ e8] a8[ a16 h16] c8[ a8] | % 86 -+ gis4 r4 <gis h e>4 r4 | % 87 -+ R1*8 | % 95 -+ e8(\p[ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 96 -+ f'8([ g,8) d'8( g,8)] f'8([ g,8) d'8( g,8)] | % 97 -+ e'8([ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 98 -+ f'8([ g,8) d'8( g,8)] f'8([ g,8) d'8( g,8)] | % 99 -+ e'8([ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | \barNumberCheck #100 -+ e'8([ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 101 -+ e'8([ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 102 -+ f'8([ a,8) f'8( a,8)] d8([ g,8) d'8( g,8)] | % 103 -+ e'8([ g,8)\cresc e'8( g,8)] e'8([ g,8) e'8( g,8)] | % 104 -+ e'8([\f g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 105 -+ e'8([ g,8) g'8( g,8)] e'8([ g,8) g'8( g,8)] | % 106 -+ f'8([ a,8) f'8( a,8)] h8([ d8) h8( d8)] | % 107 -+ c8(\p[ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 108 -+ c8([ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 109 -+ c8([_\perd g8) e'8( g,8)] c8([ g8) e'8( g,8)] | \barNumberCheck #110 -+ c4 r4 c4\pp r4 | % 111 -+ c4 r4 r2 \bar "|." - } - \addQuote "OmnesDeSabaVenientVIIMusic" { \OmnesDeSabaVenientVIIMusic } - - --OmnesDeSabaVenientVaMusic = \relative c' { -- s8 -- % TODO -+OmnesDeSabaVenientVaMusic = \relative e { -+ e8\p e4 e4 e4 e8 | % 2 -+ e4 r4 r2 | % 3 -+ g8 g4 g4 g4 g8 | % 4 -+ g4 r4 r2 | % 5 -+ c8 c4 c4 c4 c8 | % 6 -+ c8 c4\cresc c8 f8 f4 f8 | % 7 -+ e8 e4 e8 g8 g4 g8 | % 8 -+ g8\f g4 g8 a8 a4 a8 | % 9 -+ e4 g4 e4 c4 | \barNumberCheck #10 -+ g4 <g g'>8.[ <g g'>16] <g g'>4 <g g'>8.[ <g g'>16] | % 11 -+ <g g'>4 r4 r2 | % 12 -+ <g g'>4 r4 <g g'>4 r4 | % 13 -+ <g g'>4 h8.[ h16] c4 d8.[ d16] | % 14 -+ g,4 g'8.[ g16] g8.[ g16] c8.[ c16] | % 15 -+ h4 <h, d>8.[ <h d>16] <c e>4 <c e>8.[ <c e>16] | % 16 -+ <h d>4 <g g'>8.[ <g g'>16] <g g'>4 <g g'>8.[ <g g'>16] | % 17 -+ <g g'>4 r4 r2\fermata | % 18 -+ R1*2 | \barNumberCheck #20 -+ r8 a8\p r8 a8 r8 a8 r8 a8 | % 21 -+ r8 h8 r8 h8 r8 e8 r8 -+ \divisi { gis8 a4 } { e8 e4 } r4 r2 | % 23 -+ R1 | % 24 -+ r8 g,8 r8 g8 r8 g8 r8 e'8 | % 25 -+ r8 a,8 r8 a8 r8 d8 r8 -+ \divisi { fis8 g4 } { d8 d4 } r4 r2 | % 27 -+ R1 | % 28 -+ g,8\p g4 g4 g4 g8 | % 29 -+ g4 r4 r2 | \barNumberCheck #30 -+ c8\cresc c4 c4 c4 c8 | % 31 -+ c4 r4 r2 | % 32 -+ <c f a>4\f r4 r2 | % 33 -+ <g e'>4 r4 <g d'>4 r4 | % 34 -+ c8(\p[ g8) e'8( g,8)] c8[( g8) e'8( g,8)] | % 35 -+ d'8([ g,8) h8( g8)] d'8([ g,8) h8( g8)] | % 36 -+ c8([ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 37 -+ d'8([ g,8) h8( g8)] d'8([ g,8) h8( g8)] | % 38 -+ c8([ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 39 -+ c8([ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | \barNumberCheck #40 -+ c8([ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 41 -+ d'8([ g,8) d'8( g,8)] c8([ g8) c8( g8)] | % 42 -+ h4 r4 r4 g'4\f | % 43 -+ e4 e,4 r4 c'4 | % 44 -+ a4 fis'4 r4 a4 | % 45 -+ d,4 f4 e4 h4 | % 46 -+ c4 e4 r4 c4 | % 47 -+ a4 a'4 r4 f4 | % 48 -+ h,4 d4 r4 f4 | % 49 -+ e4 c,4 r2 | \barNumberCheck #50 -+ g''4 g8[ g8] g4 g4 | % 51 -+ a2 a4 a4 | % 52 -+ c4 c4 c2 | % 53 -+ h4 a4 g4 f4 | % 54 -+ e4 r4 r4 e4 | % 55 -+ f4 a8[ g8] f8[ e8 d8 c8] | % 56 -+ h4 g'4 a4 h4 | % 57 -+ c2 c,2 | % 58 -+ r4 c'4 a4 f4 | % 59 -+ d'4 r4 r2 | \barNumberCheck #60 -+ r4 h4 gis4 e4 | % 61 -+ c'4 r4 r4 c,4 | % 62 -+ f2 d2 | % 63 -+ h2 r2 | % 64 -+ R1 | % 65 -+ d4 d8[ d8] d4 d4 | % 66 -+ e2 e4 e4 | % 67 -+ g4 g4 g2 | % 68 -+ fis4 r4 r4 d4 | % 69 -+ f4 f4 f2 | \barNumberCheck #70 -+ e4 g2 e4 | % 71 -+ f2 a2 | % 72 -+ d,2. d4 | % 73 -+ c4 e4 f4 g4 | % 74 -+ f2. d4 | % 75 -+ c4 r4 r4 e4 | % 76 -+ f4 a8[ g8] f8[ e8 d8 c8] | % 77 -+ h4 g'4 a4 h4 | % 78 -+ c2 c,2 | % 79 -+ r4 c4 c'4 c4 | \barNumberCheck #80 -+ c2 f,2 | % 81 -+ r4 h,4 h'4 h4 | % 82 -+ h2 e,4 e4 | % 83 -+ e4 d4 c4 a4 | % 84 -+ e4 \divisi {h''4 r4 c4 | % 85 -+ r4 h4 r4 c4 | % 86 -+ h4} {gis4 r4 a4 | % 85 -+ r4 gis4 r4 a4 | % 86 -+ gis4} r4 <e, h' e>4 r4 | % 87 -+ R1*8 | % 95 -+ c'8(\p[ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 96 -+ d'8([ g,8) h8( g8)] d'8([ g,8) h8( g8)] | % 97 -+ c8([ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 98 -+ d'8([ g,8) h8( g8)] d'8([ g,8) h8( g8)] | % 99 -+ c8([ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | \barNumberCheck #100 -+ c8([ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 101 -+ c8([ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 102 -+ d'8([ a8) d8( a8)] h8([ g8) h8( g8)] | % 103 -+ c8([ g8)\cresc e'8( g,8)] c8([ g8) e'8( g,8)] | % 104 -+ c8(\f[ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 105 -+ c8([ g8) e'8( g,8)] c8([ g8) e'8( g,8)] | % 106 -+ d'8([ a8) d8( a8)] f8([ h8) f8( h8)] | % 107 -+ e,8(\p[ g8 c8 g8)] e8([ g8 c8 g8)] | % 108 -+ e8([ g8 c8 g8)] e8([ g8 c8 g8)] | % 109 -+ e8([_\perd g8 c8 g8)] e8([ g8 c8 g8)] | \barNumberCheck #110 -+ e4 r4 <e g>4\pp r4 | % 111 -+ <e g>4 r4 r2 \bar "|." - } - \addQuote "OmnesDeSabaVenientVaMusic" { \OmnesDeSabaVenientVaMusic } - - --OmnesDeSabaVenientSSoloMusic = \relative c' { -- s8 -- % TODO --} --\addQuote "OmnesDeSabaVenientSSoloMusic" { \OmnesDeSabaVenientSSoloMusic } - --OmnesDeSabaVenientSSoloLyrics = \lyricmode { -- % TODO -+% Split solo and choir -+OmnesDeSabaVenientSSoloMusic = \relative c'' { -+ s1*16 | % 17 -+ \cueText "Solo" -+ \voiceOne g'1\fermata\espressivo | % 18 -+ \oneVoice g,4\! r4 r2 | % 19 -+ e'4 e8 e8 e4 e8 e8 | \barNumberCheck #20 -+ a2 a,4 c4 | % 21 -+ e2. d4 | % 22 -+ c2 r2 | % 23 -+ d4 d8 d8 d4 e8 fis8 | % 24 -+ g2 g,4 e'4 | % 25 -+ d2. c4 | % 26 -+ h2 r2 | % 27 -+ c4 c4 \slashedGrace { d8 } c8[ h8] c8 d8 | % 28 -+ e4. c8 c4 r4 | % 29 -+ e2 \slashedGrace { f8 } e8[ d8] e8[ f8] | \barNumberCheck #30 -+ g4. e8 e4 r4 | % 31 -+ g2 \grace { g16[ f16] } e4 \grace { e16[ d16] } c4 | % 32 -+ a4( c4) f4 a4 | % 33 -+ g2. h,4 | % 34 -+ c4 r4 r2 | % 35 -+% \cueText "Tutti" -+ d2\pp d8[ f8] e8[ d8] | % 36 -+ c2 r2 | % 37 -+ g'2 g8[ f8] e8[ d8] | % 38 -+ c2 r4 c8. d16 | % 39 -+ e2 c4 e8. f16 | \barNumberCheck #40 -+ g2 e4 r4 | % 41 -+ f2 e8[ d8] e8[ f8] | % 42 -+ d4 r4 r2 | % 43 -+ s1*69 \bar "|." % 112 - } -+\addQuote "OmnesDeSabaVenientSSoloMusic" { \OmnesDeSabaVenientSSoloMusic } - - - OmnesDeSabaVenientSMusic = \relative c' { -- s8 -- % TODO -+ \cueText "Tutti" -+ R1 | % 2 -+ c4\p c8 c8 c4 c4 | % 3 -+ e4. c8 c4 r4 | % 4 -+ e4 e8 e8 e4 e4 | % 5 -+ g4. e8 e4 r4 | % 6 -+ a4 a8 a8 h4\cresc h8 h8 | % 7 -+ c2 d4 d4 | % 8 -+ e2\f f2 | % 9 -+ g4.\fz e8 c4 g4 | \barNumberCheck #10 -+ f'4 f4 f4( e4) | % 11 -+ d4 r4 g2~\fz | % 12 -+ g4 g8 g8 e4 c4 | % 13 -+ d4 g,8 g8 a4 h4 | % 14 -+ c4 d4 e4 fis4 | % 15 -+ g1~ | % 16 -+ g2. g,4 | % 17 -+ \voiceTwo g4 r r2\fermata | % 18 -+ s1*17 | % 35 -+ \cueText "Tutti" -+ h2 h4 h | % 36 -+ c2 r | % 37 -+ d2 h4 h | % 38 -+ c2 r4 e,8. g16 | % 39 -+ c2 e,4 c'8. d16 | \barNumberCheck #40 -+ e2 c4 r | % 41 -+ d2 c8[ h] c[ d] | % 42 -+ h4 r r2 | % 43 -+ \oneVoice -+ R1*11 | % 54 -+ \cueText "Tutti" -+ c4\f c8 c8 c4 c4 | % 55 -+ d2 d4 d4 | % 56 -+ f4 f4 f2 | % 57 -+ e4 g4 e4 c4 | % 58 -+ a4 r4 r2 | % 59 -+ r4 f'4 d4 h4 | \barNumberCheck #60 -+ gis4 r4 r2 | % 61 -+ r4 e'4 c4 a4 | % 62 -+ d2 r2 | % 63 -+ r4 gis,4 h4 gis4 | % 64 -+ e4 a4 cis4 e4 | % 65 -+ d4 r4 r2 | % 66 -+ d4 d8 d8 d4 d4 | % 67 -+ cis2 cis4 a4 | % 68 -+ c4 c4 c2 | % 69 -+ h!4 r4 r4 g4 | \barNumberCheck #70 -+ b4 b4 b2 | % 71 -+ a4 a4 a4 a4 | % 72 -+ b4\dashedSlur d8[ c8] b8[ a8 g8 f8] | % 73 -+ e4) c'4 d4 e4 | % 74 -+ f2 h,!2 | % 75 -+ c4. d8 e4 r4 | % 76 -+ R1*2 | % 78 -+ r4 g,4 g'4 g4 | % 79 -+ g2 c,2 | \barNumberCheck #80 -+ r4 f,4 f'4 f4 | % 81 -+ f2 h,2 | % 82 -+ r4 e,4 e'4 e4 | % 83 -+ a,4 h4 c4 d8 d8 | % 84 -+ e1~ | % 85 -+ e2 e2 | % 86 -+ e2 e,2 | % 87 -+ r2 r4 e4\p | % 88 -+ e2 e4 e4 | % 89 -+ e2 e2 | \barNumberCheck #90 -+ g2. f4 | % 91 -+ e2 r2 | % 92 -+ e2\pp e2 | % 93 -+ f2 e2 | % 94 -+ d2. d4 | % 95 -+ c2 r2 | % 96 -+ d'2 d8[ f8] e8[ d8] | % 97 -+ c2 r2 | % 98 -+ g'2 g8[ f8] e8[ d8] | % 99 -+ c2 r4 c8. d16 | \barNumberCheck #100 -+ e2 c4 e8. f16 | % 101 -+ g2 e4 r4 | % 102 -+ f2 d4 g4 | % 103 -+ e2 r4 c8.\f d16 | % 104 -+ e2 c4 e8. f16 | % 105 -+ g2 e4 r4 | % 106 -+ f2 d4 g4 | % 107 -+ c,2 r2 | % 108 -+ r2 g'4\p e4 | % 109 -+ c1 | \barNumberCheck #110 -+ c4 r4 r2 | % 111 -+ R1 \bar "|." - } - \addQuote "OmnesDeSabaVenientSMusic" { \OmnesDeSabaVenientSMusic } - - OmnesDeSabaVenientSLyrics = \lyricmode { -- % TODO -+ Om -- nes de Sa -- ba ve -- ni -- ent, -+ om -- nes de Sa -- ba ve -- ni -- ent, -+ au -- rum et thus de -- fe -- ren -- tes -+ et lau -- dem Do -- mi -- no an -- nun -- ti -- an -- tes, -+ lau -- dem an -- nun -- ti -- an -- tes, -+ an -- nun -- ti -- an -- tes -+ lau -- dem Do -- mi -- no. -+ -+ Al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja. -+ -+ Vi -- di -- mus stel -- lam e -- jus in o -- ri -- en -- te, -+ -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja. -+ -+ Vi -- di -- mus stel -- lam e -- jus in o -- ri -- en -- te, -+ in o -- ri -- en -- te, in o -- ri -- en -- te -+ stel -- lam e -- jus vi -- di -- mus. -+ -+ In o -- ri -- en -- te, -+ in o -- ri -- en -- te, -+ in o -- ri -- en -- te -+ -+ vi -- di -- mus stel -- lam e -- jus -+ et ve -- ni -- mus cum mu -- ne -- ri -- bus -+ ad -- o -- ra -- re Do -- mi -- num. -+ -+ Al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja. - } -+OmnesDeSabaVenientSSoloLyrics = \lyricmode { -+ Sur -- ge! -+ % 19 -+ Sur -- ge et il -- lu -- mi -- na -- re Je -- ru -- sa -- lem, -+ % 23 -+ sur -- ge et il -- lu -- mi -- na -- re Je -- ru -- sa -- lem, -+ % 27 -+ qui -- a glo -- ri -- a Do -- mi -- ni -+ % 29 -+ su -- per te or -- ta est, -+ % 31 -+ glo -- ri -- a Do -- mi -- ni su -- per te. -+ -+ Al -- le -- lu -- ja, -+ al -- le -- lu -- ja, -+ al -- le -- lu -- ja, -+ al -- le -- lu -- ja, -+ al -- le -- lu -- ja. -+} -+ -+ -+OmnesDeSabaVenientSStaff = \new Staff = "OmnesDeSabaVenientSStaff" \with { -+ instrumentName = \SInstrumentName -+ shortInstrumentName = \SShortInstrumentName -+} << -+ \new Voice = "OmnesDeSabaVenientSSoloInSVoice" { -+ \dynamicUp -+ \OmnesDeSabaVenientSettings -+ \SClef -+ \OmnesDeSabaVenientKey -+ \OmnesDeSabaVenientTimeSignature -+ s1*16 | % 17 -+ \cueText "Solo" -+ \quoteDuring #"OmnesDeSabaVenientSSoloMusic" {s1*18 } -+ s1*77 -+ } -+ \new Voice = "OmnesDeSabaVenientSSoloAllelujaInSVoice" { -+ \dynamicUp -+ \OmnesDeSabaVenientSettings -+ \SClef -+ \OmnesDeSabaVenientKey -+ \OmnesDeSabaVenientTimeSignature -+ s1*34 | % 17 -+ \voiceOne -+ \quoteDuring #"OmnesDeSabaVenientSSoloMusic" {s1*8 } -+ s1*69 -+ } -+ \new Voice = "OmnesDeSabaVenientSVoice" { -+ \dynamicUp -+ \OmnesDeSabaVenientSettings -+ \SClef -+ \OmnesDeSabaVenientKey -+ \OmnesDeSabaVenientTimeSignature -+ \OmnesDeSabaVenientSMusic -+ } -+% \new Lyrics = "OmnesDeSabaVenientSSoloInSLyricsAbove" \with { alignAboveContext = #"OmnesDeSabaVenientSStaff" } -+% \lyricsto "OmnesDeSabaVenientSSoloInSVoice" \OmnesDeSabaVenientSSoloLyricsAbove -+ \new Lyrics = "OmnesDeSabaVenientSSoloInSLyricsBelow" \lyricsto "OmnesDeSabaVenientSSoloInSVoice" \OmnesDeSabaVenientSSoloLyrics -+ \new Lyrics = "OmnesDeSabaVenientSLyrics" \lyricsto "OmnesDeSabaVenientSVoice" \OmnesDeSabaVenientSLyrics -+>> -+ -+OmnesDeSabaVenientSSoloStaff = << -+ \new Staff = "OmnesDeSabaVenientSSoloStaff" \with { -+ instrumentName = \SSoloInstrumentName -+ shortInstrumentName = \SSoloShortInstrumentName -+ } << -+ \new Voice = "OmnesDeSabaVenientSSoloVoice" { -+ \dynamicUp -+ \OmnesDeSabaVenientSettings -+ \SClef -+ \OmnesDeSabaVenientKey -+ \OmnesDeSabaVenientTimeSignature -+ R1*12 | % 14 -+ \namedCueDuring #"OmnesDeSabaVenientSMusic" #UP "Sopr." "" { R1*4 } | % 17 -+ \cueDuring #"OmnesDeSabaVenientSMusic" #DOWN { \quoteDuring #"OmnesDeSabaVenientSSoloMusic" {s1} } | % 18 -+ \quoteDuring #"OmnesDeSabaVenientSSoloMusic" {s1*17 } | % 35 -+ \cueText "Tutti" -+ \quoteDuring #"OmnesDeSabaVenientSSoloMusic" {s1*8 } | % 43 -+ R1*69 \bar "|." -+ } -+ >> -+% \new Lyrics = "OmnesDeSabaVenientSCueLyricsAbove" \with { alignAboveContext = #"OmnesDeSabaVenientSSoloStaff" } \lyricsto "cue" { -+ \new Lyrics = "OmnesDeSabaVenientSCueLyricsAbove" \with { -+ \override VerticalAxisGroup #'inter-staff-spacing = #'((space . 0) (minimum-distance . 1) (padding . 0.25)) -+ } \lyricsto "cue" { -+ \small \override LyricText #'font-shape = #'italic -+ \skip4 an -- nun -- ti -- an -- tes, lau -- dem Do -- mi -- ni. -+ } -+ \new Lyrics = "OmnesDeSabaVenientSSoloLyricsBelow" \lyricsto "OmnesDeSabaVenientSSoloVoice" \OmnesDeSabaVenientSSoloLyrics -+>> - - - OmnesDeSabaVenientAMusic = \relative c' { -- s8 -- % TODO -+ \cueText "Tutti" -+ R1 | % 2 -+ c4\p c8 c8 c4 c4 | % 3 -+ c4. c8 c4 r4 | % 4 -+ c4 c8 c8 c4 c4 | % 5 -+ e4. c8 c4 r4 | % 6 -+ f4 f8 f8 d4\cresc d8 d8 | % 7 -+ g2 g4 g4 | % 8 -+ g2\f a2 | % 9 -+ c4.\fz g8 e4 g4 | \barNumberCheck #10 -+ g4 g4 g2 | % 11 -+ g4 r4 h2~\fz | % 12 -+ h4 h8 h8 c4 g4 | % 13 -+ g4 h,8 h8 c4 d4 | % 14 -+ e4 g4 c4 c4 | % 15 -+ g1~ | % 16 -+ g2. g4 | % 17 -+ g4 r4 r2\fermata | % 18 -+ \override VerticalAxisGroup #'remove-empty = ##t -+ R1*17 | % 35 -+ \override VerticalAxisGroup #'remove-empty = ##f -+ \cueText "Tutti" -+ g2\pp g4 g4 | % 36 -+ <g e>2 r2 | % 37 -+ <g h>2 <g d'>4 g4 | % 38 -+ <g e>2 r2 | % 39 -+ r2 r4 <e c>8. <f d>16 | \barNumberCheck #40 -+ <g e>2 <e c>4 r | % 41 -+ g2 g4 g | % 42 -+ g4 r4 r2 | % 43 -+ R1*7 | \barNumberCheck #50 -+ g4\f g8 g8 g4 g4 | % 51 -+ a2 a4 a4 | % 52 -+ c4 c4 c2 | % 53 -+ h4 a4 g4 f4 | % 54 -+ e4 r4 r4 e4 | % 55 -+ f4\dashedSlur a8[ g8] f8[ e8)] d8[ c8] | % 56 -+ h4 g'4 a4 h4 | % 57 -+ c2 c,2 | % 58 -+ r4 c'4 a4 f4 | % 59 -+ d'4 r4 r2 | \barNumberCheck #60 -+ r4 h4 gis4 e4 | % 61 -+ c'4 r4 r4 c,4 | % 62 -+ f2 d2 | % 63 -+ h2 r2 | % 64 -+ R1 | % 65 -+ d4 d8 d8 d4 d4 | % 66 -+ e2 e4 e4 | % 67 -+ g4 g4 g2 | % 68 -+ fis4 r4 r4 d4 | % 69 -+ f4 f4 f2 | \barNumberCheck #70 -+ e4 g2 e4 | % 71 -+ f2 a2 | % 72 -+ d,2. d4 | % 73 -+ c4 e4 f4 g4 | % 74 -+ f2. d4 | % 75 -+ c4 r4 r4 e4 | % 76 -+ f4\dashedSlur a8[ g8] f8[ e8)] d8[ c8] | % 77 -+ h!4 g'4 a4 h4 | % 78 -+ c2 c,2 | % 79 -+ r4 c4 c'4 c4 | \barNumberCheck #80 -+ c2 f,2 | % 81 -+ r4 h,4 h'4 h4 | % 82 -+ h2 e,4 e4 | % 83 -+ e4 d4 c4 a'4 | % 84 -+ gis2 a4 a4 | % 85 -+ gis2 a2 | % 86 -+ gis2 e2 | % 87 -+ r2 r4 h4\p | % 88 -+ h2 h4 h4 | % 89 -+ c2 c2 | \barNumberCheck #90 -+ d2. d4 | % 91 -+ c2 r2 | % 92 -+ c2\pp d2 | % 93 -+ c2 c2 | % 94 -+ c2( h4) h4 | % 95 -+ c2 r2 | % 96 -+ g'2 g4 g4 | % 97 -+ g2 r2 | % 98 -+ h,2 d4 f4 | % 99 -+ e2 r4 e8. g16 | \barNumberCheck #100 -+ c2 e,4 c'8. d16 | % 101 -+ e2 c4 r4 | % 102 -+ a2 h4 h4 | % 103 -+ c2 r4 e,8.\f g16 | % 104 -+ c2 e,4 c'8. d16 | % 105 -+ e2 c4 r4 | % 106 -+ a2 f4 f4 | % 107 -+ e2 r2 | % 108 -+ r2 e4\p e4 | % 109 -+ e1 | \barNumberCheck #110 -+ e4 r4 r2 | % 111 -+ R1 \bar "|." - } - \addQuote "OmnesDeSabaVenientAMusic" { \OmnesDeSabaVenientAMusic } - --OmnesDeSabaVenientALyrics = \lyricmode { -- % TODO --} -- - --OmnesDeSabaVenientTMusic = \relative c' { -- s8 -- % TODO -+OmnesDeSabaVenientALyrics = \lyricmode { -+ Om -- nes de Sa -- ba ve -- ni -- ent, -+ om -- nes de Sa -- ba ve -- ni -- ent, -+ au -- rum et thus de -- fe -- ren -- tes -+ et lau -- dem Do -- mi -- no an -- nu -- ti -- an -- tes, -+ lau -- dem an -- nun -- ti -- an -- tes, -+ an -- nun -- ti -- an -- tes -+ lau -- dem Do -- mi -- no. -+ -+ Al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja, al -- le -- lu -- ja. -+ -+ Vi -- di -- mus stel -- lam e -- jus in o -- ri -- en -- te, -+ -+ al -- le -- lu -- ja, -+ in o -- ri -- en -- te stel -- lam e -- jus, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja. -+ -+ Vi -- di -- mus stel -- lam e -- jus in o -- ri -- en -- te, -+ in o -- ri -- en -- te stel -- lam e -- jus, -+ stel -- lam, stel -- lam e -- jus vi -- di -- mus. -+ -+ In o -- ri -- en -- te stel -- lam e -- jus, -+ in o -- ri -- en -- te, -+ in o -- ri -- en -- te, -+ in o -- ri -- en -- te -+ vi -- di -- mus stel -- lam e -- jus -+ et ve -- ni -- mus cum mu -- ne -- ri -- bus -+ ad -- o -- ra -- re Do -- mi -- num. -+ -+ Al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja. -+} -+ -+ -+ -+OmnesDeSabaVenientTMusic = \relative e { -+ \cueText "Tutti" -+ R1 | % 2 -+ e4\p e8 e8 e4 e4 | % 3 -+ g4. e8 e4 r4 | % 4 -+ g4 g8 g8 g4 g4 | % 5 -+ g4. c8 c4 r4 | % 6 -+ c4 c8 c8 f4\cresc f8 f8 | % 7 -+ e2 h4 h4 | % 8 -+ c2\f f2 | % 9 -+ e4.\fz g8 g4 e4 | \barNumberCheck #10 -+ d4 d4 d4( c4) | % 11 -+ h4 r4 d2~\fz | % 12 -+ d4 d8 d8 c4 e4 | % 13 -+ h4 d8 d8 d4 g4 | % 14 -+ g4 g,4 e'4 c4 | % 15 -+ g'1~ | % 16 -+ g2. g,4 | % 17 -+ g4 r4 r2\fermata | % 18 -+ \override Staff.VerticalAxisGroup #'remove-empty = ##t -+ << {R1*28 | % 46 -+ } {s1*17 | % 35 -+ \override Staff.VerticalAxisGroup #'remove-empty = ##f s1*11 } >> -+ \cueText "Tutti" c4\f c8 c8 c4 c4 | % 47 -+ d2 d4 d4 | % 48 -+ f4 f4 f2 | % 49 -+ e4 e4 d4 c4 | \barNumberCheck #50 -+ h4 r4 r4 h4 | % 51 -+ c4\dashedSlur e8[ d8] c8[ h8)] a8[ g8] | % 52 -+ fis4 d'4 e4 fis4 | % 53 -+ g2 h,2 | % 54 -+ c4. d8 e4 r4 | % 55 -+ r4 f,4 f'4 f4 | % 56 -+ d4 d4 d4. d8 | % 57 -+ c4 r4 g'4 e4 | % 58 -+ c4 a4 r2 | % 59 -+ r2 f'4 d4 | \barNumberCheck #60 -+ h4 gis4 r2 | % 61 -+ a4 a8 a8 a4 a4 | % 62 -+ h2 h4 h4 | % 63 -+ d4 d4 d2 | % 64 -+ cis4 e4 a,4 cis4 | % 65 -+ d4 d8[ e8] f8[ e8] d8[ c8] | % 66 -+ b2 r2 | % 67 -+ r4 a4 e'4 e4 | % 68 -+ d2 r2 | % 69 -+ r4 d4 d4 d4 | \barNumberCheck #70 -+ c4 e2 g4 | % 71 -+ f2 f,2 | % 72 -+ R1*3 | % 75 -+ c'4 c8 c8 c4 c4 | % 76 -+ d2 d4 d4 | % 77 -+ f4 f4 f2 | % 78 -+ e4 e,4 e'4 e4 | % 79 -+ e2 a,2 | \barNumberCheck #80 -+ r4 d,4 d'4 d4 | % 81 -+ d2 g,2 | % 82 -+ r4 c,4 c'4 c4 | % 83 -+ c4\dashedSlur h4) a2 | % 84 -+ h2 c4 c4 | % 85 -+ h2 c2 | % 86 -+ h2 e2 | % 87 -+ r2 r4 gis,4\p | % 88 -+ gis2 gis4 gis4 | % 89 -+ a2 a2 | \barNumberCheck #90 -+ h2. h4 | % 91 -+ c2 r2 | % 92 -+ g2\pp gis2 | % 93 -+ a2 g2 | % 94 -+ g2. f4 | % 95 -+ e2 r2 | % 96 -+ h'2 h8[ d8] g8[ f8] | % 97 -+ e2 r2 | % 98 -+ d2 h4 h4 | % 99 -+ c2 r2 | \barNumberCheck #100 -+ r2 r4 e8. f16 | % 101 -+ g2 e4 r4 | % 102 -+ d2 d4 d4 | % 103 -+ e2 r2 | % 104 -+ r2 r4 e8.\f f16 | % 105 -+ g2 e4 r4 | % 106 -+ d2 h4 h4 | % 107 -+ c2 r2 | % 108 -+ r2 g4\p g4 | % 109 -+ g1 | \barNumberCheck #110 -+ g4 r4 r2 | % 111 -+ R1 \bar "|." - } - \addQuote "OmnesDeSabaVenientTMusic" { \OmnesDeSabaVenientTMusic } - --OmnesDeSabaVenientTLyrics = \lyricmode { -- % TODO --} -- - --OmnesDeSabaVenientBMusic = \relative c' { -- s8 -- % TODO -+OmnesDeSabaVenientTLyrics = \lyricmode { -+ Om -- nes de Sa -- ba ve -- ni -- ent, -+ om -- nes de Sa -- ba ve -- ni -- ent, -+ au -- rum et thus de -- fe -- ren -- tes -+ et lau -- dem Do -- mi -- no an -- nun -- ti -- an -- tes, -+ lau -- dem an -- nun -- ti -- an -- tes, -+ an -- nun -- ti -- an -- tes -+ lau -- dem Do -- mi -- no. -+ -+ Vi -- di -- mus stel -- lam e -- jus in o -- ri -- en -- te, -+ al -- le -- lu -- ja, -+ in o -- ri -- en -- te stel -- lam e -- jus vi -- di -- mus, -+ in o -- ri -- en -- te vi -- di -- mus, -+ al -- le -- lu -- ja, al -- le -- lu -- ja. -+ -+ Vi -- di -- mus stel -- lam e -- jus in o -- ri -- en -- te, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja. -+ -+ Vi -- di -- mus stel -- lam e -- jus in o -- ri -- en -- te, -+ in o -- ri -- en -- te, -+ in o -- ri -- en -- te, -+ in o -- ri -- en -- te, -+ -+ vi -- di -- mus stel -- lam e -- jus -+ et ve -- ni -- mus cum mu -- ne -- ri -- bus -+ ad -- o -- ra -- re Do -- mi -- num. -+ -+ Al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja. -+} -+ -+ -+OmnesDeSabaVenientBMusic = \relative c { -+ \cueText "Tutti" -+ R1 | % 2 -+ c4\p c8 c8 c4 c4 | % 3 -+ c4. c8 c4 r4 | % 4 -+ c4 c8 c8 c4 c4 | % 5 -+ c4. c8 c4 r4 | % 6 -+ c4 c8 c8 c4\cresc c8 c8 | % 7 -+ c2 c4 c4 | % 8 -+ c2\f c2 | % 9 -+ c'4.\fz c,8 c4 c'4 | \barNumberCheck #10 -+ h4 h,4 c2 | % 11 -+ g'4 r4 g2~\fz | % 12 -+ g4 g8 g8 c4 c,4 | % 13 -+ g'4 g8 g8 fis4 f4 | % 14 -+ e4 h4 c4 a'4 | % 15 -+ g1~ | % 16 -+ g2. g4 | % 17 -+ g4 r4 r2\fermata | % 18 -+ \override Staff.VerticalAxisGroup #'remove-empty = ##t -+ << {R1*24 | % 44 -+ } {s1*17 | % 35 -+ \override Staff.VerticalAxisGroup #'remove-empty = ##f } >> -+ \cueText "Tutti" -+ g4\f g8 g8 g4 g4 | % 43 -+ a2 a4 a4 | % 44 -+ c4 c4 c2 | % 45 -+ h4 a4 g4 f!4 | % 46 -+ e4 r4 r4 e4 | % 47 -+ f4\dashedSlur a8[ g8] f8[ e8)] d8[ c8] | % 48 -+ h4 g'4 a4 h4 | % 49 -+ c2 fis,2 | \barNumberCheck #50 -+ g4. a8 h4 r4 | % 51 -+ r4 c,4 c'4 c4 | % 52 -+ a4 a4 a4. a8 | % 53 -+ g4 f!4 e4 d4 | % 54 -+ c4 r4 r2 | % 55 -+ R1*3 | % 58 -+ r2 c'4 a4 | % 59 -+ f4 d'4 r2 | \barNumberCheck #60 -+ r2 h4 gis4 | % 61 -+ e4 c'4 r2 | % 62 -+ a4 a8 a8 a4 a4 | % 63 -+ gis2 gis4 e4 | % 64 -+ g4 g4 g2 | % 65 -+ f!4 f4 d4 f4 | % 66 -+ g4 g8[ a8] b8[ a8] g8[ f8] | % 67 -+ e2 r2 | % 68 -+ r4 d4 a'4 a4 | % 69 -+ g2 r2 | \barNumberCheck #70 -+ R1 | % 71 -+ f4 f8 f8 f4 f4 | % 72 -+ g2 g4 g4 | % 73 -+ b4 b4 b2 | % 74 -+ a4 a4 g4 f4 | % 75 -+ e4 r4 r2 | % 76 -+ r4 f4 f4 f4 | % 77 -+ d4 d4 d4. d8 | % 78 -+ e4 r4 r2 | % 79 -+ r4 a,4 a'4 a4 | \barNumberCheck #80 -+ a2 d,2 | % 81 -+ r4 g,4 g'4 g4 | % 82 -+ g2 c,2 | % 83 -+ f4 f8 f8 f4 f4 | % 84 -+ e2 e2 | % 85 -+ r4 e4 e'4 e4 | % 86 -+ e2 e,2 | % 87 -+ r2 r4 e4\p | % 88 -+ e2 e4 e4 | % 89 -+ a2 a2 | \barNumberCheck #90 -+ g!2. g4 | % 91 -+ c2 r2 | % 92 -+ c,2\pp h2 | % 93 -+ a2 c2 | % 94 -+ g2. g4 | % 95 -+ c2 r2 | % 96 -+ g'2 g4 g4 | % 97 -+ c2 r2 | % 98 -+ g2 g4 g4 | % 99 -+ c2 r2 | \barNumberCheck #100 -+ r2 r4 c8. d16 | % 101 -+ e2 c4 r4 | % 102 -+ f,2 g4 g4 | % 103 -+ c2 r2 | % 104 -+ r2 r4 c8.\f d16 | % 105 -+ e2 c4 r4 | % 106 -+ f,2 g4 g,4 | % 107 -+ c2 r2 | % 108 -+ r2 c4\p c4 | % 109 -+ c1 | \barNumberCheck #110 -+ c4 r4 r2 | % 111 -+ R1 \bar "|." - } - \addQuote "OmnesDeSabaVenientBMusic" { \OmnesDeSabaVenientBMusic } - --OmnesDeSabaVenientBLyrics = \lyricmode { -- % TODO --} -- - --OmnesDeSabaVenientContinuoMusic = \relative c' { -- s8 -- % TODO --} --\addQuote "OmnesDeSabaVenientContinuoMusic" { \OmnesDeSabaVenientContinuoMusic } -- -- --OmnesDeSabaVenientVcBMusic = \relative c' { -- s8 -- % TODO -+OmnesDeSabaVenientBLyrics = \lyricmode { -+ Om -- nes de Sa -- ba ve -- ni -- ent, -+ om -- nes de Sa -- ba ve -- ni -- ent, -+ au -- rum et thus de -- fe -- ren -- tes -+ et lau -- dem Do -- mi -- no an -- nun -- ti -- an -- tes, -+ lau -- dem an -- nun -- ti -- an -- tes, -+ an -- nun -- ti -- an -- tes -+ lau -- dem Do -- mi -- no. -+ -+ Vi -- di -- mus stel -- lam e -- jus in o -- ri -- en -- te, -+ al -- le -- lu -- ja, -+ in o -- ri -- en -- te stel -- lam e -- jus vi -- di -- mus, -+ % 51 -+ in o -- ri -- en -- te vi -- di -- mus, -+ al -- le -- lu -- ja, -+ al -- le -- lu -- ja, al -- le -- lu -- ja. -+ -+ Vi -- di -- mus stel -- lam e -- jus in o -- ri -- en -- te, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, al -- le -- lu -- ja. -+ -+ Vi -- di -- mus stel -- lam e -- jus in o -- ri -- en -- te, -+ al -- le -- lu -- ja, -+ in o -- ri -- en -- te vi -- di -- mus, -+ in o -- ri -- en -- te, -+ in o -- ri -- en -- te. -+ -+ Vi -- di -- mus stel -- lam e -- jus in o -- ri -- en -- te -+ et ve -- ni -- mus cum mu -- ne -- ri -- bus -+ ad -- o -- ra -- re Do -- mi -- num. -+ -+ Al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja, al -- le -- lu -- ja, -+ al -- le -- lu -- ja. -+} -+ -+ -+OmnesDeSabaVenientOIaMusic = \relative g { -+ <g c e>1\p | % 2 -+ <g c e>4 r4 r2 | % 3 -+ <g c e>1 | % 4 -+ <g c e>4 r4 r2 | % 5 -+ <c e g>1 | % 6 -+ <c f a>2 <d f h>2\cresc | % 7 -+ <e g c>2 <g h d>2 | % 8 -+ <g c e>2\!\f <a c f>2 | % 9 -+ <g c e>2 <e g c>4 <e g c>4 | \barNumberCheck #10 -+ <f g d'>2 <f g d'>4 <e g c>4 | % 11 -+ <d g h>4 r4 r2 | % 12 -+ <d g h>4 r4 <e g c>4 r4 | % 13 -+ <d g h>4 <h d g>4 <c d a'>4 <d g h>4 | % 14 -+ <e g c>4 <g d'>4 <g c e>4 <a c fis>4 | % 15 -+ <h d g>2 <c e g>2 | % 16 -+ <h d g>4 <d, g h>8.[ <d g h>16] <e g c>4 <e g c>8.[ <e g c>16] | % 17 -+ <d g h>4 r4 r2\fermata | % 18 -+ r4 <g h d>8.[ <g h d>16] <g h d>4 <f a dis>4 | % 19 -+ <e gis e'>4 r4 r2 | \barNumberCheck #20 -+ e8\p[ a8 c8 a8] e8[ a8 c8 a8] | % 21 -+ h8[ e,8 gis8 h8] e8[ d8 h8 gis8] | % 22 -+ <e c'>4 <e a c>8.[ <e a c>16] <e a c>4 <a cis e>4 | % 23 -+ <d, fis d'>4 r4 r2 | % 24 -+ g8[ d8 g8 h8] d8[ h8 g8 d8] | % 25 -+ a'8[ d,8 fis8 a8] d8[ c8 a8 fis8] | % 26 -+ <d h'>4 <g h d>8.[ <g h d>16] <g h d>4 <h d f>4 | % 27 -+ <c e>4 r4 r2 | % 28 -+ <e, g c>2.\p <e g c>4 | % 29 -+ <e g c>4 r4 r2 | \barNumberCheck #30 -+ <e g c>2.\cresc <e g c>4 | % 31 -+ <e g c>4 r4 r2 | % 32 -+ <f a c>4\f r4 r2 | % 33 -+ <e g c>4 r4 <d f g h>4 r4 | % 34 -+ <e g c>8\p[ g8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | % 35 -+ <f h>8[ g8 <f h>8 g8] <f h>8[ g8 <f h>8 g8] | % 36 -+ <e c'>8[ g8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | % 37 -+ <f h>8[ g8 <f h>8 g8] <f h>8[ g8 <f h>8 g8] | % 38 -+ <e c'>8[ g8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | % 39 -+ <e c'>8[ g8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | -+ \barNumberCheck #40 -+ <e c'>8[ g8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | % 41 -+ <f d'>8[ g8 <f d'>8 g8] <e c'>8[ g8 <e c'>8 g8] | % 42 -+ <d g h>4\f <d g h>4 r4 <d g h>4 | % 43 -+ <e g a c>4 <e g a c>4 r4 <e g a c>4 | % 44 -+ <d a' c>4 <d fis c'>4 r4 <d a' c>4 | % 45 -+ <d g h>4 <f a>4 <e g>4 <f h>4 | % 46 -+ <e c'>4 <e a c>4 r4 <e a c>4 | % 47 -+ <a c d>4 <f c' d>4 r4 <f c' d>4 | % 48 -+ <f g d'>4 <f g h>4 r4 <d f h>4 | % 49 -+ <c e c'>4 <e a c>4 <fis d'>4 <fis c'>4 | \barNumberCheck #50 -+ <e g>4 <e g>4 r4 <e g>4 | % 51 -+ <e g a>4 <c e g a>4 r4 <c e g a>4 | % 52 -+ <d fis a c>4 <d fis a c>4 <e c'>4 <fis a c>4 | % 53 -+ <g h>4 <f a>4 <e g>4 <d f h>4 | % 54 -+ <c e c'>4 <e a c>4 r4 <e a c>4 | % 55 -+ <d a' d>4 <f a d>4 r4 <f a d>4 | % 56 -+ <f h d>4 <f h d>4 <d f a>4 <d f h>4 | % 57 -+ <e g c>4 <g c e>4 r4 <c, g' c>4 | % 58 -+ <c f a>4 <c f a>4 r4 <c f c'>4 | % 59 -+ <d f g>4 <d f g>4 r4 <d f h>4 | \barNumberCheck #60 -+ <h e gis>4 <h e gis>4 r4 <h e gis>4 | % 61 -+ <c e a>4 <c e a>4 r4 <c f a>4 | % 62 -+ <f a h>4 <f a h>4 r4 <d f a>4 | % 63 -+ <e gis>4 <h e gis>4 r4 <h e gis>4 | % 64 -+ <cis g' a>4 <cis g' a>4 r4 <e g cis>4 | % 65 -+ <d f d'>4 <f b d>4 r4 <f b d>4 | % 66 -+ <e b' d>4 <e b' d>4 r4 <e b' d>4 | % 67 -+ <e g cis>4 <e g cis>4 r4 <e g cis>4 | % 68 -+ <fis a c>4 <fis a c>4 r4 <fis a c>4 | % 69 -+ <d f h>4 <d f h>4 r4 <d f h>4 | \barNumberCheck #70 -+ <e g b>4 <e g b>4 r4 <e g b>4 | % 71 -+ <f a>4 <f a>4 r4 <f a>4 | % 72 -+ <d b'>4 <d b'>4 r4 <d g>4 | % 73 -+ <e g>4 <e g c>4 <f d'>4 <g b e>4 | % 74 -+ <f a f'>4 <f a f'>4 <f h>4 <d f h>4 | % 75 -+ <c e c'>4 <e c'>4 r4 <e c'>4 | % 76 -+ <f c' d>4 <f a c d>4 r4 <f a c>4 | % 77 -+ <d f h>4 <d f h>4 r4 <d f h>4 | % 78 -+ <e g c>4 <e g c>4 r4 <c g' c>4 | % 79 -+ <e g c>4 <e g c>4 r4 <e g c>4 | \barNumberCheck #80 -+ <f a c>4 <f a c>4 r4 <f a c>4 | % 81 -+ <d f h>4 <d f h>4 r4 <d f h>4 | % 82 -+ <e g h>4 <e g h>4 r4 <e g c>4 | % 83 -+ <e a c>4 <d h'>4 <c a' c>4 <a' d>4 | % 84 -+ <gis h e>2 <a c e>2 | % 85 -+ <gis h e>2 <a c e>2 | % 86 -+ <gis h e>4 r4 <gis h e>4 r4 | % 87 -+ r2 r4 <h, e>4\p | % 88 -+ <h e>2 <h e>4 <h e>4 | % 89 -+ <c e>2 <c e>2 | \barNumberCheck #90 -+ <d g>2. <d f>4 | % 91 -+ <c e>2 r2 | % 92 -+ <c e>2\pp <d e>2 | % 93 -+ <c f>2 <c e>2 | % 94 -+ <c d>2 <h d>2 | % 95 -+ <c e>8\p[ g'8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | % 96 -+ <f h>8[ g8 <f h>8 g8] <f h>8[ g8 <f h>8 g8] | % 97 -+ <e c'>8[ g8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | % 98 -+ <f h>8[ g8 <f h>8 g8] <f h>8[ g8 <f h>8 g8] | % 99 -+ <e c'>8[ g8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | -+ \barNumberCheck #100 -+ <e c'>8[ g8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | % 101 -+ <e c'>8[ g8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | % 102 -+ <f d'>8[ a8 <f d'>8 a8] <f h>8[ g8 <f h>8 g8] | % 103 -+ <e c'>8[ g8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | % 104 -+ <e c'>8\f[ g8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | % 105 -+ <e c'>8[ g8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | % 106 -+ <f d'>8[ a8 <f d'>8 a8] <f h>8[ g8 <f h>8 g8] | % 107 -+ <e c'>8\p[ g8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | % 108 -+ <e c'>8[ g8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | % 109 -+ <e c'>8[_\perd g8 <e c'>8 g8] <e c'>8[ g8 <e c'>8 g8] | -+ \barNumberCheck #110 -+ <e c'>4 r4 <g, c e>4 r4 | % 111 -+ <g c e>4 r4 r2 \bar "|." -+} -+ -+OmnesDeSabaVenientOIIaMusic = \relative c { -+ c4 e4 g4 e4 | % 2 -+ c4 r4 r2 | % 3 -+ c4 e4 g4 e4 | % 4 -+ c4 r4 r2 | % 5 -+ c4 e4 g4 c4 | % 6 -+ c,4 c'4 c,4 c'4 | % 7 -+ c,4 c'4 c,4 c'4 | % 8 -+ c,4 c'4 a4 f4 | % 9 -+ c4 e4 g4 c4 | \barNumberCheck #10 -+ h4 h,4 c4 c'4 | % 11 -+ g4 r4 r2 | % 12 -+ g,4 r4 c4 r4 | % 13 -+ g4 g'8.[ g16] fis4 f8.[ f16] | % 14 -+ e4 h8.[ h16] c8.[ c16 a8. a16] | % 15 -+ g4 g'8.[ g16] e4 c8.[ c16] | % 16 -+ g4 g'8.[ g16] e8.[ e16 c8. c16] | % 17 -+ g4 r4 r2\fermata | % 18 -+ R1*2 | \barNumberCheck #20 -+ c8 r8 e8 r8 c8 r8 a8 r8 | % 21 -+ gis8 r8 h'8 r8 gis8 r8 e8 r8 | % 22 -+ a4 r4 r2 | % 23 -+ R1 | % 24 -+ h,8 r8 d8 r8 h8 r8 g8 r8 | % 25 -+ fis8 r8 a'8 r8 fis8 r8 d8 r8 | % 26 -+ g4 r4 r2 | % 27 -+ R1 | % 28 -+ c,4 e4 g4 c4 | % 29 -+ c,4 r4 r2 | \barNumberCheck #30 -+ c4 e4 g4 c4 | % 31 -+ e,4 r4 r2 | % 32 -+ f4 r4 r2 | % 33 -+ g4 r4 g,4 r4 | % 34 -+ c4 r4 r2 | % 35 -+ g4 r4 g'4 r4 | % 36 -+ c,4 r4 c'4 r4 | % 37 -+ g,4 r4 g'4 r4 | % 38 -+ c,4 r4 c'4 r4 | % 39 -+ r4 c,4 c4 r4 | \barNumberCheck #40 -+ r4 c4 c4 r4 | % 41 -+ h4 r4 c4 r4 | % 42 -+ g4 g'4 r4 e4 | % 43 -+ c4 a4 r4 a'4 | % 44 -+ fis4 d4 r4 fis4 | % 45 -+ g4 g,4 r4 g4 | % 46 -+ a4 a'4 r4 a4 | % 47 -+ f4 d4 r4 d4 | % 48 -+ h4 g4 r4 g'4 | % 49 -+ a,4 a'4 r4 d,4 | \barNumberCheck #50 -+ e4 e'4 r4 e,4 | % 51 -+ c4 a4 r4 a4 | % 52 -+ d4 d,4 r4 d'4 | % 53 -+ g4 g,4 r4 g4 | % 54 -+ a4 a'4 r4 a4 | % 55 -+ f4 d4 r4 d4 | % 56 -+ g4 g,4 r4 g'4 | % 57 -+ c4 c,4 r4 e4 | % 58 -+ f4 f,4 r4 a'4 | % 59 -+ h4 h,4 r4 d4 | \barNumberCheck #60 -+ e4 e,4 r4 e'4 | % 61 -+ a4 a,4 r4 f'4 | % 62 -+ d4 h4 r4 h4 | % 63 -+ e4 e,4 r4 e'4 | % 64 -+ a4 a,4 r4 a4 | % 65 -+ b4 b'4 r4 b4 | % 66 -+ g4 g,4 r4 g4 | % 67 -+ a4 a'4 r4 a4 | % 68 -+ d4 d,4 r4 d4 | % 69 -+ g,4 g'4 r4 g4 | \barNumberCheck #70 -+ c4 c,4 r4 c4 | % 71 -+ d4 d'4 r4 d,4 | % 72 -+ b4 g4 r4 b4 | % 73 -+ c4 c,4 r4 c'4 | % 74 -+ d4 d,4 r4 g4 | % 75 -+ a4 a'4 r4 a4 | % 76 -+ f4 d4 r4 d4 | % 77 -+ g4 g,4 r4 g'4 | % 78 -+ c,4 c'4 r4 e,4 | % 79 -+ a4 a,4 r4 a'4 | \barNumberCheck #80 -+ d,4 d'4 r4 d,4 | % 81 -+ g4 g,4 r4 g'4 | % 82 -+ c,4 c'4 r4 c,4 | % 83 -+ f4 f,4 r4 f'4 | % 84 -+ e4 e'4 c4 a4 | % 85 -+ e4 e'4 c4 a4 | % 86 -+ e4 r4 e'4 r4 | % 87 -+ r2 r4 <e, gis>4 | % 88 -+ <e gis>2 <e gis>4 <e gis>4 | % 89 -+ a2 a2 | \barNumberCheck #90 -+ <g h>2. <g h>4 | % 91 -+ c2 r2 | % 92 -+ <c, g'>2 <h gis'>2 | % 93 -+ <a a'>2 <c g'>2 | % 94 -+ <g g'>2. <g g'>4 | % 95 -+ c4 r4 c'4 r4 | % 96 -+ g,4 r4 g'4 r4 | % 97 -+ c,4 r4 c'4 r4 | % 98 -+ g,4 r4 g'4 r4 | % 99 -+ c,4 r4 r2 | \barNumberCheck #100 -+ r4 c4 c4 r4 | % 101 -+ r4 c4 c4 r4 | % 102 -+ f4 r4 g4 r4 | % 103 -+ c,4 r4 r2 | % 104 -+ c4 r4 c'4 r4 | % 105 -+ c,4 r4 c'4 r4 | % 106 -+ f,,4 r4 g4 r4 | % 107 -+ c1~ | % 108 -+ c1~ | % 109 -+ c1~ | \barNumberCheck #110 -+ c4 r4 c4 r4 | % 111 -+ c4 r4 r2 \bar "|." -+} -+ -+OmnesDeSabaVenientVcBMusic = \relative c { -+ c4\p e4 g4 e4 | % 2 -+ c4 r4 r2 | % 3 -+ c4 e4 g4 e4 | % 4 -+ c4 r4 r2 | % 5 -+ c4 e4 g4 c4 | % 6 -+ c,4 c'4\cresc c,4 c'4 | % 7 -+ c,4 c'4 c,4 c'4 | % 8 -+ c,4\f c'4 a4 f4 | % 9 -+ c4 e4 g4 c4 | \barNumberCheck #10 -+ h4 h,4 c4 c'4 | % 11 -+ g4 r4 r2 | % 12 -+ g,4 r4 c4 r4 | % 13 -+ g4 g'8.[ g16] fis4 f8.[ f16] | % 14 -+ e4 h8.[ h16] c8.[ c16] a8.[ a16] | % 15 -+ g4 g'8.[ g16] e4 c8.[ c16] | % 16 -+ g4 g'8.[ g16] e4 c8.[ c16] | % 17 -+ g4 r4 r2\fermata | % 18 -+ R1*2 | \barNumberCheck #20 -+ c8\p r8 e8 r8 c8 r8 a8 r8 | % 21 -+ gis8 r8 h'8 r8 gis8 r8 e8 r8 | % 22 -+ a4 r4 r2 | % 23 -+ R1 | % 24 -+ h,8 r8 d8 r8 h8 r8 g8 r8 | % 25 -+ fis8 r8 a'8 r8 fis8 r8 d8 r8 | % 26 -+ g4 r4 r2 | % 27 -+ R1 | % 28 -+ c,4\p e4 g4 c4 | % 29 -+ c,4 r4 r2 | \barNumberCheck #30 -+ c4\cresc e4 g4 c4 | % 31 -+ e,4\! r4 r2 | % 32 -+ \dynamicsAllInside #-1 #-4.8 f4\f r4 r2 | % 33 -+ g4 r4 g,4 r4 | % 34 -+ c4 r4 r2 | % 35 -+ g4^\pizz r4 g'4 r4 | % 36 -+ c,4 r4 c'4 r4 | % 37 -+ g,4 r4 g'4 r4 | % 38 -+ c,4 r4 c'4 r4 | % 39 -+ r4 c,4 c4 r4 | \barNumberCheck #40 -+ r4 c4 c4 r4 | % 41 -+ h4 r4 c4 r4 | % 42 -+ g4^\arco\f g'4 r4 e4 | % 43 -+ c4 a4 r4 a'4 | % 44 -+ fis4 d4 r4 fis4 | % 45 -+ g4 g,4 r4 g4 | % 46 -+ a4 a'4 r4 a4 | % 47 -+ f4 d4 r4 d4 | % 48 -+ g4 g,4 r4 g4 | % 49 -+ a4 a'4 r4 d,4 | \barNumberCheck #50 -+ e4 e'4 r4 e,4 | % 51 -+ c4 a4 r4 a4 | % 52 -+ d4 d,4 r4 d'4 | % 53 -+ g4 g,4 r4 g4 | % 54 -+ a4 a'4 r4 a4 | % 55 -+ f4 d4 r4 d4 | % 56 -+ g4 g,4 r4 g'4 | % 57 -+ c4 c,4 r4 e4 | % 58 -+ f4 f,4 r4 a'4 | % 59 -+ h4 h,4 r4 d4 | \barNumberCheck #60 -+ e4 e,4 r4 e'4 | % 61 -+ a4 a,4 r4 f'4 | % 62 -+ d4 h4 r4 h4 | % 63 -+ e4 e,4 r4 e'4 | % 64 -+ a4 a,4 r4 a4 | % 65 -+ b4 b'4 r4 b4 | % 66 -+ g4 g,4 r4 g4 | % 67 -+ a4 a'4 r4 a4 | % 68 -+ d4 d,4 r4 d4 | % 69 -+ g,4 g'4 r4 g4 | \barNumberCheck #70 -+ c4 c,4 r4 c4 | % 71 -+ d4 d'4 r4 d,4 | % 72 -+ b4 g4 r4 b4 | % 73 -+ c4 c,4 r4 c'4 | % 74 -+ d4 d,4 r4 g4 | % 75 -+ a4 a'4 r4 a4 | % 76 -+ f4 d4 r4 d4 | % 77 -+ g4 g,4 r4 g'4 | % 78 -+ c,4 c'4 r4 e,4 | % 79 -+ a4 a,4 r4 a'4 | \barNumberCheck #80 -+ d,4 d'4 r4 d,4 | % 81 -+ g4 g,4 r4 g'4 | % 82 -+ c,4 c'4 r4 c,4 | % 83 -+ f4 f,4 r4 f'4 | % 84 -+ e4 e'4 c4 a4 | % 85 -+ e4 e'4 c4 a4 | % 86 -+ e4 r4 e'4 r4 | % 87 -+ R1*8 | % 95 -+ c,4^\pizz r4 c'4 r4 | % 96 -+ g,4 r4 g'4 r4 | % 97 -+ c,4 r4 c'4 r4 | % 98 -+ g,4 r4 g'4 r4 | % 99 -+ c,4 r4 r2 | \barNumberCheck #100 -+ r4 c4 c4 r4 | % 101 -+ r4 c4 c4 r4 | % 102 -+ f4 r4 g4 r4 | % 103 -+ c,4 r4 r2 | % 104 -+ c4\f^\arco r4 c'4 r4 | % 105 -+ c,4 r4 c'4 r4 | % 106 -+ f,,4 r4 g4 r4 | % 107 -+ << { \voiceOne \cueText "Basso" -+ c1~ | % 108 -+ c1~ | % 109 -+ c1~ | \barNumberCheck #110 -+ c4 r4 c4 r4 | % 111 -+ c4 } -+ \new Voice { \once \override InstrumentSwitch #'direction = #DOWN \voiceFour \cueText "Cello" -+ <g c,>1~\p | -+ <g c,>~ | -+ <g c,>~_\perd | -+ <g c,>4 r <g c,>\pp r | -+ <g c,> -+ } -+ >> -+ \oneVoice r4 r2 \bar "|." - } - \addQuote "OmnesDeSabaVenientVcBMusic" { \OmnesDeSabaVenientVcBMusic } - -+OmnesDeSabaVenientBCMusic = \OmnesDeSabaVenientVcBMusic - --OmnesDeSabaVenientTrbIMusic = \relative c' { -- s8 -- % TODO -+OmnesDeSabaVenientBCFbMusic = \figuremode { -+ \override TextScript #'outside-staff-priority = #999 -+ s1*7\solo | % 8 -+ s2\tutti <6> | % 9 -+ s1 | \barNumberCheck #10 -+ \bassFigureExtendersOn <6 5>4 <6 5> <6 5> s \bassFigureExtendersOff | % 11 -+ s1*2 | % 13 -+ s2 <[6] 5>4 <2> | % 14 -+ <6> <6> s <6\\> | % 15 -+ s2 <6> | % 16 -+ s <6> | % 17 -+ s1*3 | \barNumberCheck #20 -+ s1*22\solo | % 42 -+ s1\tutti | % 43 -+ <6 5> | % 44 -+ <5> | % 45 -+ s4 <9 7!> <8 6> <7> | % 46 -+ <5>1 | % 47 -+ <6 5> | % 48 -+ <7> | % 49 -+ s2 s4 <7 _+> | \barNumberCheck #50 -+ <5> s s s | % 51 -+ <6 5> 1 | % 52 -+ <7 _+> | % 53 -+ s4 <9 7!> <8 6> <7> | % 54 -+ <5>1 | % 55 -+ <6 5> | % 56 -+ <7> | % 57 -+ s1*2 | % 59 -+ <\markup{\hat \number 5}>1 | \barNumberCheck #60 -+ <_+> | % 61 -+ s | % 62 -+ <6 5> | % 63 -+ <7 _+> | % 64 -+ <7! _+> | % 65 -+ <5> | % 66 -+ <6 5 _-> | % 67 -+ <7 _+> | % 68 -+ <7! _+> | % 69 -+ <7!> | \barNumberCheck #70 -+ <7-> | % 71 -+ s | % 72 -+ <6 5> | % 73 -+ <7-> | % 74 -+ <5>2 \bassFigureExtendersOn <7 _!>4 <7 _!>4 \bassFigureExtendersOff | % 75 -+ s1 | % 76 -+ <6 5> | % 77 -+ <7> | % 78 -+ s | % 79 -+ <7> | \barNumberCheck #80 -+ <7> | % 81 -+ <7> | % 82 -+ <7> | % 83 -+ <7>2 \bassFigureExtendersOn <6>4 <6> \bassFigureExtendersOff | % 84 -+ <_+>2 <6> | % 85 -+ <_+> <6> | % 86 -+ <_+> s | % 87 -+ s1*8 | \barNumberCheck #95 -+ s1*9\solo | % 104 -+ s1*2\tutti | \barNumberCheck #106 -+ <6>2 <7> | % 107 -+ s1*5^"Senz'Org." \bar"|." - } --\addQuote "OmnesDeSabaVenientTrbIMusic" { \OmnesDeSabaVenientTrbIMusic } -- -- --OmnesDeSabaVenientTrbIIIMusic = \relative c' { -- s8 -- % TODO --} --\addQuote "OmnesDeSabaVenientTrbIIIMusic" { \OmnesDeSabaVenientTrbIIIMusic } -- -- --OmnesDeSabaVenientOMusic = \relative c' { -- s8 -- % TODO --} --\addQuote "OmnesDeSabaVenientOMusic" { \OmnesDeSabaVenientOMusic } -- -- diff --git a/patches/Eybler_OmnesDeSabaVenient_HV40_Score_Original.ly.patch b/patches/Eybler_OmnesDeSabaVenient_HV40_Score_Original.ly.patch deleted file mode 100644 index 16bf99fc88f667f7cbbd5f54c3d39d51bb0f653c..0000000000000000000000000000000000000000 --- a/patches/Eybler_OmnesDeSabaVenient_HV40_Score_Original.ly.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- Eybler_OmnesDeSabaVenient_HV40_Score_Original.ly.new 2009-10-01 18:34:08.000000000 +0200 -+++ Eybler_OmnesDeSabaVenient_HV40_Score_Original.ly 2009-10-01 18:20:20.000000000 +0200 -@@ -10,5 +10,6 @@ - SClef = \clef "soprano" - AClef = \clef "alto" - TClef = \clef "tenor" -+#(oly:modify_score_structure '("BrLong" "StaffGroup" ("TbeLong" "CorLong"))) - --\createNoCuesScore #"OmnesDeSabaVenient" #'("OriginalScore") -+\createNoCuesScore #"OmnesDeSabaVenient" #'("Tim" "BrLong" "WdLong" "Str" "Ch" "Continuo") diff --git a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_About.itex.patch b/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_About.itex.patch deleted file mode 100644 index 983b9b954dba9e9163c7d63dff02a2e934ec0028..0000000000000000000000000000000000000000 --- a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_About.itex.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- TeX_Eybler_OmnesDeSabaVenient_HV40_Include_About.itex.new 2009-10-01 18:34:08.000000000 +0200 -+++ TeX_Eybler_OmnesDeSabaVenient_HV40_Include_About.itex 2009-09-30 18:41:18.000000000 +0200 -@@ -2,9 +2,39 @@ - - \begin{multicols}{2} - \prefacesection{Vorwort} --TODO -+ -+Das vorliegende Graduale des Wiener Hofkapellmeisters Joseph Eybler (1765--1846) -+ist eines siner bekanntesten kirchenmusikalischen Werke -+und hat sich -- im Gegensatz zu den meisten anderen seiner Werke -- in einigen -+Kirchen Wiens teilweise bis heute fix als Bestandteil des Hochamtes am 6. Jänner -+etabliert. Zahlreiche CD-Einspielungen des Werkes, selbst von den Wiener -+Sängerknaben, zeugen von der Beliebtheit des Stückes. -+ -+Dieses Graduale, das einen Text des Propheten Jesaja und die Stelle aus dem -+Matthäus-Evangelium über die Huldigung des neugeborenen Jesuskindes durch die -+Weisen aus dem Morgenland vertont, wurde im Jahr 1807 komponiert und -+nachweislich in der Wiener Hofburgkapelle bis 1922 zu fast allen -+Hochämtern am 6. Jänner (Erscheinung des Herrn / \q{Dreikönig}) aufgeführt. -+ -+Wie für Eybler üblich ist das Stück sehr lautmalerisch, wobei der Rhythmus am -+Beginn des Stückes bei gleichbleibender Harmonie die Wanderung der Karawane sehr schön -+in Musik kleidet bis zum ersten Höhepunkt \q{anuntiantes laudem Domino}. -+Die folgende Sopran-Arie \q{Surge et illuminare Jerusalem}, die während einer -+Generalpause des gesamten Orchesters auf einem langen \q{Surge!}-Ruf des Soprans -+beginnt, ist nur mit vereinzelten Einwürfen des Orchesters anstatt voller Begleitung versehen. -+Der vierstimmige animierende \q{Alleluja} Damenchor bereitet schließlich die -+lange Chorfuge \q{Vidimus stellam ejus in oriente} im klassischen Stil mit dem -+Bass (als Personifizierung der Weisen) als Dux vor, die als -+Hauptaussage des zweiten Teils die Phrase \q{Wir haben seinen Stern gesehen im -+Morgenland} vorträgt. Der folgende kurze a capella Chor mit diminuendo führt -+schließlich zum großen Finale durch die auch im Orchester schön auskomponierte -+Steigerung der \q{Alleluja}-Rufe des Chores, bevor das Stück schließlich nach -+einem Orgelpunkt im Continuo und einem abschließenden leisen \q{Alleluja} des -+Chores im Nichts und die Karawane in der Ferne verschwindet. -+ - \columnbreak - \prefacesection{Preface} - TODO - \end{multicols} --\vfill -+ -+% \vfill diff --git a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Bio.itex.patch b/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Bio.itex.patch deleted file mode 100644 index 4cc27b567150df8defe84a08253a616403d41dce..0000000000000000000000000000000000000000 --- a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Bio.itex.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Bio.itex.new 2009-10-01 18:34:08.000000000 +0200 -+++ TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Bio.itex 2009-07-23 20:46:00.000000000 +0200 -@@ -1,14 +1 @@ --\section*{Das Leben von Joseph Eybler} -- --\begin{multicols}{2} --TODO --\end{multicols} -- --\section*{The life of Joseph Eybler} -- --\begin{multicols}{2} --TODO --\end{multicols} -- --Quellen / Sources:\\[0em] --TODO -+\input{../../Komponisten/Eybler/TeX_Eybler_Include_Biografie.itex} diff --git a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_ContentsMaterial.itex.patch b/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_ContentsMaterial.itex.patch deleted file mode 100644 index 1c29ed0933929cb02e8ff5f2d0877dfdff25b943..0000000000000000000000000000000000000000 --- a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_ContentsMaterial.itex.patch +++ /dev/null @@ -1,64 +0,0 @@ ---- TeX_Eybler_OmnesDeSabaVenient_HV40_Include_ContentsMaterial.itex.new 2009-10-01 18:34:09.000000000 +0200 -+++ TeX_Eybler_OmnesDeSabaVenient_HV40_Include_ContentsMaterial.itex 2009-09-30 18:41:29.000000000 +0200 -@@ -15,12 +15,23 @@ - \scorelistbox{ - Zu diesem Werk (\scoreNumber{...}) liegt folgendes Aufführungsmaterial vor: - --\LongScoreName{} (-\LongScoreNumber), - \FullScoreName{} (-\FullScoreNumber), - \VocalScoreName{} (-\VocalScoreNumber), -+\ParticellScoreName{} (-\ParticellScoreNumber); -+ - \ChoralScoreName{} (-\ChoralScoreNumber), --\OriginalScoreName{} (-\OriginalScoreNumber); -+\SSoloName{} (-\SSoloNumber), -+\SName{} (-\SNumber), -+\AName{} (-\ANumber), -+\TName{} (-\TNumber), -+\BName{} (-\BNumber); - -+\InstrumentsName{} (-\InstrumentsNumber), -+\ContinuoName{} (-\ContinuoNumber), -+\VIName{} (-\VINumber), -+\VIIName{} (-\VIINumber), -+\VaName{} (-\VaNumber), -+\VcBName{} (-\VcBNumber); - \ObIName{} (-\ObINumber), - \ObIIName{} (-\ObIINumber), - \FagIName{} (-\FagINumber), -@@ -29,29 +40,19 @@ - \CorIIName{} (-\CorIINumber), - \TbeIName{} (-\TbeINumber), - \TbeIIName{} (-\TbeIINumber), --\TimName{} (-\TimNumber), --\VIName{} (-\VINumber), --\VIIName{} (-\VIINumber), --\VaName{} (-\VaNumber), --\SSoloName{} (-\SSoloNumber), --\SName{} (-\SNumber), --\AName{} (-\ANumber), --\TName{} (-\TNumber), --\BName{} (-\BNumber), --\ContinuoName{} (-\ContinuoNumber), --\VcBName{} (-\VcBNumber), --\TrbIName{} (-\TrbINumber), --\TrbIIIName{} (-\TrbIIINumber), --\OName{} (-\ONumber). -+\TimName{} (-\TimNumber). - -+\vspace{0.5em} -+Zusätzlich: Generalbassaussetzung von M. Hößl (-20), \TrbIName{} aus dem Hofmusikkapellen-Archiv (-\TrbINumber), Trombone Basso aus Smlg. Winkler (-\TrbIIINumber). - } - \end{center} - - \vfill - \section*{Hauptquellen der Ausgabe / Main sources of this Edition} - \begin{hauptquellen} --\item TODO: Omnes de Saba venient, Autograph. TODO. --\item TODO: Omnes de Saba venient, Originalausgabe (Partitur), Verlag, Ort, Jahr. -+\item Autographe Partitur, Musiksammlung der Österr. Nationalbibliothek, Wien. Signatur: Mus.Hs.16437 Mus. -+\item Handschriftlicher Stimmensatz des ehemaligen k.k. Hofmusikkapellen-Archivs, Musiksammlung der Österr. Nationalbibliothek, Wien. Signatur: HK.2494 Mus. -+\item Graduale \textnumero 3 (\q{Omnes de Saba venient}), Originalausgabe, Tobias Haslinger, Wien, 1827. Partitur (T.H.5046) und Stimmensatz (T.H.5049). - \end{hauptquellen} - - \vfill diff --git a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_KritBericht.itex.patch b/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_KritBericht.itex.patch deleted file mode 100644 index 4253da0b7b92628f3ae5bf7c59bde848c183d6ce..0000000000000000000000000000000000000000 --- a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_KritBericht.itex.patch +++ /dev/null @@ -1,679 +0,0 @@ ---- TeX_Eybler_OmnesDeSabaVenient_HV40_Include_KritBericht.itex.new 2009-10-01 18:34:08.000000000 +0200 -+++ TeX_Eybler_OmnesDeSabaVenient_HV40_Include_KritBericht.itex 2009-10-01 18:22:23.000000000 +0200 -@@ -5,131 +5,207 @@ - \begin{multicols}{2} - \subsection*{Quellen:} - --\begin{thebibliography}{AA} -+\subsubsection*{Handschriftliche Quellen} -+ -+\begin{thebibliography}{A} - - \bibitem[A]{Aut} --Autographe Partitur, im Besitz des Musikarchiv des Schottenstiftes, Wien. Signatur: TODO --\newblock TODO -+Eybler, Joseph: {\em Graduale de Epiphania Domini}, Autograph, A-Wn, Mus.Hs.16437 Mus. -+ -+Autographe Partitur im Besitz der Musiksammlung der Österreichischen Nationalbibliothek, Wien. -+16 Seiten als querformatige Broschüre. Titel auf der ersten Seite über dem -+System: \q{Graduale de Epiphania Domini.}, links oben mit Bleistift \q{Eybler}. -+Eine Akkolade mit 12 Notenzeilen pro Seite. Anordnung der Instrumente: -+Clarini C / Tympani C.G. (auf einem System, Tympani mit Hals nach unten), -+Corni C, Oboi, Fagotti, V.1\textsuperscript{mo}, V.2\textsuperscript{do}, -+Viole, Soprano, Alto, Tenore, Basso, Organo con Bassi. -+ -+Signatur am Ende des Autographs (S.15): \q{da me Giuseppe Eybler mpia. 807.} - - \bibitem[B]{HS1} --Handschriftlicher Stimmensatz (aus dem Hofmusikkapellenarchiv) im Besitz der --Musiksammlung der Österreichischen Nationalbibliothek (Signatur: HK TODO Mus); --Sämtliches Material ist aufbewahrt zwischen zwei Pappdeckeln: -+Eybler, Joseph: {\em Graduale in C in Epiphania Domini /:Omnes de Saba venient:/}, -+Handschriftlicher Stimmensatz, A-Whk, HK.2504 Mus. -+ -+(Unvollständiger) Stimmensatz des Hofmusikkapellenarchivs im Besitz der -+Musiksammlung der ÖNB. -+Sämtliches Material aufbewahrt zwischen zwei Pappdeckeln: - \begin{sourcetitle} --TODO --\textnumero 21\sbreak --Offertorium in C\sbreak --de Nativitate Domini nostri J.Chr.\sbreak -+\textnumero 10\sbreak -+Graduale In C.\sbreak -+In Epiphania Domini\sbreak -+/:Omnes de Saba venient:/\sbreak - a\sbreak --4 Voci\sbreak --2 Violini\sbreak --Viola\sbreak --2 Clarinetti\sbreak --2 Corni\sbreak --2 Fagotti\sbreak --Clarini e Tympani\sbreak --con\sbreak --Organo e Violone.\sbreak --Del Sig\textsuperscript{re} Gius. Eybler, M.di C.\textsuperscript{la} di Corte I. e R.\sbreak --1827.\sbreak --Part. 40. -+2 Soprani. 2 Alti. Tenore. Basso.\sbreak -+2 Violini. Viole. 2 Oboe, 2 Corni,\sbreak -+\sout{2 Tromboni.} 2 Clarini. Timpani\sbreak -+Fagotti. Violoncello, e Violone.\sbreak -+Organo. M.D.C.\textsuperscript{lla}\sbreak -+Parti \xout{39.}42.\sbreak -+Del Sig. Giuseppe Eÿbler\sbreak -+Vice Maestro di Cappella\sbreak -+della Corte Imperiale - \end{sourcetitle} --TODO Aufführungsdaten auf Umschlags-Innenseite: Erster Eintrag --\q{TODO}, letzter Eintrag \q{TODO} -+75 Aufführungsdaten auf der Innenseite des Umschlags: Erster Eintrag \q{1821 -- -+6. Jan: Grad}, letzter Eintrag \q{1922 -- 6. Jänner}, jeweils Aufführung am 6. -+Jänner (Dreikönig), außer 1. Februar 1893. -+ -+Alle Stimmen sind mit dem Stempel \q{K.k.Hof\-musik\-ka\-pel\-len=\textbar{}Archiv} versehen und -+bis auf die Vokalstimmen auf eigenem Titelblatt betitelt mit: -+{\em %\begin{sourcetitle} -+Eÿbler \textbar{} %\sbreak -+Graduale \textbar{} %\sbreak -+\textnumero 10. \textbar{} %\sbreak -+/:Omnes de Saba venient:/ \textbar{} %\sbreak -+{\em[Instrumentenbezeichnung]} \textbar{} %\sbreak -+{\em[evt. Nummerierung]} -+% \end{sourcetitle} -+} -+ -+\begin{itemize} -+\item[1. Hd.] 1 A, 5 T, 5 B, 3 Vl.1, 3 Vl.2, 1 Va, 2 Vlc+Vlne, 1 Ob.1, 1 Ob.2, -+1 Fag.1+2, 1 Clno.1, 1 Clno.2, 1 Trb.1, 1 Tim., 1 Org, 1 MDC. -+ -+\item[2. Hd.] Schreiber: Perschl\footnote{lt. Katalog der ÖNB; selber Schreiber -+wie des Großteils des Bestandes des ehem. Hofmusikkapellen-Archivs.}; -+1 Vlc+Vlne, 1 Cor.1,1 Cor.2. -+ -+\item[3. Hd.] Particell, 1832, Schreiber: Frühwald, 6 fol. Enthält ein -+Particell (S, A, T, Org mit Chorbass tw. als Stichnoten) des \q{Omnes de -+Saba venient} HV40 und de \q{Reges Tharsis} HV 107. -+\end{itemize} -+ -+Alte Signatur des Hofmusikarchivs als Fußnote im Katalog der ÖNB: \q{W:Hbk VIII/85a} -+ -+Aus den oben zitierten Aufführungsdaten und den Tatsachen, dass die Stimmen aus -+dem Hofmusikkapellenarchiv stammen und Eybler zu dieser Zeit die Position des -+Vize- und später des Hofkapellmeister innehatte, kann wohl geschlossen werden, -+dass dieser Stimmensatz von Eybler selbst benutzt wurde und daher entsprechende -+Autorität im Quellenvergleich erhält. -+ -+Das erst relativ spät entstandene Particell weist tw. eine deutlich andere -+Bassbezifferung (bzw. andere tasto solo Passagen) auf und setzt auch konsequent -+Bögen über je zwei gebundene Achtelnoten und sonstige Melismabögen in den Vokalstimmen. - --Vollständiger Stimmensatz von einer Hand (TODO, Schreiber Perschl\footnote{lt. Katalog der --ÖNB; selber Schreiber wie des Großteils des --Bestandes des ehem. Hofmusikkapellen-Archivs.}): --5 S, 5 A, 5 T, 5 B; 3 Vl.1, 3 Vl.2, Va, Vc, Vlne, Vc+Cb; Cl.1, Cl.2, Fg. 1+2 --(auf einer Akkolade mit zwei Systemen); Cor.1, Cor.2, Clno.1, Clno.2; Tym; Org.; M.D.C.; -- --Alle Stimmen mit \q{K.k.Hofmusikkapellen=\textbar{}Archiv} --gestempelt und großteils am Ende des Stückes versehen mit \q{Jos. Eybler comp. 1827}. -- -- --\bibitem[C]{THPart} --Originalausgabe (Partitur), Wien, Tobias Haslinger, T.H.TODO, TODO S., Reihe Musica Sacra, erschienen TODO. --\newblock Titel: -+\end{thebibliography} -+ -+\subsubsection*{Gedruckte Quellen} -+ -+\begin{thebibliography}{A} -+ -+\bibitem[C]{TH5046} -+Eybler, Joseph: {\em Graduale \textnumero 3}, Partitur, Wien: Tobias Haslinger 1827, T.H. 5046. -+ -+Originalausgabe (Partitur), 18 S., Reihe Musica Sacra, erschienen 1827. -+\newblock Titel: - \begin{sourcetitle} --TODO --OFFERTORIUM\sbreak -+GRADUALE\sbreak - von\sbreak - Joseph Eybler\sbreak - k.k. erstem Hofcapellmeister.\sbreak --\textnumero 5245 --- \textnumero TODO --- Preis \preisfrac{f 1.30 C.M.}{{\em[Rthl.]} 1.\_ gr.}\sbreak -+No.5046 --- \textnumero III --- Preis \preisfrac{f 1.15 C.M.}{{\em[Rthl.]} 20 gr.}\sbreak - Partitur\sbreak - WIEN, BEI TOBIAS HASLINGER,\sbreak - Musikverleger,\sbreak - am Graben \textnumero 572 im Hause der ersten oesterr. Sparkasse.\sbreak - Warsow Scrips. Pfoehl sculps. - \end{sourcetitle} --\newblock Benutzte Exemplare: Wien, Österreichische Nationalbibliothek, Musiksammlung, --Signatur: TODO -+\newblock Benutzte Exemplare: Wien, Österreichische Nationalbibliothek, -+Musiksammlung, Signatur: SA.82.A.22 13,3 Mus 21; Signatur: HK.2144 Mus; Signatur: HK.2494 Mus - - -+\bibitem[D]{TH5049} -+Eybler, Joseph: {\em Graduale \textnumero 3}, Stimmen, Wien: Tobias Haslinger 1827, T.H. 5049. - --\bibitem[D]{THSti} --Originalausgabe (Stimmen), Wien, Tobias Haslinger, T.H.TODO, Reihe Musica Sacra, erschienen TODO. --\newblock Titel: -+Originalausgabe (Stimmen), Reihe Musica Sacra, erschienen 1827. -+\newblock Titel: - \begin{sourcetitle} --TODO --Offertorium\sbreak --(Tui sunt coeli, et tua est terra)\sbreak --für 4 Singstimmen,\sbreak --2 Violinen, Viola, Violoncello und Contrabass,\sbreak --2 Clarinetten, 2 Fagotte, 2 Hörner, 2 Trompeten,\sbreak --Pauken und Orgel\sbreak -+Graduale\sbreak -+(Omnes de Saba venient)\sbreak -+für Sopran-Solo,\sbreak -+4 Singstimmen, 2 Violinen, Viola,\sbreak -+2 Hoboen, 2 Fagotte, 2 Hörner,\sbreak -+2 Trompeten, Pauken,\sbreak -+Contrabass und Orgel\sbreak - von\sbreak - JOS. EYBLER,\sbreak - k.k. erstem Hofkapellmeister.\sbreak --\textnumero. 4.\sbreak --\textnumero 5248 --- Eigenthum des Verlegers. --- Preis \preisfrac{fl 2.\_ C.M.}{{\em[Rthl]}\,1.8\,gr.}\sbreak --Wien, bei Tobias Haslinger,\sbreak -+\textnumero 3.\sbreak -+\textnumero 5049 --- Eigenthum des Verlegers. --- Preis \preisfrac{f\,1.30\,x\,C.M.}{{\em[Rthl.]} 1\_}\sbreak -+Wien, bey Tobias Haslinger,\sbreak - Musikverleger,\sbreak --im Hause der ersten österr. Sparkasse. -+im Hause der ersten oesterr. Sparkasse,\sbreak -+am Graben \textnumero 572. - \end{sourcetitle} --\newblock Benutzte Exemplare: Wien, Österreichische Nationalbibliothek, Musiksammlung, --Signatur: TODO -+\newblock Benutzte Exemplare: Wien, Österreichische Nationalbibliothek, Musiksammlung, -+Signatur: F5.Mödling.201 Mus; -+Signatur: MS10019-4° Mus -+ -+\end{thebibliography} -+ -+\subsubsection*{Weitere Quellen} - -+\begin{thebibliography}{E} -+\bibitem[E]{HS2} -+Handschriftliche Stimmensatz aus Altmünster, Musiksammlung der Österreichischen -+Nationalbibliothek, Wien. Signatur: F37.Altmünster.35 Mus -+ -+17 Stimmen: S.-Solo, gem. Ch., 2 Vl., Va., 2 Klar., 2 Hr., 2 Trp., Pke., Kb., Org. -+ -+Dieser Stimmensatz enthält die Ob.2-Stimme fälschlich als -+Clarinetto~2\textsuperscript{do} bezeichnet. Außerdem befindet sich im Stimmensatz -+der Entwurf einer ausgesetzten Orgelstimme der ersten 78 Takte, in dem zahlreiche -+Takte leer bzw. mit der Haupt- oder Bassstimme notiert sind. -+ -+\bibitem[F]{HS3} -+Gedruckter Stimmensatz (Tobias Haslinger 5049) mit 6 handschriftlichen Einzelstimmen, aus der Sammlung -+J. Winkler, Musiksammlung der Österreichischen Nationalbibliothek, Wien. -+Signatur: Signatur: MS10019-4° Mus. -+ -+Hs. Stimmen: Sopr. ripieno, Ten., Bass, Vl. I, II, Trombone Basso. - - \end{thebibliography} - -+ - \subsection*{Quellendiskussion} - --Als Primärquellen dieser Ausgabe dienen der Autograph \cite{Aut}, --der handschriftliche Stimmensatz der Hofkapelle \cite{HS1} (laut obigen --Aufführungsdaten dürfte die Uraufführung mit diesem Material stattgefunden --haben und der Stimmensatz von Eybler selbst in der Hofkapelle benutzt --worden sein) sowie die von Eybler autorisierten und korrigierten Drucke --\cite{THPart,THSti} bei Tobias Haslinger. -- --Bei Unterschieden stimmen meist jeweils die Einzelstimmen \cite{HS1,THSti} --sowie die Partituren \cite{Aut,THPart} überein. So sind etwa klassische --Abschreibfehler in \cite{HS1} oft in den Druck der Einzelstimme --übernommen, nicht jedoch in die Partitur. --Dies lässt vermuten, dass der Autograph \cite{Aut} die unmittelbare Druckvorlage --für die Partitur \cite{THPart} und der handschriftliche Stimmensatz \cite{HS1} --für die Stimmen \cite{THSti} darstellen. -+Als Primärquellen dieser Ausgabe dienen hauptsächlich der Autograph \cite{Aut} -+und der von Eybler benutzte handschriftliche Stimmensatz \cite{HS1} (ohne Sopranstimmen!) -+der Hofkapelle, beide aktuell im Besitz der Musiksammlung der ÖNB\footnote{Als -+das einzige Graduale, von dem die ÖNB und nicht das Schottenstift die autographe -+Partitur besitzt.}, sowie die von Eybler autorisierten und korrigierten Drucke -+\cite{TH5046,TH5049} bei Tobias Haslinger. -+ -+Die beiden Handschriften (abgesehen vom erst spät entstandenen Particell in -+\cite{HS1}) werden als ältere und authentischere Quellen angesehen, -+vor allem die autographe Partitur Eyblers ist in vielen Belangen konsistenter -+als die späteren Drucke und der nicht-autographe Stimmensatz \cite{HS1}, der -+jedoch von Eybler in der Hofkapelle benutzt wurde. - --Als einzige autographe Quelle erhält der Autograph entsprechend den --höchsten Stellenwert, die restlichen Quellen erhalten aber beinahe denselben -+Als einzige autographe Quelle erhält der Autograph entsprechend den -+höchsten Stellenwert, die restlichen Quellen erhalten aber beinahe denselben - Wert als ebenfalls von Eybler benutzte Quellen. - Entsprechende Unterschiede werden in den Einzelbemerkungen diskutiert. - --TODO - -+\subsection*{Instrumentierung} -+Der hs. Stimmensatz \cite{HS1} aus dem Archiv der -+Hofburgkapelle enthält zusätzlich zur normalen Besetzung noch eine \q{Trombone -+I\textsuperscript{mo}} Stimme, die nach dem kritischen Bericht abgedruckt ist. -+Ebenso enthält der Stimmensatz \cite{HS3} aus der Sammlung Winter eine \q{Trombone -+Basso} Stimme, mit der jedoch Eybler nichts zu tun haben dürfte - --\subsubsection*{Allgemeine Bemerkungen} - --Diese Ausgabe versucht das Stück so nahe wie möglich an die Notation und --Intentionen Eyblers zurückzuführen, an manchen Stellen unterscheidet sich jedoch --die moderne Notationspraxis von der Notation Eyblers. Konkret wurden (strichliert --gekennzeichnete) Melismabögen in allen Vokalstimmen ergänzt, wenn eine Silbe --auf mehrere Noten zu singen ist. Ergänzte Dynamikangaben und sonstige -+\subsection*{Allgemeine Bemerkungen} -+ -+Diese Ausgabe versucht das Stück so nahe wie möglich an die Notation und -+Intentionen Eyblers zurückzuführen, an manchen Stellen unterscheidet sich jedoch -+die moderne Notationspraxis von der Notation Eyblers. Konkret wurden (strichliert -+gekennzeichnete) Melismabögen in allen Vokalstimmen ergänzt, wenn eine Silbe -+auf mehrere Noten zu singen ist. Ergänzte Dynamikangaben und sonstige - Ergänzungen (abgesehen von Warnakzidenzien) des Herausgebers sind --in eckige Klammern gesetzt bzw. strichliert gedruckt und in den Einzelbemerkungen --aufgeführt, ebenso sind alle Unterschiede zum Autograph \cite{Aut} (auch --wenn sie durch eine oder alle anderen Quellen eindeutig belegt werden) -+in eckige Klammern gesetzt bzw. strichliert gedruckt und in den Einzelbemerkungen -+aufgeführt, ebenso sind alle Unterschiede zum Autograph \cite{Aut} (auch -+wenn sie durch eine oder alle anderen Quellen eindeutig belegt werden) - gekennzeichnet. Unterschiede in den Quellen werden -- wenn die Version des - Autographs übernommen wurde -- nicht explizit gekennzeichnet, allerdings - in den Einzelbemerkungen erwähnt. -@@ -141,30 +217,36 @@ - \paragraph*{Vokalstimmen, Text und Melismen} - - \begin{enumerate} --\item Alle Quellen vernachlässigen zahlreiche Beistrich. Die --vorliegende Ausgabe setzt (ohne weitere Kennzeichnung) Beistriche und Punkte -+\item Alle Quellen vernachlässigen zahlreiche Beistrich. Die -+vorliegende Ausgabe setzt (ohne weitere Kennzeichnung) Beistriche und Punkte - dort, wo sie grammatikalisch korrekt sind. - --\item In den Vokalstimmen sind in allen Quellen \cite{Aut,HS1,THPart,THSti} --Melismen teilweise nicht durch die moderne Konvention eines --Bogens gekennzeichnet. Folgende Bögen wurden gemäß der modernen -+\item In den Vokalstimmen sind in allen Quellen \cite{Aut,HS1,TH5046,TH5049} -+Melismen teilweise nicht durch die moderne Konvention eines -+Bogens gekennzeichnet. Folgende Bögen wurden gemäß der modernen - Konvention zur visuellen Verdeutlichung von Melismen ergänzt: - TODO - - Bögen, die sich nicht im Autograph finden, sind strichliert ergänzt. - --\item In den Vokalstimmen sind in allen Quellen \cite{Aut,HS1,THPart,THSti} teilweise --Legatobögen an Stellen gesetzt, wo keine Melismen stattfinden. Die --vorliegende Ausgabe unterbricht die Bögen wie von der Silbenzuteilung vorgegeben --und hält sich nicht an die (für Sänger ungewohnte) Version der ursprünglichen --Ausgabe. Dies ist der Fall an folgenden Stellen: -+\item In den Vokalstimmen sind in allen Quellen \cite{Aut,HS1,TH5046,TH5049} teilweise -+Legatobögen an Stellen gesetzt, wo keine Melismen stattfinden. Die -+vorliegende Ausgabe unterbricht die Bögen wie von der Silbenzuteilung vorgegeben -+und hält sich nicht an die (für Sänger ungewohnte) Version der ursprünglichen -+Ausgabe. Dies ist der Fall an folgenden Stellen: - TODO - --\item In den Vokalstimmen sind bei zahlreichen durch einen Balken verbundenen --Achtelnoten in der Partitur \cite{THPart} zusätzlich Bögen gesetzt, in den --Einzelstimmen \cite{THSti}, den hs. Stimmen \cite{HS1} und dem Autograph --\cite{Aut} jedoch nicht. --Diese Bögen werden nicht übernommen in den Takten TODO. -+\item In den Vokalstimmen sind bei zahlreichen durch einen Balken verbundenen -+Achtelnoten in der Partitur \cite{TH5046} zusätzlich Bögen gesetzt, in den -+Einzelstimmen \cite{TH5049}, den hs. Stimmen \cite{HS1} und dem Autograph \cite{Aut} jedoch nicht -+(inkonsistent in \cite{Aut} in T 27 S Bogen sehr wohl gesetzt; in -+\cite{TH5049} z.B. im Takt 96 S und T gesetzt, zwei Takte später jedoch nicht). -+Diese Bögen werden nicht übernommen in den Takten 27, 29, 35, 37, 41 S, -+47 B/51 T/55 A/76 A (jeweils letzte beiden Achtelnoten), 65 T/66 B, 96 S/T, 98 S. -+ -+Das Particell des Hofmusikkapellenarchivs \cite{HS1} setzt jedoch konsistent -+alle Bögen. -+ - - \end{enumerate} - -@@ -175,88 +257,280 @@ - \paragraph*{Akzidenzien} - - \begin{enumerate} --\item Warnakzidenzien sind gemäß dem Autograph \cite{Aut} gesetzt, jedenfalls --sind Auflösungszeichen im folgenden Takt aber immer gesetzt (ohne Kennzeichnung). --Außerdem werden in den Quellen tw. Akzidenzien nicht neu gesetzt, wenn der --neue Takt mit derselben versetzten Note beginnt. Diese Akzidenzien werden in -+\item Warnakzidenzien sind gemäß dem Autograph \cite{Aut} gesetzt, jedenfalls -+sind Auflösungszeichen im folgenden Takt aber immer gesetzt (ohne Kennzeichnung). -+Außerdem werden in den Quellen tw. Akzidenzien nicht neu gesetzt, wenn der -+neue Takt mit derselben versetzten Note beginnt. Diese Akzidenzien werden in - der vorliegenden Ausgabe ohne weitere Kennzeichnung ergänzt. - --\item In den Quellen sind tw. Akzidenzien nicht --gesetzt, wenn im selben Takt bereits in einer anderen Oktav vorhanden: --\begin{itemize} --\item[\cite{Aut}:] TODO --\item[\cite{HS1}:] TODO --\item[\cite{THPart}:] TODO --\item[\cite{THSti}:] TODO --\end{itemize} --Diese Akzidenzien werden in der vorliegenden Ausgabe konsistent ohne -+\item In den Handschriften \cite{Aut,HS1} sind tw. Akzidenzien nicht -+gesetzt, wenn im selben Takt bereits in einer anderen Oktav vorhanden (21 VcB/Org, 25 VcB/Org -- in \cite{Aut} vorhanden, -+49 V1/V2, 52 T/Fag2, 63 V1/V2, 65 VcB/Org, 68 V1/V2, 88 T). -+Diese Akzidenzien werden in der vorliegenden Ausgabe konsistent ohne - Kennzeichnung ergänzt. - --\item Ebenso sind tw. Akzidenzien in einem neuen Takt nicht --wiederholt, wenn der vorhergehende Takt mit derselben versetzten Note geendet --hat. Diese Akzidenzien wurden nach moderner Konvention konsistent ergänzt: --TODO -- - \end{enumerate} - - - - -+ - \paragraph*{Diverses} - - \begin{enumerate} --\item Bögen über Vierergruppen sind in den Handschriften \cite{Aut,HS1} oft --undeutlich nur über drei Noten gesetzt, vor allem wenn die erste Note einer --Vierergruppe einen Triller erhält. Wenn die Intention einer gebundenen --Vierergruppe in zumindest einer der Quellen eindeutig zu erkennen ist und der --Bogen im Autograph vorkommt, wird ohne weitere Kennzeichnung ein Bogen über --die gesamte Gruppe gesetzt. -- --\item In den beiden Partituren \cite{Aut,THPart} sind zahlreiche --Instrumentalstimme in colla-parte mit anderen Instrumenten oder Vokalstimmen --(V2 mit V1, Va mit VcB/Org, etc.) mittels Faulenzer notiert. Die vorliegende -+\item Bei Stellen, an denen ein Instrument colla-parte mit einer Vokalstimme -+geführt wird, werden Melisma-Bögen aus der Vokalstimme (sofern sie in der -+Stimme \cite{HS1,TH5049} oder Partitur \cite{Aut,TH5046} überhaupt notiert sind, -+bzw. wenn sie in der vorliegenden Ausgabe ergänzt sind) nicht in die -+Instrumentalstimme übernommen. -+ -+\item In den beiden Partitur \cite{Aut,TH5046} sind zahlreiche -+Instrumentalstimme in colla-parte mit anderen Instrumenten oder Vokalstimmen -+(Vl2 mit Vl1 in 8\textsuperscript{a}, Fag1/Fag2 mit Tenore, Va mit Alto, -+Ob1/Ob2 mit Soprano) mittels Faulenzer nicht explizit notiert. Die vorliegende - Ausgabe schreibt die entsprechenden Passagen explizit aus. - --\item Die Triller-Erweiterungsinien in den Pauken sind in der vorliegenden --Ausgabe vereinheitlich und nur auf mehreren gebundenen Noten mit Triller --gesetzt. Teilweise sind in den Quellen auch bei Trillern auf einer einzigen --Note Erweiterungslinien eingezeichnet, teilweise auch bei Trillern über --gebundenen Noten keine Linien. -- --\item Die verschiedenen Quellen benutzen tw. Tremolo-Schreibweise für --aufeinanderfolgende Achtel- oder Sechzehntelnoten derselben Tonhöhe in den --Streicherstimmen. Die vorliegende Ausgabe hält sich dabei an den Autograph --und benutzt diese Notation in denselben Takten wie der Autograph \cite{Aut}. -+\item Die Va-Stimme ist sowohl in der Partitur \cite{Aut,TH5046} als auch in -+der Stimme \cite{HS1,TH5049} phasenweise als divisi Stimmen (zwei Noten mit Hälsen -+in unterschiedliche Richtungen) notiert: T21/22, 25/26, 84-86\\ -+Jedoch sind die entsprechenden Passagen nicht dieselben in \cite{Aut}, \cite{TH5046} und \cite{TH5049}: -+\cite{Aut} notiert alle Passagen als divisi (T25/26 jedoch gemischt auch als -+nicht-divisi in T26!), \cite{HS1} notiert T84-86 als non-divisi, \cite{TH5049} ebenso. -+Die vorliegende Ausgabe notiert alle drei Passagen als divisi, die jedoch -+auch durch Doppelgriffe gespielt werden können. -+ -+\item -+In der Partitur \cite{TH5046} erhält das Violoncello ein eigenes System, welches -+jedoch bis auf die letzten 5 Takte \q{Col B.} (durch Faulenzer notiert) geführt -+wird. Die Schlusstakte zahlreicher Phrasen (obwohl ident zum Kontrabasssystem) -+sind jedoch dennoch explizit im Cello-System notiert. Die Teilung in zwei Systeme -+ist lediglich für den Schlussakkord relevant, wobei die Cello tiefer notiert -+sind als der Kontrabass. Die Handschrift \cite{HS1} notiert die letzte Zeile -+auf zwei Systemen. Die vorliegende Ausgabe notiert Celli und Kontrabass auf -+einem System mit entsprechenden Instrumentennamen. -+ -+\item In der Paukenstimme in \cite{HS1,TH5049} sind die Trill-Spanner teilweise -+auch bei Trillern auf einer einzelnen Note (ohne Haltebogen) gesetzt, nicht -+jedoch in der Partitur \cite{TH5046} (tw. in \cite{Aut}). Die vorliegende -+Ausgabe vereinheitlicht die Spanner insoweit, als Spanner nur bei zwei oder -+mehreren gebundenen Noten gesetzt werden, nicht jedoch auf einer einzelnen -+Note. Dementsprechend wurden die Spanner aus der Einzelstimme \cite{TH5049} -+in den Takten 9, 36, 40, 56, 100 und 101 nicht übernommen. - - \end{enumerate} - - --\subsubsection*{Einzelbemerkungen} -+\begin{figure*}[bt] -+\centering -+\includegraphics[width=15cm]{Eybler_OmnesDeSabaVenient_HV40_Music_FagAlternatives} -+\caption{Unterschiedliche Stimmführung in den Fagotti; oben: -+Autograph \cite{Aut}, wobei die Fg2-Stimme am Chorbass orientiert ist; -+unten: Druck \cite{TH5046,TH5049}, wobei die Fg2-Stimme eher in Terzen zum Fg1 -+geführt ist.} -+\label{FgAlternatives} -+\end{figure*} - - - -+\subsubsection*{Einzelbemerkungen} -+ - \begin{vergleich} --TODO --\end{vergleich} -+1: In der Partitur \cite{Aut} und den hs. Stimmen \cite{HS1} p, -+im Druck \cite{TH5046,TH5049} hingegen pp (in B und Fg1 auch in der hs. Stimme \cite{HS1}). -+Das p aus der autographen Partitur übernommen. -+ -+1 VcB: In Stimme \cite{TH5049} f statt korrekt p. -+ -+7: In der autographen Partitur \cite{Aut} \q{cresc} konsistent am Beginn von -+Takt 7, in den Drucken \cite{TH5046,TH5049} und dem hs. -+Stimmensatz \cite{HS1} jedoch unterschiedlich von zweiter -+Achtelnote Takt 6 in den Streicherstimmen bis kurz vor dem zweiten Schlag -+in Takt 7 in den Bläserstimmen. Die Version mit \q{cresc} unterschiedlich -+bereits ab Takt 6 unterstützt die sich durch den Bläsereinsatz in T. 7 und 8 -+ergebende Steigerung deutlich besser und länger als die Variante des Autographs. -+Diese Änderung ist also wohl als nachträgliche Korrektur Eyblers zu verstehen. -+ -+7 Cor1/Cor: Das unnötig wiederholte p im Druck \cite{TH5046,TH5049} und der -+Handschrift \cite{HS1} in den Hörnern am Beginn von Takt 7 nicht übernommen. -+ -+8 T: c' im Autograph \cite{Aut}, in den gedruckten -+und der hs. Stimmen \cite{TH5046,TH5049,HS1} jedoch f'. Dies ist -+wohl ebenfalls als nachträgliche Korrektur Eyblers zu sehen (Verdoppelung des -+Grundtons anstelle der Quint im F-Dur Dreiklang). -+ -+8/9 V2: In der Einzelstimme in Handschrift \cite{HS1} und Druck \cite{TH5049} -+Bogen über den Taktstrich, nicht jedoch im Autograph \cite{Aut}, daher -+nicht übernommen. -+ -+9 V1/V2/Va: fz nur in \cite{TH5046} (nicht in \cite{Aut} oder \cite{TH5049}), -+nicht übernommen. - -+9 S: Die beiden Viertelnoten in den Partituren \cite{Aut,TH5046} korrekt c'' und g', im -+Stimmendruck \cite{TH5049} in S-Solo d'' und g', jedoch d'' und h' in S-Ripieno. - -+10: Im Autograph \cite{Aut} vorhandene Bögen sind in Cor, Ob und Fag nicht in -+den Druck \cite{TH5046,TH5049} und die Handschrift \cite{HS1} übernommen worden, in -+den Clarini jedoch schon. Ergänzt. -+ -+10 Org: Im Autograph \cite{Aut} Bassbezifferung \bfig{6-5} auf die ersten drei -+Viertelnoten (mit Extenderlinie), keine explizite Bezifferung auf die vierte -+Viertelnote. Im Druck \cite{TH5046,TH5049} und den hs. Stimmen -+\cite{HS1} keine Bezifferung auf die ersten beiden -+Viertelnoten, dafür \bfig{9-4} auf die dritte und \bfig{8-3} auf die vierte -+Viertelnote. Beide Bezifferungen sind nicht falsch, allerdings vernachlässigt -+die Variante wie im Druck den Grundton G des Dominantseptakkords in der ersten -+Takthälfte und die Quint G des Tonikadreiklangs (im Alt) auf dem letzten Schlag. -+Daher wurde -- trotz übereinstimmender Änderung in allen Quellen außer dem -+Autograph -- die Variante des Autographs übernommen -+ -+10 V1: Im Autograph \cite{Aut} f'' auf den dritten Schlag, im Druck -+\cite{TH5049} jedoch inkorrekt e'', in der hs. Stimme -+\cite{HS1} ursprünglich e'' mit Bleistift auf f'' korrigiert. -+ -+10 V2: Im Autograph \cite{Aut} c'' auf den dritten Schlag, im Druck -+\cite{TH5049} jedoch d'' als Vorhalt wie in Tenor, in der hs. -+Stimme \cite{HS1} ursprünglich c'' mit Bleistift auf d'' korrigiert. Hier wurde -+die Version der Stimmen mit d'' (vgl. Tenor) übernommen. -+ -+13 Org: Im Autograph \cite{Aut} Bezifferung \bfig{5} (was das d' im Tenor -+ignoriert) und \bfig{2} auf die letzten -+beiden Schläge, im Druck \cite{TH5049} und den hs. Stimmen \cite{HS1} jedoch \bfig{6} (was das c' im Alt -+ignoriert) und \bfig{4} (was nicht mit dem tatsächlichen Akkord f-g-h-d -+übereinstimmt). Bezifferung des dritten Schlags korrigiert auf \bfig{6-5}, des -+letzten Schlags auf \bfig{2}. -+ -+13-16 Fg2: Im Autograph \cite{Aut} ist die Fg2-Stimme tw. wie der Chorbass -+geführt, in der gedruckten Ausgabe \cite{TH5046,TH5049} und der Handschrift -+\cite{HS1} jedoch eher in Terzen zum Fg1. Abbildung \ref{FgAlternatives} zeigt -+diese beiden unterschiedlichen Versionen. Da alle Quellen außer dem Autograph -+die zweite Variante benutzen, wurde diese übernommen. -+ -+ -+14 Va: In \cite{TH5049} ein Balken über die zweite Takthälfte, in \cite{TH5046} in zwei Balken aufgeteilt. -+ -+16 Org/VcB: Zweite Takthälfte im Autograph \cite{Aut} wie in allen anderen -+Instrumenten als Viertelnote und punktierte Achtel mit Sechzehntel. Im Druck -+und den hs. Stimmen \cite{HS1} -+jedoch statt der Viertelnote auch punktierte Achtel mit Sechzehntel (in -+\cite{TH5049} ein Balken, in \cite{TH5046} in zwei Balken aufgeteilt). -+Da auch die Va-Stimme hier eine Viertelnote spielt, Version des Autographs -+übernommen. -+ -+18 Ob1/Ob2/Fag1/Fag2: p zum Solo-Einsatz ergänzt (nach f in den vorhergehenden Takten). -+ -+26 Cor1/Cor2: In der Handschrift \cite{HS1} \q{Solo}. -+ -+28 Cor1/Cor2: In den Stimmen \cite{HS1,TH5049} ist das p nicht nochmal wiederholt wie in \cite{Aut,TH5046}. -+ -+30: \q{cres.} im Autograph \cite{Aut} und der Handschrift \cite{HS1} auf den Taktbeginn in allen Stimmen. In -+\cite{TH5046} ab der zweiten Viertelnote in V1/V2/Va (zwischen zweitem und -+drittem Schlag), in \cite{TH5049} jedoch schon eine Viertelnote früher. In -+allen anderen Stimmen im Druck \cite{TH5046,TH5049} erst knapp vor dem dritten -+Schlag. Die konsistente Version des Autographs mit \q{cres.} am Taktbeginn -+übernommen. -+ -+32 V2: Im Autograph \cite{Aut} Akkord f''-c''-f', im Druck \cite{TH5049} und -+der Handschrift \cite{HS1} jedoch -+wie V1 a''-c''-f'. Da auch der folgende Akkord tw. in Terzen zu V1 gesetzt ist -+und nicht einfach die V1-Stimme dupliziert, scheint der Autograph die -+bessere Fassung zu sein. -+ -+36 V1: Im Autograph \cite{Aut} kein p (wie in V2/Va in T34), jedoch im Druck -+\cite{TH5049}, daher ergänzt. In VcB/Org bereits \q{pizz}, daher nicht ergänzt. -+ -+36 Cor1: In \cite{TH5049} d'' statt e''. -+ -+37 A: In der Stimme \cite{TH5049} d'' in A1, in der Partitur \cite{Aut,TH5046} -+jedoch h' in A1. Da anderenfalls die Terz des Dominantseptakkords in C-Dur -+fehlen würde, ist die Partitur mit h' wohl korrekt. -+ -+39 Ob1/Ob2/Fag1/Fag2: In der Partitur \cite{TH5046} kein explizites pp in -+diesen Stimmen nach dem f in Takt 32, daher nach \cite{Aut} ergänzt. In den -+Einzelstimmen \cite{HS1,TH5049} nur p, korrigiert auf pp nach Cor T35. -+ -+41 Ob1/Ob2/Fag1/Fag2: In der Handschrift \cite{HS1} kein Bogen über die Achtelnoten. -+ -+41-43 V1/V2: In \cite{TH5049} Staccato-Punkte, in der Partitur \cite{TH5046} -+jedoch Staccato-Keile, im Autograph \cite{Aut} undeutlich eher Punkte, ebenso -+in den hs. Stimmen \cite{HS1}, daher Punkte übernommen. In der -+hs. Stimme \cite{HS1} sind die Punkte bereits ab T.43 nicht mehr gesetzt. -+ -+46-81 Fag1/Fag2: In gedruckten Einzelstimmen \cite{TH5049} im Bassschlüssel, in der -+Partitur \cite{Aut,TH5046} jedoch (im angesichts der hohen Lage leichter zu -+lesenden) Tenorschlüssel, daher letzteren übernommen. -+ -+47 B: In der Partitur \cite{TH5046} Bögen über jeweils zwei gebundene -+Achtelnoten, in der Einzelstimme \cite{TH5049} und dem Autograph \cite{Aut} -+keine Bögen. Melismabogen wie oben erwähnt strichliert ergänzt. -+ -+51 T, 55 A: Bogen über die ersten drei Schläge nur in Partitur \cite{TH5046}, -+strichliert ergänzt aufgrund des Melismas. -+ -+62/70/71 Cor1/Cor2: In der hs. Stimme \cite{HS1} jeweils f wiederholt. -+ -+65 Cor2: Bogen bei Seitenumbruch fehlt auf Vorderseite in \cite{TH5046}. -+ -+65 Org: Im Autograph \cite{Aut} nur Bezifferung \bfig{5}, im Druck \cite{TH5049} -+jedoch \bfig{$\natural$5}, wobei das $\natural$ nur als Warnakzidenz zu sehen -+ist und nicht nötig ist. -+ -+73 A: Im Autograph \cite{Aut} Text \q{stel--lam e--jus}, im Druck \cite{TH5049} -+jedoch \q{e--{}--{}--jus} mit Melisma auf die ersten drei Viertelnoten, in der -+hs. Stimme \cite{HS1} \q{e--{}--jus{}\_} auf jeweils zwei -+gebundene Viertelnoten. -+ -+84 V1: Vorzeichen des fis' fehlt in \cite{TH5049}. -+ -+96 T: Die hs. Stimme \cite{HS1} setzt versehentlich einen Bogen -+über alle vier Achtelnoten. -+ -+99 V2/Va: Im Autograph \cite{Aut} sind die Bögen ab Takt 99 nicht mehr weiter -+ausgeschrieben. Die vorliegende Ausgabe notiert jedoch (wie auch der hs. \cite{HS1} und gedruckte -+Stimmensatz \cite{TH5049}) die Bögen auch in den folgenden Takten. -+ -+100 Ob1/Ob2/Fg1/Fg2/Cor1/Cor2: Das in der Partitur \cite{TH5046} bzw. den Stimmen -+\cite{HS1,TH5049} wiederholte p (nach Takt 97 bzw. 98) wird im Gegensatz zum -+Autograph \cite{Aut} übernommen. -+ -+100 Tim: Im Autograph \cite{Aut} pp (wie in Cor), im Druck \cite{TH5046,TH5049} -+und der Handschrift \cite{HS1} jedoch nur p. Das pp aus dem Autograph übernommen -+wie in Cor1/Cor2. -+ -+102 V1: In \cite{TH5049} Staccato-Punkte, in der Partitur \cite{TH5046} -+jedoch Staccato-Keile, im Autograph \cite{Aut} undeutlich eher Punkte, ebenso -+in den hs. Stimmen \cite{HS1}, daher Punkte übernommen. -+ -+103 V1/V2/Va: Im Druck \cite{TH5049} \q{cres.} auf dritte, vierte oder fünfte -+Achtelnote, im Autograph \cite{Aut} und der Handschrift \cite{HS1} jedoch konsistent auf die zweite Achtelnote. Dies -+wurde übernommen. -+ -+104 Continuo: In der Partitur \cite{TH5046} fehlt \q{Tutti} bzw. \q{T:}. -+ -+106 S: In der S-Solo Stimme in \cite{TH5049} falsch f'' statt g''. -+ -+107 Fag1/Fag2: In der Partitur \cite{TH5046} pp, in den Stimmen \cite{HS1,TH5049} -+und dem Autograph \cite{Aut} jedoch nur p, wie auch in allen anderen Stimmen -+der gedruckten Partitur. -+ -+109: Im Autograph \cite{Aut} \q{perd.} konsistent am Beginn von Takt 109, in -+den gedruckten Stimmen \cite{TH5049} jedoch tw. etwas früher. Einheitliche -+Schreibweise des Autographs übernommen. -+ -+110 Org: In \cite{TH5049} pp in allen Stimmen außer Org. -+ -+\end{vergleich} - - \end{multicols} - - - \section*{Danksagung} - \begin{multicols}{2} --An dieser Stelle sei all jenen Personen und Institutionen gedankt, ohne die die --vorliegende Ausgabe nicht möglich gewesen wäre. Zum einen sei dabei der --Musiksammlung der \href{http://www.onb.ac.at/}{Österreichischen Nationalbibliothek} --für die unbürokratische Benutzung des riesigen Fundus und den --Bediensteten für ihr stetiges Entgegenkommen in allen Belangen herzlich gedankt. --% --Zum anderen wäre eine Urtext-Ausgabe nicht möglich ohne Zugang zum Autograph, --der im Archiv des \href{http://www.schottenstift.at/}{Wiener Schottenstifts} --verwahrt ist. Dabei sei Herrn Dr. Martin Czernin, Archivar des Schottenstifts, --herzlich gedankt für die Möglichkeit der Einsichtnahme in und des --Quellenvergleichs mit dem Originalautograph Eyblers. -+An dieser Stelle sei all jenen Personen und Institutionen gedankt, ohne die die -+vorliegende Ausgabe nicht möglich gewesen wäre. Vor allem sei dabei der -+Musiksammlung der \href{http://www.onb.ac.at/}{Österreichischen Nationalbibliothek} -+für die unbürokratische Benutzung des riesigen Fundus (Autograph, -+Handschriften und Drucke dieses Werkes) und den Bediensteten für ihr stetiges -+Entgegenkommen in allen Belangen herzlich gedankt. - % - Auch \href{http://www.koscielny.eu/}{Christoph Koscielny}, einem weiteren - Bewunderer Eyblers, sei für zahlreiche Diskussionen, Hinweise und diff --git a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Text.itex.patch b/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Text.itex.patch deleted file mode 100644 index c9616747ad29b7bd91a4156128609d9f182be1d3..0000000000000000000000000000000000000000 --- a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Text.itex.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Text.itex.new 2009-10-01 18:34:08.000000000 +0200 -+++ TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Text.itex 2009-10-01 18:22:28.000000000 +0200 -@@ -1,10 +1,24 @@ --\subsection*{Text des \q{Omnes de Saba venient}: TODO} -+\subsection*{Text des \q{Omnes de Saba venient}: Jes 60:6, 60:1 und Mt 2:2} - - \begin{lyricstext} -+\renewenvironment{lyricstable}{\begin{tabular}{p{0.27\textwidth}p{0.335\textwidth}p{0.315\textwidth}}}{\end{tabular}} - - \begin{lyricstable} --TODO & TODO & TODO \\\\[0.5em] -- & \footnotesize\em{(TODO)} & \footnotesize\em{(TODO)} -+\hspace{-2.5em}\textsuperscript{Jes 60:6}Omnes de Saba venient, & Sie werden aus Saba alle kommen, & All they from Sheba shall come: \\ -+aurem et thus deferentes & Gold und Weihrauch bringen & they shall bring gold and incense; \\ -+et laudem Domino annuntiantes. & und des Herrn Lob verkündigen. & and shew forth the praises of the Lord. \\[0.3em] -+ -+\hspace{-2.5em}\textsuperscript{Jes 60:1}Surge et illuminare Jerusalem, & Mache dich auf und werde licht, Jerusalem, & Arise and shine, Jerusalem; \\ -+quia gloria Domini & denn die Herrlichkeit des Herrn & for the glory of the Lord \\ -+super te orta est. & gehet auf über dir. & is risen upon thee. \\[0.3em] -+ -+\hspace{-2.5em}\textsuperscript{Mt 2:2}Vidimus stellam ejus & Wir haben seinen Stern gesehen & For we have seen his star \\ -+in oriente, & im Morgenland & in the east, \\ -+et venimus cum muneribus & und sind kommen mit Gaben, & and are come with presents \\ -+adorare Dominum. & den Herren anzubeten. & to worship the Lord. \\ -+Alleluja. & Alleluja. & Alleluja.\\[0.3em] -+ -+& \footnotesize\em{(Luthersche Bibelübersetzung 1545)} & \footnotesize\em{(King James Version)} - \end{lyricstable} - - \end{lyricstext} diff --git a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Todo.itex.patch b/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Todo.itex.patch deleted file mode 100644 index d30b4a6fd50018487d107380e3e3526ae952d2be..0000000000000000000000000000000000000000 --- a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Todo.itex.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Todo.itex.new 2009-10-01 18:34:08.000000000 +0200 -+++ TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Todo.itex 2009-09-29 16:07:29.000000000 +0200 -@@ -1,8 +1,12 @@ --% \todos{ --% \chapter*{Offene Fragen} --% --% \begin{itemize} --% \item --% --% \end{itemize} --% } -+\todos{ -+\chapter*{Open issues} -+ -+\begin{itemize} -+\item Vorwort übersetzen -+\item Layout fertig machen -+\item Richtige Transposition für transponierende Instrumente! -+\item Leere Zeilen während Fugenbeginns nicht entfernen, nur während SSolo! -+\item Incipits! -+\end{itemize} -+ -+} diff --git a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Instruments.tex.patch b/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Instruments.tex.patch deleted file mode 100644 index b2f51b9eff4ed0b328d175c972fb9af21fa7de26..0000000000000000000000000000000000000000 --- a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Instruments.tex.patch +++ /dev/null @@ -1,95 +0,0 @@ ---- TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Instruments.tex.new 2009-10-05 19:13:56.000000000 +0200 -+++ TeX_Eybler_OmnesDeSabaVenient_HV40_Score_Instruments.tex 2009-10-05 16:10:54.000000000 +0200 -@@ -14,7 +14,38 @@ - \input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Coverpage.itex} - \input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Preface_Long.itex} - -+\phantomsection -+\addcontentsline{toc}{section}{\ContinuoName} -+\includescore{Instrument_Continuo} -+ -+\phantomsection -+\addcontentsline{toc}{section}{\SSoloName} -+\includescore{Instrument_SSolo} -+\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}{\VaName} -+\includescore{Instrument_Va} -+\phantomsection -+\addcontentsline{toc}{section}{\VcBName} -+\includescore{Instrument_VcB} - - \phantomsection - \addcontentsline{toc}{section}{\ObIName} -@@ -43,52 +74,13 @@ - \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}{\VaName} --\includescore{Instrument_Va} --\phantomsection --\addcontentsline{toc}{section}{\SSoloName} --\includescore{Instrument_SSolo} --\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}{\ContinuoName} --\includescore{Instrument_Continuo} --\phantomsection --\addcontentsline{toc}{section}{\VcBName} --\includescore{Instrument_VcB} --\phantomsection --\addcontentsline{toc}{section}{\TrbIName} --\includescore{Instrument_TrbI} --\phantomsection --\addcontentsline{toc}{section}{\TrbIIIName} --\includescore{Instrument_TrbIII} --\phantomsection --\addcontentsline{toc}{section}{\OName} --\includescore{Instrument_O} -- - - - \cleardoublepage - \backmatter - \appendix - \input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_KritBericht.itex} -+\includescore{Instrument_TrbIII} - - \input{TeX_Eybler_OmnesDeSabaVenient_HV40_Include_Backpage.itex} - \end{document} diff --git a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Settings.itex.patch b/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Settings.itex.patch deleted file mode 100644 index 3360e281c19667af2503ca26428d103fa282c6e7..0000000000000000000000000000000000000000 --- a/patches/TeX_Eybler_OmnesDeSabaVenient_HV40_Settings.itex.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- TeX_Eybler_OmnesDeSabaVenient_HV40_Settings.itex.new 2009-10-01 18:34:09.000000000 +0200 -+++ TeX_Eybler_OmnesDeSabaVenient_HV40_Settings.itex 2009-10-01 18:23:10.000000000 +0200 -@@ -2,8 +2,8 @@ - \subtitle{Graduale, HV 40} - \composer{Joseph Eybler} - \composerdate{(1765-1846)} --% \description{Per Coro (SATB) ed Organo o Orchestra} --% \instrumentation{2 Oboi, 2 Corni\\2 Violini, Viola, Violoncello\\e Basso Continuo (Organo e Bassi)} -+\description{Per Solo (S), Coro (SATB) e Orchestra} -+\instrumentation{2 Oboi, 2 Fagotti\\2 Corni, 2 Trombe, Timpani\\2 Violini, Viole, Violoncello\\Contrabasso ed Organo} - \editor{\href{http://reinhold.kainhofer.com/}{Reinhold Kainhofer}} - \publisher{\href{http://www.edition-kainhofer.com/}{Edition Kainhofer, Vienna}} - \year{2009}