summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Kanons/Du_bist_mein_ich_bin_dein/Du_bist_mein_ich_bin_dein.ly6
-rw-r--r--Kanons/Du_bist_mein_ich_bin_dein/stimmen.ly14
-rw-r--r--Kanons/Du_bist_mein_ich_bin_dein/texte.ly9
3 files changed, 28 insertions, 1 deletions
diff --git a/Kanons/Du_bist_mein_ich_bin_dein/Du_bist_mein_ich_bin_dein.ly b/Kanons/Du_bist_mein_ich_bin_dein/Du_bist_mein_ich_bin_dein.ly
index e0ed691..659ded6 100644
--- a/Kanons/Du_bist_mein_ich_bin_dein/Du_bist_mein_ich_bin_dein.ly
+++ b/Kanons/Du_bist_mein_ich_bin_dein/Du_bist_mein_ich_bin_dein.ly
@@ -21,9 +21,13 @@
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff <<
- \new Voice = melodie { \global \oneVoice \melodie }
+ \new Voice = melodie { \global \oneVoice \melodie }
>>
\new Lyrics \lyricsto melodie { \text }
+ \new Staff <<
+ \new Voice = continuo { \global \clef "bass" \oneVoice \melodieContinuo }
+ >>
+ \new Lyrics \lyricsto continuo { \textContinuo }
>>
\layout {
indent = #0
diff --git a/Kanons/Du_bist_mein_ich_bin_dein/stimmen.ly b/Kanons/Du_bist_mein_ich_bin_dein/stimmen.ly
index f73cfd1..c3ff5fd 100644
--- a/Kanons/Du_bist_mein_ich_bin_dein/stimmen.ly
+++ b/Kanons/Du_bist_mein_ich_bin_dein/stimmen.ly
@@ -12,6 +12,9 @@ global = {
% Die Stimmen
melodie = \relative es' {
+ \repeat volta 2 {
+ R2*2 |
+ }
es4^\markup { "1." } f |
b2^\markup { "2." } |
g4 f |
@@ -43,3 +46,14 @@ melodie = \relative es' {
g4^\fermata f |
es2^\fermata | \bar "|."
}
+
+melodieContinuo = \relative es {
+ \repeat volta 2 {
+ <es b'>2~ |
+ <es b'> |
+ }
+ \repeat unfold 15 {
+ <es b'>~ |
+ <es b'> |
+ }
+}
diff --git a/Kanons/Du_bist_mein_ich_bin_dein/texte.ly b/Kanons/Du_bist_mein_ich_bin_dein/texte.ly
index 7b99d19..44d50d8 100644
--- a/Kanons/Du_bist_mein_ich_bin_dein/texte.ly
+++ b/Kanons/Du_bist_mein_ich_bin_dein/texte.ly
@@ -15,3 +15,12 @@ text = \lyricmode {
ja, du musst im -- mer drin -- nen sein,
ja, drin -- nen sein.
}
+
+textContinuo = \lyricmode {
+ \repeat volta 2 {
+ mh __
+ }
+ \repeat unfold 15 {
+ mh __
+ }
+}