summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xIch_traue_auf_dich/Ich_traue_auf_dich.ly3
-rwxr-xr-xIch_traue_auf_dich/stimmen.ly45
2 files changed, 48 insertions, 0 deletions
diff --git a/Ich_traue_auf_dich/Ich_traue_auf_dich.ly b/Ich_traue_auf_dich/Ich_traue_auf_dich.ly
index 91e1286..dde4330 100755
--- a/Ich_traue_auf_dich/Ich_traue_auf_dich.ly
+++ b/Ich_traue_auf_dich/Ich_traue_auf_dich.ly
@@ -23,6 +23,9 @@
composer = "Melodie und Satz: Thomas Simson"
}
\new ChoirStaff <<
+ \new ChordNames {
+ \global \germanChords \akkorde
+ }
\new Staff <<
\new Voice = "Frauen" { \oneVoice \global \pausenFrauen }
\new Voice = "Sopran" { \voiceOne \global \sopranMelodie }
diff --git a/Ich_traue_auf_dich/stimmen.ly b/Ich_traue_auf_dich/stimmen.ly
index f7bc891..c18d00d 100755
--- a/Ich_traue_auf_dich/stimmen.ly
+++ b/Ich_traue_auf_dich/stimmen.ly
@@ -177,3 +177,48 @@ bassMelodie = \relative d {
s1*7 |
s4. d'8 d d d g, | \bar "||"
}
+
+akkorde = {
+ \chordmode {
+ s1*3 |
+ \repeat volta 2 {
+ e2:m d |
+ c:9 c |
+ e:m d |
+ g1 |
+ g2 d |
+ e:m
+ h:m |
+ c1 |
+ }
+ \alternative {
+ {
+ a2:m h |
+ }
+ {
+ a2:m d4:7sus4 d |
+ }
+ }
+ g2 a:m |
+ g1 |
+ c2:9 a:m |
+ d4:sus4 d d:7sus4 d:7 |
+ g2 a:m |
+ g1 |
+ c2:9 a:m |
+ d4:sus4 d d h |
+ e2:m h:m |
+ c1:maj7 |
+ a2:m d4:sus4 d |
+ g1 |
+ g |
+ c |
+ g |
+ a2:m d:7 |
+ g:maj7 g:7 |
+ c1 |
+ g |
+ a2:m a:m7 |
+ d1:7 |
+ }
+}