diff options
-rw-r--r-- | In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly b/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly index e1af775..508914f 100644 --- a/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly +++ b/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly @@ -27,8 +27,9 @@ \new ChoirStaff << \set Score.skipBars = ##t \new Staff << - \new Voice = sopran { \global \voiceOne << \melodieSopran \artikulation >> } - \new Voice = alt { \global \voiceTwo << \melodieAlt >> } + \new Voice = sopran { \global \voiceOne \melodieSopran } + \new Voice = alt { \global \voiceTwo \melodieAlt } + \new Voice = fArtik { \global \voiceOne \artikulation } >> \new Lyrics \lyricsto sopran { \textSI } \new Lyrics \lyricsto sopran { \textSII } @@ -37,8 +38,9 @@ \new Lyrics \lyricsto sopran { \textDII } \new Lyrics \lyricsto sopran { \textDIII } \new Staff << - \new Voice = tenor { \clef "bass" \global \voiceOne << \melodieTenor \artikulation >> } - \new Voice = bass { \clef "bass" \global \voiceTwo \melodieBass } + \new Voice = tenor { \clef "bass" \global \voiceOne \melodieTenor } + \new Voice = bass { \clef "bass" \global \voiceTwo \melodieBass } + \new Voice = mArtik { \clef "bass" \global \voiceOne \artikulation } >> >> \layout { |