summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-22 14:21:14 +0100
committerErich Eckner <git@eckner.net>2019-01-22 14:21:14 +0100
commit3152ab389c682f5a9defca69a7a1cfe4bfa2d4d1 (patch)
tree3784bcdf125a0fdeace2fab748ba5af6ceb4ebe5
parentdf2d15beb3770fc4c6a70a9874562aef40a2e7df (diff)
downloadMusik-3152ab389c682f5a9defca69a7a1cfe4bfa2d4d1.tar.xz
Missa_in_C: Credo fertig
-rw-r--r--Missa_in_C/Missa_in_C.ly4
-rw-r--r--Missa_in_C/parts/Credo.ly37
-rw-r--r--Missa_in_C/parts/artikulation_Credo.ly5
-rw-r--r--Missa_in_C/parts/stimmen_Credo.ly100
-rw-r--r--Missa_in_C/parts/texte_Credo.ly4
5 files changed, 150 insertions, 0 deletions
diff --git a/Missa_in_C/Missa_in_C.ly b/Missa_in_C/Missa_in_C.ly
index dff6ee1..c16c17c 100644
--- a/Missa_in_C/Missa_in_C.ly
+++ b/Missa_in_C/Missa_in_C.ly
@@ -22,6 +22,9 @@
\include "parts/artikulation_Gloria.ly"
\include "parts/stimmen_Gloria.ly"
\include "parts/texte_Gloria.ly"
+\include "parts/artikulation_Credo.ly"
+\include "parts/stimmen_Credo.ly"
+\include "parts/texte_Credo.ly"
%\include "parts/artikulation_Benedictus.ly"
%\include "parts/stimmen_Benedictus.ly"
%\include "parts/texte_Benedictus.ly"
@@ -31,6 +34,7 @@
\include "parts/Kyrie.ly"
\include "parts/Gloria.ly"
+\include "parts/Credo.ly"
%\include "parts/Benedictus.ly"
%\include "parts/Agnus_Dei.ly"
#(ly:set-option 'relative-includes #f)
diff --git a/Missa_in_C/parts/Credo.ly b/Missa_in_C/parts/Credo.ly
new file mode 100644
index 0000000..1c33d26
--- /dev/null
+++ b/Missa_in_C/parts/Credo.ly
@@ -0,0 +1,37 @@
+\include "deutsch.ly"
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \label #'Credo
+ \globalCredo
+ \new Voice = frauen { \globalCredo \oneVoice \pausenCredo }
+ \new CueVoice = soloSopran { \globalCredo \voiceOne \soloSopranMelodieCredo }
+ \new CueVoice = soloAlt { \globalCredo \voiceTwo \soloAltMelodieCredo }
+ \new Voice = sopran { \globalCredo \voiceOne << \sopranMelodieCredo \artikulationCredo >> }
+ \new Voice = alt { \globalCredo \voiceTwo \altMelodieCredo }
+ >>
+ \new Lyrics = text { }
+ \new Staff <<
+ \clef "bass"
+ \new Voice = maenner { \globalCredo \oneVoice \pausenCredo }
+ \new CueVoice = soloTenor { \globalCredo \voiceOne \soloTenorMelodieCredo }
+ \new CueVoice = soloBass { \globalCredo \voiceTwo \soloBassMelodieCredo }
+ \new Voice = tenor { \globalCredo \voiceOne \tenorMelodieCredo }
+ \new Voice = bass { \globalCredo \voiceTwo << \bassMelodieCredo \artikulationCredo >> }
+ >>
+ \new Lyrics = textBass { }
+ \context Lyrics = text \lyricsto alt \textCredo
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Missa in C"
+ subtitle = "Orgelsolomesse KV 259"
+ composer = "Wolfgang Amadeus Mozart (1756-1791)"
+ piece = "Credo"
+ tagline = ##f
+ }
+}
diff --git a/Missa_in_C/parts/artikulation_Credo.ly b/Missa_in_C/parts/artikulation_Credo.ly
new file mode 100644
index 0000000..30d5f3b
--- /dev/null
+++ b/Missa_in_C/parts/artikulation_Credo.ly
@@ -0,0 +1,5 @@
+artikulationCredo = {
+ s1*77 |
+ s8 s2..\f |
+ s1*6 | \bar "|."
+}
diff --git a/Missa_in_C/parts/stimmen_Credo.ly b/Missa_in_C/parts/stimmen_Credo.ly
new file mode 100644
index 0000000..19e0b66
--- /dev/null
+++ b/Missa_in_C/parts/stimmen_Credo.ly
@@ -0,0 +1,100 @@
+\version "2.12"
+
+globalCredo = {
+ \time 4/4
+ \key c \major
+ \autoBeamOff
+}
+
+pausenCredo = {
+ R1*73 |
+ r8 s2.. |
+ s1*2 |
+ s2. r4 |
+ r8 s2.. |
+ s1 |
+ s4 r s r |
+ s r s2 |
+ s1*2 |
+ s4 r2. | \bar "|."
+}
+
+soloSopranMelodieCredo = \relative c'' {
+ s1*73 |
+ s8 c4 c8 d4 d |
+ e8. e16 e8 e f4 f |
+ f2 d |
+ h f4 s |
+ s1*7 | \bar "|."
+}
+
+soloAltMelodieCredo = \relative g' {
+ s1*73 |
+ s8 g4 g8 g4 g |
+ g8. g16 g8 g f4 f |
+ d2 f |
+ f d4 s |
+ s1*7 | \bar "|."
+}
+
+soloTenorMelodieCredo = \relative e' {
+ s1*73 |
+ s8 e4 e8 f4 f |
+ c8. c16 c8 c c4 c |
+ h2 h |
+ d h4 s |
+ s1*7 | \bar "|."
+}
+
+soloBassMelodieCredo = \relative c' {
+ s1*73 |
+ s8 c4 c8 h4 h |
+ b8. b16 b8 b a4 a |
+ g as g as |
+ g as g s |
+ s1*7 | \bar "|."
+}
+
+sopranMelodieCredo = \relative c'' {
+ s1*77 |
+ s8 c c4 f8 f f f |
+ e8. e16 e4 d8[( e]) c[( d]) |
+ h g s4 e'8 e s4 |
+ c8 c s4 d8 d h4 |
+ c f e d |
+ c f8 f e e d4 |
+ c s2. | \bar "|."
+}
+
+altMelodieCredo = \relative e' {
+ s1*77 |
+ s8 e e4 d8 g g g |
+ g8. g16 g4 g g8[( fis]) |
+ g d s4 g8 g s4 |
+ g8 g s4 f8 f d4 |
+ e g g g |
+ g g8 g g g g4 |
+ g s2. | \bar "|."
+}
+
+tenorMelodieCredo = \relative g {
+ s1*77 |
+ s8 g g4 g8 d' d d |
+ c8. c16 c4 d8[( h]) a4 |
+ g8 h s4 h8 h s4 |
+ c8 c s4 a8 a g4 |
+ g d' c h |
+ c d8 d c c h4 |
+ c s2. | \bar "|."
+}
+
+bassMelodieCredo = \relative c {
+ s1*77 |
+ s8 c8 c4 h8 h' h h |
+ c8. c,16 c4 h8[( e]) a,[( d]) |
+ g g s4 g8 g s4 |
+ e8 e s4 f8 f g4 |
+ c, h' c g |
+ c, h'8 h c e, g4 |
+ c, s2. | \bar "|."
+}
diff --git a/Missa_in_C/parts/texte_Credo.ly b/Missa_in_C/parts/texte_Credo.ly
new file mode 100644
index 0000000..f32b9db
--- /dev/null
+++ b/Missa_in_C/parts/texte_Credo.ly
@@ -0,0 +1,4 @@
+textCredo = \lyricmode {
+ Et vi -- tam ven -- tu -- ri sae -- cu -- li.
+ A -- men, a -- men, a -- men, a -- men, a -- men, a -- men, a -- men, a -- men, a -- men, a -- men, a -- men.
+}