summaryrefslogtreecommitdiff
path: root/Tochter_Zion/satz.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Tochter_Zion/satz.ly')
-rw-r--r--Tochter_Zion/satz.ly4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tochter_Zion/satz.ly b/Tochter_Zion/satz.ly
index 56c8486..15a3e86 100644
--- a/Tochter_Zion/satz.ly
+++ b/Tochter_Zion/satz.ly
@@ -17,7 +17,7 @@
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff <<
- \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = sopran { \global \voiceOne << \sopranMelodie \artikulation >> }
\new Voice = alt { \global \voiceTwo \altMelodie }
>>
\new Lyrics \lyricsto sopran { \textI}
@@ -25,7 +25,7 @@
\new Lyrics \lyricsto sopran { \textIII}
\new Staff <<
\new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
- \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie }
+ \new Voice = bass { \global \clef "bass" \voiceTwo << \bassMelodie \artikulation >> }
>>
>>
}