diff options
author | Erich Eckner <git@eckner.net> | 2018-12-21 23:46:54 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-12-21 23:46:54 +0100 |
commit | d69fd719717fe88839caac8befca6439ed9739d9 (patch) | |
tree | 317c021a91adfa509f942aba6b62bc9fc3ab0b60 /Uebers_Gebirg_Maria_geht | |
parent | 478e97fb8893bd1ba12c2fa6ce4a00f72320d3cc (diff) | |
download | Musik-d69fd719717fe88839caac8befca6439ed9739d9.tar.xz |
Uebers_Gebirg_Maria_geht: artikulation neu
Diffstat (limited to 'Uebers_Gebirg_Maria_geht')
-rw-r--r-- | Uebers_Gebirg_Maria_geht/Uebers_Gebirg_Maria_geht.ly | 31 | ||||
-rw-r--r-- | Uebers_Gebirg_Maria_geht/artikulation.ly | 5 |
2 files changed, 31 insertions, 5 deletions
diff --git a/Uebers_Gebirg_Maria_geht/Uebers_Gebirg_Maria_geht.ly b/Uebers_Gebirg_Maria_geht/Uebers_Gebirg_Maria_geht.ly index 2d7385c..6c690ea 100644 --- a/Uebers_Gebirg_Maria_geht/Uebers_Gebirg_Maria_geht.ly +++ b/Uebers_Gebirg_Maria_geht/Uebers_Gebirg_Maria_geht.ly @@ -2,6 +2,7 @@ #(ly:set-option 'relative-includes #t) \include "stimmen.ly" \include "texte.ly" +\include "artikulation.ly" #(ly:set-option 'relative-includes #f) %spezifisch% @@ -29,27 +30,47 @@ \new ChoirStaff << \set Score.skipBars = ##t \new Staff << - \new Voice = sopranI { \global \sopranIMelodie } + \new Voice = sopranI << + \global + \dynamik + \sopranIMelodie + >> >> \new Lyrics \lyricsto sopranI { \sopranITextI } \new Lyrics \lyricsto sopranI { \sopranITextII } \new Staff << - \new Voice = sopranII { \global \sopranIIMelodie } + \new Voice = sopranII << + \global + \dynamik\sopranIIMelodie + >> >> \new Lyrics \lyricsto sopranII { \sopranIITextI } \new Lyrics \lyricsto sopranII { \sopranIITextII } \new Staff << - \new Voice = alt { \global \altMelodie } + \new Voice = alt << + \global + \dynamik + \altMelodie + >> >> \new Lyrics \lyricsto alt { \altTextI } \new Lyrics \lyricsto alt { \altTextII } \new Staff << - \new Voice = tenor { \global \clef "G_8" \tenorMelodie } + \new Voice = tenor << + \global + \dynamik + \clef "G_8" \tenorMelodie + >> >> \new Lyrics \lyricsto tenor { \tenorTextI } \new Lyrics \lyricsto tenor { \tenorTextII } \new Staff << - \new Voice = bass { \global \clef "bass" \bassMelodie } + \new Voice = bass << + \global + \dynamik + \clef "bass" + \bassMelodie + >> >> \new Lyrics \lyricsto bass { \bassTextI } \new Lyrics \lyricsto bass { \bassTextII } diff --git a/Uebers_Gebirg_Maria_geht/artikulation.ly b/Uebers_Gebirg_Maria_geht/artikulation.ly new file mode 100644 index 0000000..fe39946 --- /dev/null +++ b/Uebers_Gebirg_Maria_geht/artikulation.ly @@ -0,0 +1,5 @@ +dynamik = { + s1*24 | + s2. s4\p | + s1*11 | \bar "|." +} |