summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-11-11 11:40:53 +0100
committerErich Eckner <git@eckner.net>2019-11-11 11:40:53 +0100
commit2c51432e7627dfd27ec747d4e23a0083e2effec5 (patch)
tree11b4b0669764a28e136ae3b5daf3f907343873ee
parent301c9026f596538554c7045affde33293e4233b7 (diff)
downloadMusik-2c51432e7627dfd27ec747d4e23a0083e2effec5.tar.xz
Magnificat: Zeilenumbrüche und Taktstriche verbessert
-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' {