diff options
author | Erich Eckner <git@eckner.net> | 2019-01-23 12:06:04 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-01-23 12:06:04 +0100 |
commit | 67579a093f1cdb26bc0f990f519ebea349c6792b (patch) | |
tree | e90109a2116544d6e1f5ee855cceea34eba94d5f /Missa_in_C/parts/Agnus_Dei.ly | |
parent | 9a34c9dd93d0b6e6d30b12d75208fa1e300fd039 (diff) | |
download | Musik-67579a093f1cdb26bc0f990f519ebea349c6792b.tar.xz |
Missa_in_C: Agnus_Dei begonnen
Diffstat (limited to 'Missa_in_C/parts/Agnus_Dei.ly')
-rw-r--r-- | Missa_in_C/parts/Agnus_Dei.ly | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Missa_in_C/parts/Agnus_Dei.ly b/Missa_in_C/parts/Agnus_Dei.ly new file mode 100644 index 0000000..7651f30 --- /dev/null +++ b/Missa_in_C/parts/Agnus_Dei.ly @@ -0,0 +1,40 @@ +\include "deutsch.ly" + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'AgnusDei + \globalAgnusDei + \new Voice = frauen { \globalAgnusDei \oneVoice \frauenPausenAgnusDei } + \new CueVoice = soloSopran { \globalAgnusDei \voiceOne \soloSopranMelodieAgnusDei } + \new CueVoice = soloAlt { \globalAgnusDei \voiceTwo \soloAltMelodieAgnusDei } + \new Voice = sopran { \globalAgnusDei \voiceOne << \sopranMelodieAgnusDei \artikulationAgnusDei >> } + \new Voice = alt { \globalAgnusDei \voiceTwo \altMelodieAgnusDei } + >> + \new Lyrics = textAlt { } + \new Lyrics = textTenor { } + \new Staff << + \clef "bass" + \new Voice = maenner { \globalAgnusDei \oneVoice \maennerPausenAgnusDei } + \new CueVoice = soloTenor { \globalAgnusDei \voiceOne \soloTenorMelodieAgnusDei } + \new CueVoice = soloBass { \globalAgnusDei \voiceTwo \soloBassMelodieAgnusDei } + \new Voice = tenor { \globalAgnusDei \voiceOne \tenorMelodieAgnusDei } + \new Voice = bass { \globalAgnusDei \voiceTwo << \bassMelodieAgnusDei \artikulationAgnusDei >> } + >> + \new Lyrics = textBass { } + \context Lyrics = textAlt \lyricsto alt \textAltAgnusDei + \context Lyrics = textTenor \lyricsto tenor \textTenorAgnusDei + \context Lyrics = textBass \lyricsto bass \textBassAgnusDei + >> + \layout { + indent = #0 + } + \header { + title = "Missa in C" + subtitle = "Orgelsolomesse KV 259" + composer = "Wolfgang Amadeus Mozart (1756-1791)" + piece = "AgnusDei" + tagline = ##f + } +} |