diff options
author | Erich Eckner <git@eckner.net> | 2019-01-02 14:26:10 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-01-02 14:26:10 +0100 |
commit | f8709d4eba0ee59eab7a3615f48bb2f63073d1fa (patch) | |
tree | 7bdc264b2baeef66ed8a5954076a4c2392b71021 /Herbei_o_ihr_Glaeubgen | |
parent | 4a9b4e883d86abe7e054a2de7e461095d00e2b57 (diff) | |
download | Musik-f8709d4eba0ee59eab7a3615f48bb2f63073d1fa.tar.xz |
Dynamikkorrekturen für 2019-01-06
Diffstat (limited to 'Herbei_o_ihr_Glaeubgen')
-rw-r--r-- | Herbei_o_ihr_Glaeubgen/Herbei_o_ihr_Glaeubgen.ly | 16 | ||||
-rw-r--r-- | Herbei_o_ihr_Glaeubgen/artikulation.ly | 5 |
2 files changed, 19 insertions, 2 deletions
diff --git a/Herbei_o_ihr_Glaeubgen/Herbei_o_ihr_Glaeubgen.ly b/Herbei_o_ihr_Glaeubgen/Herbei_o_ihr_Glaeubgen.ly index 96b460a..8e435c1 100644 --- a/Herbei_o_ihr_Glaeubgen/Herbei_o_ihr_Glaeubgen.ly +++ b/Herbei_o_ihr_Glaeubgen/Herbei_o_ihr_Glaeubgen.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% @@ -23,7 +24,12 @@ \set Score.skipBars = ##t \new Staff << \new Voice = frauen { \global \pausenFrauen } - \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = sopran << + \global + \voiceOne + \sopranMelodie + \dynamik + >> \new Voice = alt { \global \voiceTwo \altMelodie } >> %STR_1% \new Lyrics \lyricsto sopran { \textI } @@ -32,7 +38,13 @@ %STR_4% \new Lyrics \lyricsto sopran { \textIV } \new Staff << \new Voice = maenner { \global \clef "bass" \pausenMaenner } - \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = tenor << + \global + \clef "bass" + \voiceOne + \tenorMelodie + \dynamik + >> \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } >> \new Lyrics \lyricsto bass { \textExtra } diff --git a/Herbei_o_ihr_Glaeubgen/artikulation.ly b/Herbei_o_ihr_Glaeubgen/artikulation.ly new file mode 100644 index 0000000..fe03117 --- /dev/null +++ b/Herbei_o_ihr_Glaeubgen/artikulation.ly @@ -0,0 +1,5 @@ +dynamik = { + s4^\mf | + s1*19 | + s2. \bar "|." +} |