From 9320927a8f922f38dffaa84d4ebbfaeb738bae99 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 20 Jul 2020 10:30:53 +0200 Subject: Kyrie_: fertig --- Kyrie_/Kyrie_.ly | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Kyrie_/Kyrie_.ly') diff --git a/Kyrie_/Kyrie_.ly b/Kyrie_/Kyrie_.ly index 24cc688..fc0eef8 100644 --- a/Kyrie_/Kyrie_.ly +++ b/Kyrie_/Kyrie_.ly @@ -29,13 +29,17 @@ include(texte.pre) \new Voice = alt { \global \voiceTwo \melodieAlt } >> \new Lyrics = altText { } + \new Lyrics = tenorText { } \new Staff << \new Voice = maenner { \clef "bass" \global \oneVoice \pausenMaenner } \new Voice = tenor { \clef "bass" \global \voiceOne \melodieTenor } \new Voice = bass { \clef "bass" \global \voiceTwo \melodieBass } >> + \new Lyrics = bassText { } \context Lyrics = sopranText \lyricsto sopran { \textSopran } - \context Lyrics = altText \lyricsto alt { \textAlt } + \context Lyrics = altText \lyricsto alt { \textAlt } + \context Lyrics = tenorText \lyricsto tenor { \textTenor } + \context Lyrics = bassText \lyricsto bass { \textBass } >> \layout { indent = #0 -- cgit v1.2.3-54-g00ecf