diff options
author | Erich Eckner <git@eckner.net> | 2018-06-26 15:36:24 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-26 15:36:24 +0200 |
commit | 9d69dbcd7fe404a1e7e8a54e3213dead8edd53c2 (patch) | |
tree | d5c1ca7d52400621673bacfdd09f9f39d36a4e74 /Missa_brevis/parts/Agnus_Dei.ly | |
parent | 421bfbc62950dcf9b73c293472d99d2251d9f4d2 (diff) | |
download | Musik-9d69dbcd7fe404a1e7e8a54e3213dead8edd53c2.tar.xz |
Missa_brevis begonnen
Diffstat (limited to 'Missa_brevis/parts/Agnus_Dei.ly')
-rw-r--r-- | Missa_brevis/parts/Agnus_Dei.ly | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Missa_brevis/parts/Agnus_Dei.ly b/Missa_brevis/parts/Agnus_Dei.ly new file mode 100644 index 0000000..c885e4f --- /dev/null +++ b/Missa_brevis/parts/Agnus_Dei.ly @@ -0,0 +1,29 @@ +\include "deutsch.ly" + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'AgnusDei + \new Voice = frauen { \globalAgnusDei \oneVoice \pausenAgnusDei } + \new Voice = sopran { \globalAgnusDei \voiceOne << \sopranMelodieAgnusDei \artikulationAgnusDei >> } + \new Voice = alt { \globalAgnusDei \voiceTwo \altMelodieAgnusDei } + >> + \new Lyrics = text { } + \new Staff << + \new Voice = maenner { \globalAgnusDei \oneVoice \pausenAgnusDei } + \new Voice = tenor { \globalAgnusDei \clef "bass" \voiceOne \tenorMelodieAgnusDei } + \new Voice = bass { \globalAgnusDei \clef "bass" \voiceTwo << \bassMelodieAgnusDei \artikulationAgnusDei >> } + >> + \context Lyrics = text \lyricsto sopran \textAgnusDei + >> + \layout { + indent = #0 + } + \header { + title = "Missa Brevis" + composer = "Jacob de Haan" + tagline = ##f + piece = "Agnus Dei" + } +} |