From d69fd719717fe88839caac8befca6439ed9739d9 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 21 Dec 2018 23:46:54 +0100 Subject: Uebers_Gebirg_Maria_geht: artikulation neu --- .../Uebers_Gebirg_Maria_geht.ly | 31 ++++++++++++++++++---- Uebers_Gebirg_Maria_geht/artikulation.ly | 5 ++++ 2 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 Uebers_Gebirg_Maria_geht/artikulation.ly (limited to 'Uebers_Gebirg_Maria_geht') 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 "|." +} -- cgit v1.2.3-70-g09d2