diff options
Diffstat (limited to 'Missa_in_C')
-rw-r--r-- | Missa_in_C/Missa_in_C.ly | 4 | ||||
-rw-r--r-- | Missa_in_C/parts/Sanctus.ly | 34 | ||||
-rw-r--r-- | Missa_in_C/parts/artikulation_Sanctus.ly | 6 | ||||
-rw-r--r-- | Missa_in_C/parts/stimmen_Sanctus.ly | 139 | ||||
-rw-r--r-- | Missa_in_C/parts/texte_Sanctus.ly | 21 |
5 files changed, 204 insertions, 0 deletions
diff --git a/Missa_in_C/Missa_in_C.ly b/Missa_in_C/Missa_in_C.ly index c16c17c..35179cb 100644 --- a/Missa_in_C/Missa_in_C.ly +++ b/Missa_in_C/Missa_in_C.ly @@ -25,6 +25,9 @@ \include "parts/artikulation_Credo.ly" \include "parts/stimmen_Credo.ly" \include "parts/texte_Credo.ly" +\include "parts/artikulation_Sanctus.ly" +\include "parts/stimmen_Sanctus.ly" +\include "parts/texte_Sanctus.ly" %\include "parts/artikulation_Benedictus.ly" %\include "parts/stimmen_Benedictus.ly" %\include "parts/texte_Benedictus.ly" @@ -35,6 +38,7 @@ \include "parts/Kyrie.ly" \include "parts/Gloria.ly" \include "parts/Credo.ly" +\include "parts/Sanctus.ly" %\include "parts/Benedictus.ly" %\include "parts/Agnus_Dei.ly" #(ly:set-option 'relative-includes #f) diff --git a/Missa_in_C/parts/Sanctus.ly b/Missa_in_C/parts/Sanctus.ly new file mode 100644 index 0000000..ca22b35 --- /dev/null +++ b/Missa_in_C/parts/Sanctus.ly @@ -0,0 +1,34 @@ +\include "deutsch.ly" + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Sanctus + \globalSanctus + \new Voice = frauen { \globalSanctus \oneVoice \frauenPausenSanctus } + \new Voice = sopran { \globalSanctus \voiceOne << \sopranMelodieSanctus \artikulationSanctus >> } + \new Voice = alt { \globalSanctus \voiceTwo \altMelodieSanctus } + >> + \new Lyrics = textAlt { } + \new Staff << + \clef "bass" + \new Voice = maenner { \globalSanctus \oneVoice \maennerPausenSanctus } + \new Voice = tenor { \globalSanctus \voiceOne \tenorMelodieSanctus } + \new Voice = bass { \globalSanctus \voiceTwo << \bassMelodieSanctus \artikulationSanctus >> } + >> + \new Lyrics = textBass { } + \context Lyrics = textAlt \lyricsto alt \textAltSanctus + \context Lyrics = textBass \lyricsto bass \textBassSanctus + >> + \layout { + indent = #0 + } + \header { + title = "Missa in C" + subtitle = "Orgelsolomesse KV 259" + composer = "Wolfgang Amadeus Mozart (1756-1791)" + piece = "Sanctus" + tagline = ##f + } +} diff --git a/Missa_in_C/parts/artikulation_Sanctus.ly b/Missa_in_C/parts/artikulation_Sanctus.ly new file mode 100644 index 0000000..03bc5bb --- /dev/null +++ b/Missa_in_C/parts/artikulation_Sanctus.ly @@ -0,0 +1,6 @@ +artikulationSanctus = { + s2.^\markup{ \dynamic f \italic Andante } | + s2.*6 | \bar "||" \time 4/4 + s1^\markup{ \italic Allegro } | + s1*12 | \bar "|." +} diff --git a/Missa_in_C/parts/stimmen_Sanctus.ly b/Missa_in_C/parts/stimmen_Sanctus.ly new file mode 100644 index 0000000..04b41a5 --- /dev/null +++ b/Missa_in_C/parts/stimmen_Sanctus.ly @@ -0,0 +1,139 @@ +\version "2.12" + +globalSanctus = { + \time 3/4 + \key c \major + \autoBeamOff +} + +frauenPausenSanctus = { + r4 s2 | + r4 s2 | + r4 s2 | + s2.*3 | + s2 r4 | \bar "||" \time 4/4 + r2 s | + s2. r4 | + r2 r8 s4. | + s2. r4 | + r4. s2 r8 | + r4 s2. | + s1 | + s2. r4 | + r8 s4. r8 s4. | + r8 s4. r8 s4. | + s2. r4 | + r4. s8 s2 | + s2. r4 | \bar "|." +} + +maennerPausenSanctus = { + r4 s2 | + r4 s2 | + r4 s2 | + s2.*3 | + s2 r4 | \bar "||" \time 4/4 + r2 s | + s2. r4 | + r2 r8 s4. | + s2. r8 s | + s1*3 | + s2. r8 s | + s4 r8 s4. r8 s | + s4 r8 s4. r4 | + s2. r8 s | + s1 | + s2. r4 | \bar "|." +} + +sopranMelodieSanctus = \relative e'' { + s4 e d | + s f e | + s a, g | + h4. h8 h4 | + c4. c8 c4 | + f2 e4 | + e8. e16 e4 s | \bar "||" \time 4/4 + s2 e4 f8 d | + c4 e16[( d]) c[( h]) c8 g s4 | + s2 s8 e' f d | + c8. c16 d4 c8 h s4 | + s4. g8 f'4 e8 s | + s4 g,8 g f'4 e8 c | + c8. a16 a8 c c4 g | + f'8 e d4 c s | + s8^\p c c a s c c g | + s c^\f c a s c c g | + f' e d4 c s | + s4. g8 h[( d]) f4 | + e8 e d4 c s | \bar "|." +} + +altMelodieSanctus = \relative g' { + s4 g g | + s4 g g | + s f e | + f4. f8 f4 | + g4. g8 g4 | + g2 g4 | + g8. g16 g4 s | \bar "||" \time 4/4 + s2 g4 g8 g | + e[( g]) a g g e s4 | + s2 s8 g g g | + e8. e16 a4 g8 g s4 | + s4. d8 g4 g8 s | + s4 d8 d g4 g8 g | + a8. f16 f8 a g4 e | + g8 g g4 g s | + s8 c, c c s c c c | + s8 c c c s c c c | + g' g g4 g s | + s4. d8 g4 g | + g8 g g4 g s | \bar "|." +} + +tenorMelodieSanctus = \relative c' { + s4 c h | + s d c | + s c c | + g4. g8 g4 | + g4. e'8 c4 | + d2 c4 | + c8. c16 h4 s | \bar "||" \time 4/4 + s2 c4 d8 h | + c4 f8 e16[( d]) e8 c s4 | + s2 s8 c d h | + c8. c16 f4 e8 d s r | + r4. h8 d4 c8 r | + r4 h8 h d4 c8 c | + c8. c16 c8 c c4 c | + d8 c c[( h]) c4 s8 g | + a a s a g g s g | + a a s a g g s4 | + d'8 c c[( h]) c4 s8 r | + r4. h8 d4 d | + c8 c h4 c s | \bar "|." +} + +bassMelodieSanctus = \relative c' { + s4 c g | + s g c, | + s f c | + d4. d8 d4 | + e4. e8 e4 | + h'2 c4 | + g8. g16 g4 s | \bar "||" \time 4/4 + s2 c4 g8 g | + a[( e]) f g c, c s4 | + s2 s8 c' g g | + a8. a16 f4 g8 g s g | + h d h g h,4 c8 g' | + h d h g h,4 c8 e | + f8. f16 f8 f e4 e | + h8 c g'4 c, s8 e^\p | + f f s f e e s e^\f | + f f s f e e s4 | + h'8 c g4 c, s8 g' | + h g h d h4 h | + c8 e, g4 c, s | \bar "|." +} diff --git a/Missa_in_C/parts/texte_Sanctus.ly b/Missa_in_C/parts/texte_Sanctus.ly new file mode 100644 index 0000000..afbe5f4 --- /dev/null +++ b/Missa_in_C/parts/texte_Sanctus.ly @@ -0,0 +1,21 @@ +textAltSanctus = \lyricmode { + Sanc -- tus, Sanc -- tus, Sanc -- tus Do -- mi -- nus, + Do -- mi -- nus De -- us Sa -- ba -- oth. + Ple -- ni sunt coe -- li et ter -- ra, + ple -- ni sunt glo -- ri -- a tu -- a. + Ho -- san -- na in ex -- cel -- sis, + ho -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, + ho -- san -- na, ho -- san -- na, ho -- san -- na, ho -- san -- na + in ex -- cel -- sis, + ho -- san -- na in ex -- cel -- sis. +} + +textBassSanctus = \lyricmode { + \repeat unfold 33 { \skip 1 } + Ho -- san -- na in ex -- cel -- sis, + ho -- san -- na in ex -- cel -- sis, + \repeat unfold 11 { \skip 1 } + ho -- san -- na, ho -- san -- na, ho -- san -- na, ho -- san -- na, + \repeat unfold 4 { \skip 1 } + ho -- san -- na in ex -- cel -- sis, in ex -- cel -- sis. +} |