summaryrefslogtreecommitdiff
path: root/Magnificat
diff options
context:
space:
mode:
Diffstat (limited to 'Magnificat')
-rw-r--r--Magnificat/Magnificat.ly20
-rw-r--r--Magnificat/stimmen.ly43
2 files changed, 59 insertions, 4 deletions
diff --git a/Magnificat/Magnificat.ly b/Magnificat/Magnificat.ly
index 7af5dd6..9297c09 100644
--- a/Magnificat/Magnificat.ly
+++ b/Magnificat/Magnificat.ly
@@ -29,19 +29,31 @@
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff <<
- \new Voice = "sopran" { \global \sopranMelodie }
+ \new Voice = "sopran" \with { \remove "Forbid_line_break_engraver" } <<
+ { \global \sopranMelodie }
+ \bars
+ >>
>>
\new Lyrics = "sopranText" {}
\new Staff <<
- \new Voice = "alt" { \global \altMelodie }
+ \new Voice = "alt" \with { \remove "Forbid_line_break_engraver" } <<
+ { \global \altMelodie }
+ \bars
+ >>
>>
\new Lyrics = "altText" {}
\new Staff <<
- \new Voice = "tenor" { \global \clef "G_8" \tenorMelodie }
+ \new Voice = "tenor" \with { \remove "Forbid_line_break_engraver" } <<
+ { \global \clef "G_8" \tenorMelodie }
+ \bars
+ >>
>>
\new Lyrics = "tenorText" {}
\new Staff <<
- \new Voice = "bass" { \global \clef "bass" \bassMelodie }
+ \new Voice = "bass" \with { \remove "Forbid_line_break_engraver" } <<
+ { \global \clef "bass" \bassMelodie }
+ \bars
+ >>
>>
\new Lyrics = "bass" {}
\context Lyrics = "sopranText" \lyricsto "sopran" \sopranText
diff --git a/Magnificat/stimmen.ly b/Magnificat/stimmen.ly
index a1d4d2d..bd7d14e 100644
--- a/Magnificat/stimmen.ly
+++ b/Magnificat/stimmen.ly
@@ -9,6 +9,49 @@ global = {
\autoBeamOff
}
+bars = {
+ \repeat unfold 10 {
+ s1*2 | \bar "!"
+ }
+ s1*2 | \bar "||"
+ \repeat unfold 3 {
+ s1*2 | \bar "!"
+ } \time 6/2
+ s1.*2 | \bar "!" \time 4/2
+ \repeat unfold 11 {
+ s1*2 | \bar "!"
+ } \time 6/2
+ s1.*2 | \bar "||" \time 4/2
+ \repeat unfold 3 {
+ s1*2 | \bar "!"
+ } \time 6/2
+ s1.*2 | \bar "!" \time 3/4
+ \repeat unfold 2 {
+ s2. | \bar "!"
+ } \time 6/4
+ \repeat unfold 9 {
+ s1. | \bar "!"
+ }
+ s1. | \bar "||" \time 4/2
+ \repeat unfold 9 {
+ s1*2 | \bar "!"
+ } \time 3/4
+ \repeat unfold 2 {
+ s2. | \bar "!"
+ } \time 6/4
+ \repeat unfold 5 {
+ s1. | \bar "!"
+ } \time 4/2
+ \repeat unfold 3 {
+ s1*2 | \bar "!"
+ }
+ s1*2 | \bar "||"
+ \repeat unfold 14 {
+ s1*2 | \bar "!"
+ }
+ s1*2 | \bar "|."
+}
+
% Die Stimmen
sopranMelodie = \relative a' {