diff options
author | Erich Eckner <git@eckner.net> | 2017-06-16 13:42:00 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-06-16 13:42:00 +0200 |
commit | 3cdebf9d232854c517b7b1e2bcea2bcb78a4f325 (patch) | |
tree | f75a733b8a347c5c9970fc0a2c04fed449771e4f /Ich_bin_die_Auferstehung | |
parent | 23c1a830ea63ee09af71b067062db6f69e9e20a7 (diff) | |
download | Musik-3cdebf9d232854c517b7b1e2bcea2bcb78a4f325.tar.xz |
Ich_bin_die_Auferstehung: Artikulation neu
Diffstat (limited to 'Ich_bin_die_Auferstehung')
-rw-r--r-- | Ich_bin_die_Auferstehung/Ich_bin_die_Auferstehung.ly | 20 | ||||
-rw-r--r-- | Ich_bin_die_Auferstehung/artikulation.ly | 9 |
2 files changed, 25 insertions, 4 deletions
diff --git a/Ich_bin_die_Auferstehung/Ich_bin_die_Auferstehung.ly b/Ich_bin_die_Auferstehung/Ich_bin_die_Auferstehung.ly index 6c4fd5b..c880d17 100644 --- a/Ich_bin_die_Auferstehung/Ich_bin_die_Auferstehung.ly +++ b/Ich_bin_die_Auferstehung/Ich_bin_die_Auferstehung.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) @@ -23,13 +24,24 @@ } \new StaffGroup = choirStaff << - \new Voice = sopran << \global \sopranMelodie >> + \new Voice = sopran << + \artikulation + \global \sopranMelodie + >> \new Lyrics \lyricsto sopran { \textSopran } - \new Voice = alt << \global \altMelodie >> + \new Voice = alt << + \artikulation + \global \altMelodie + >> \new Lyrics \lyricsto alt { \textAlt } - \new Voice = tenor << \global \clef "G_8" \tenorMelodie >> + \new Voice = tenor << + \artikulation + \global \clef "G_8" \tenorMelodie + >> \new Lyrics \lyricsto tenor { \textTenor } - \new Voice = bass << \global \clef "bass" \bassMelodie >> + \new Voice = bass << + \global \clef "bass" \bassMelodie + >> \new Lyrics \lyricsto bass { \textBass } >> diff --git a/Ich_bin_die_Auferstehung/artikulation.ly b/Ich_bin_die_Auferstehung/artikulation.ly new file mode 100644 index 0000000..04732a6 --- /dev/null +++ b/Ich_bin_die_Auferstehung/artikulation.ly @@ -0,0 +1,9 @@ +
+ artikulation = {
+ s1*24 | \bar "||"
+ s1*4 |
+ s1. s2^\p |
+ s1*10 |
+ s1. s2^\p |
+ s1*10 | \bar "|."
+ }
|