diff options
author | Erich Eckner <git@eckner.net> | 2018-08-15 21:12:25 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-08-15 21:12:25 +0200 |
commit | 9d0c0cb960bc0447a9bb952d1a47b1d6438e40fa (patch) | |
tree | 831ccca5765f834c333b563e435b5cac547b75cc /Tochter_Zion/satz.ly | |
parent | 48e302b19474ebddb8bce100e592bfd40a943f92 (diff) | |
download | Musik-9d0c0cb960bc0447a9bb952d1a47b1d6438e40fa.tar.xz |
Tochter_Zion: artikulation neu
Diffstat (limited to 'Tochter_Zion/satz.ly')
-rw-r--r-- | Tochter_Zion/satz.ly | 4 |
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 >> } >> >> } |