summaryrefslogtreecommitdiff
path: root/Er_ist_mein_Hirt
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-04-25 23:45:08 +0200
committerErich Eckner <git@eckner.net>2019-04-25 23:45:08 +0200
commit526fcd1d251a287d46a367369856eb2d20642ea9 (patch)
tree47cedf841b5d49a33739089d42a7bea6e8002ce9 /Er_ist_mein_Hirt
parent240eadff864e7ae369f457316b936efe24fa5d89 (diff)
downloadMusik-526fcd1d251a287d46a367369856eb2d20642ea9.tar.xz
Er_ist_mein_Hirt: Tempo & Stimmteilung neu
Diffstat (limited to 'Er_ist_mein_Hirt')
-rw-r--r--Er_ist_mein_Hirt/stimmen.ly24
1 files changed, 17 insertions, 7 deletions
diff --git a/Er_ist_mein_Hirt/stimmen.ly b/Er_ist_mein_Hirt/stimmen.ly
index d28c1c9..5b7919a 100644
--- a/Er_ist_mein_Hirt/stimmen.ly
+++ b/Er_ist_mein_Hirt/stimmen.ly
@@ -53,8 +53,8 @@ sopranMelodie = \relative e'' {
c a h\breathe h |
h gis a b8[ c] |
d4 b g a8[ b] |
- c4 a f g8[ a] |
- b4 b a\breathe a |
+ c4 a f g8[^\markup { \italic "rit." } a] |
+ b4 b a\breathe a^\markup { \italic "a tempo" } |
g2 g |
g4 g g g |
a2.^\fermata c4 |
@@ -64,14 +64,14 @@ sopranMelodie = \relative e'' {
c2 h4 g |
d'2. h4 |
c g e c |
- g'2.^\fermata d4 |
+ g'2.^\fermata d4^\markup { \italic "etwas langsamer" } |
d4. e8 f[ g] a[ h] |
c4 d e2~ |
e4 r2 c4 |
c2. f4 |
f2. e8[ d] |
c2( h) |
- c r |
+ c^\markup { \italic "a tempo" } r |
r4 c h c |
a a g a |
f d' c d |
@@ -294,8 +294,18 @@ bassMelodie = \relative c {
a2 f |
g r4 g |
g2 a4( h) |
- c2 r4 f, |
- g1 |
- g |
+ c2 r4 <<
+ \new Voice {
+ \voiceOne
+ f |
+ g1 |
+ g |
+ }
+ { \voiceTwo
+ f,4 |
+ g1 |
+ g |
+ }
+ >> \oneVoice
c^\fermata | \bar "|."
}