diff options
author | Erich Eckner <git@eckner.net> | 2018-08-15 17:28:27 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-08-15 17:28:27 +0200 |
commit | 3ec3e92f8aae6b96e6f5794cb2a512358a70e962 (patch) | |
tree | 327fe10c1fa1223372f5ddfbbaab9e93a0a6f6f2 /Missa_brevis_in_C/parts/agnus_dei.ly | |
parent | 027f4e5fee46bc599df9104900fb357df7ed3c16 (diff) | |
download | Musik-3ec3e92f8aae6b96e6f5794cb2a512358a70e962.tar.xz |
Missa_brevis_in_C: Agnus Dei nun zweizeilig
Diffstat (limited to 'Missa_brevis_in_C/parts/agnus_dei.ly')
-rw-r--r-- | Missa_brevis_in_C/parts/agnus_dei.ly | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/Missa_brevis_in_C/parts/agnus_dei.ly b/Missa_brevis_in_C/parts/agnus_dei.ly index a9ebde3..0ceeabd 100644 --- a/Missa_brevis_in_C/parts/agnus_dei.ly +++ b/Missa_brevis_in_C/parts/agnus_dei.ly @@ -4,19 +4,15 @@ \new ChoirStaff << \set Score.skipBars = ##t \new Staff << - \new Voice = sopran { \globalAgnusDei << \melodieSopranAgnusDei \artikulationAgnusDei >> } - >> - \new Lyrics \lyricsto sopran { \textFrauenAgnusDei } - \new Staff << - \new Voice = alt { \globalAgnusDei << \melodieAltAgnusDei \artikulationAgnusDei >> } + \new Voice = frauen { \oneVoice \globalAgnusDei \pausenFrauenAgnusDei } + \new Voice = sopran { \voiceOne \globalAgnusDei << \melodieSopranAgnusDei \artikulationAgnusDei >> } + \new Voice = alt { \voiceTwo \globalAgnusDei \melodieAltAgnusDei } >> \new Lyrics \lyricsto alt { \textFrauenAgnusDei } \new Staff << - \new Voice = tenor { \clef "G_8" \globalAgnusDei << \melodieTenorAgnusDei \artikulationAgnusDei >> } - >> - \new Lyrics \lyricsto tenor { \textFrauenAgnusDei } - \new Staff << - \new Voice = bass { \clef "bass" \globalAgnusDei << \melodieBassAgnusDei \artikulationAgnusDei >> } + \new Voice = maenner { \oneVoice \clef "bass" \globalAgnusDei \pausenMaennerAgnusDei } + \new Voice = tenor { \voiceOne \clef "bass" \globalAgnusDei \melodieTenorAgnusDei } + \new Voice = bass { \voiceTwo \clef "bass" \globalAgnusDei << \melodieBassAgnusDei \artikulationAgnusDei >> } >> \new Lyrics \lyricsto bass { \textBassAgnusDei } >> |