From 2c51432e7627dfd27ec747d4e23a0083e2effec5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 11 Nov 2019 11:40:53 +0100 Subject: Magnificat: Zeilenumbrüche und Taktstriche verbessert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Magnificat/Magnificat.ly | 20 ++++++++++++++++---- Magnificat/stimmen.ly | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 4 deletions(-) (limited to 'Magnificat') 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' { -- cgit v1.2.3-70-g09d2