summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Sprichst_du_dein_Vaterunser/Sprichst_du_dein_Vaterunser.ly6
-rw-r--r--Sprichst_du_dein_Vaterunser/stimmen.ly20
2 files changed, 20 insertions, 6 deletions
diff --git a/Sprichst_du_dein_Vaterunser/Sprichst_du_dein_Vaterunser.ly b/Sprichst_du_dein_Vaterunser/Sprichst_du_dein_Vaterunser.ly
index f38bfd4..fc750cb 100644
--- a/Sprichst_du_dein_Vaterunser/Sprichst_du_dein_Vaterunser.ly
+++ b/Sprichst_du_dein_Vaterunser/Sprichst_du_dein_Vaterunser.ly
@@ -25,12 +25,18 @@ include(texte.pre)
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff <<
+ ifdef(`Pausen-statt-Fermaten',`
+ \new Voice = frauen { \global \oneVoice \pausen }
+ ')
\new Voice = sopran { \global \voiceOne << \melodieSopran \artikulation >> }
\new Voice = alt { \global \voiceTwo \melodieAlt }
>>
\new Lyrics \lyricsto sopran { \textDeu }
\new Lyrics \lyricsto sopran { \textDae }
\new Staff <<
+ ifdef(`Pausen-statt-Fermaten',`
+ \new Voice = maenner { \clef "bass" \global \oneVoice \pausen }
+ ')
\new Voice = tenor { \clef "bass" \global \voiceOne << \melodieTenor \artikulation >> }
\new Voice = bass { \clef "bass" \global \voiceTwo \melodieBass }
>>
diff --git a/Sprichst_du_dein_Vaterunser/stimmen.ly b/Sprichst_du_dein_Vaterunser/stimmen.ly
index 15e84f6..c13c75b 100644
--- a/Sprichst_du_dein_Vaterunser/stimmen.ly
+++ b/Sprichst_du_dein_Vaterunser/stimmen.ly
@@ -11,6 +11,14 @@
% Die Stimmen
+ifdef(`Pausen-statt-Fermaten',`
+ pausen = {
+ s1.*11 |
+ s1 s4 r |
+ s1.*2 | \bar "|."
+ }
+')
+
melodieSopran = \relative a' {
e4 a h c2 d4 |
h2 g4 a2. |
@@ -23,7 +31,7 @@
a4 h c d2 c4 |
h2 g4 a2. |
c4 d e f2 e4 |
- d2 d4 c2.\breathe |
+ d2 d4 ifdef(`Pausen-statt-Fermaten',`c2 s4',`c2.\breathe') |
a4 h c d c h |
c2. c | \bar "|."
}
@@ -40,7 +48,7 @@
c4 d e d( e) f |
g( f) e f( e d) |
c c' h a2 g4 |
- f2 f4 e2.\breathe |
+ f2 f4 ifdef(`Pausen-statt-Fermaten',`e2 s4',`e2.\breathe') |
a4 a g f f g |
g2( f4) e2. | \bar "|."
}
@@ -49,15 +57,15 @@
c4 c h a( h) c |
d2 d4 c2. |
a4 a d c c a |
- a2. h |
+ a2. h\breathe |
c4 c h a( h c) |
d2 h4 a( c d) |
e e h c h a |
- a2. h |
+ a2. h\breathe |
a4 a g f( g) a |
g( a) h a( g f) |
e h' c d2 c4 |
- a2 h4 c2. |
+ a2 h4 ifdef(`Pausen-statt-Fermaten',`c2 s4',`c2.\breathe') |
a4 a h c c d |
<c g>2. <c g> | \bar "|."
}
@@ -74,7 +82,7 @@
a,4 a a a2 a4 |
a2 a4 a2. |
a4 a' g f2 d4 |
- g2 g4 c,2.\breathe |
+ g2 g4 ifdef(`Pausen-statt-Fermaten',`c,2 s4',`c,2.\breathe') |
f4 f e d d g |
c,2. c | \bar "|."
}