summaryrefslogtreecommitdiff
path: root/Ich_traue_auf_dich
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-06-19 20:52:10 +0200
committerErich Eckner <git@eckner.net>2017-06-19 20:52:10 +0200
commitedea34b3bb877b25d90808b32523c2852f282b4b (patch)
tree3e90d95102b9014abcda6becaf7fde5cf80ff3b6 /Ich_traue_auf_dich
parentb0ad34064a1ca722dc3e90af63a0b1eb51b03c7a (diff)
downloadMusik-edea34b3bb877b25d90808b32523c2852f282b4b.tar.xz
Ich_traue_auf_dich: Akkorde neu
Diffstat (limited to 'Ich_traue_auf_dich')
-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 |
+ }
+}