summaryrefslogtreecommitdiff
path: root/Tochter_Zion/satz.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-08-15 21:12:25 +0200
committerErich Eckner <git@eckner.net>2018-08-15 21:12:25 +0200
commit9d0c0cb960bc0447a9bb952d1a47b1d6438e40fa (patch)
tree831ccca5765f834c333b563e435b5cac547b75cc /Tochter_Zion/satz.ly
parent48e302b19474ebddb8bce100e592bfd40a943f92 (diff)
downloadMusik-9d0c0cb960bc0447a9bb952d1a47b1d6438e40fa.tar.xz
Tochter_Zion: artikulation neu
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 >> }
>>
>>
}