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 | |
parent | 48e302b19474ebddb8bce100e592bfd40a943f92 (diff) | |
download | Musik-9d0c0cb960bc0447a9bb952d1a47b1d6438e40fa.tar.xz |
Tochter_Zion: artikulation neu
Diffstat (limited to 'Tochter_Zion')
-rw-r--r-- | Tochter_Zion/Tochter_Zion.ly | 1 | ||||
-rw-r--r-- | Tochter_Zion/artikulation.ly | 10 | ||||
-rw-r--r-- | Tochter_Zion/satz.ly | 4 |
3 files changed, 13 insertions, 2 deletions
diff --git a/Tochter_Zion/Tochter_Zion.ly b/Tochter_Zion/Tochter_Zion.ly index 9a0fd9d..c4dd093 100644 --- a/Tochter_Zion/Tochter_Zion.ly +++ b/Tochter_Zion/Tochter_Zion.ly @@ -1,5 +1,6 @@ \include "deutsch.ly" #(ly:set-option 'relative-includes #t) +\include "artikulation.ly" \include "stimmen.ly" \include "texte.ly" #(ly:set-option 'relative-includes #f) diff --git a/Tochter_Zion/artikulation.ly b/Tochter_Zion/artikulation.ly new file mode 100644 index 0000000..f97e4ed --- /dev/null +++ b/Tochter_Zion/artikulation.ly @@ -0,0 +1,10 @@ +artikulation = { + s1\f | + s1*7 | + s1\mf | + s1*5 | + s1\< | + s | + s\f | + s1*7 | \bar "|." +} 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 >> } >> >> } |