diff options
author | Erich Eckner <git@eckner.net> | 2018-11-22 22:31:56 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-11-22 22:31:56 +0100 |
commit | 30129b0987774c6f908a99a21462aa3706ded094 (patch) | |
tree | 57c5465ae912927d3d05bc0c29d48aaa90487dc6 /Froehlich_soll_mein_Herze_springen__ | |
parent | c9346b44bfa875d6a9a8a2d7b43e0b08c280b973 (diff) | |
download | Musik-30129b0987774c6f908a99a21462aa3706ded094.tar.xz |
Froehlich_soll_mein_Herze_springen_, Froehlich_soll_mein_Herze_springen__: Tonarten angeglichen
Diffstat (limited to 'Froehlich_soll_mein_Herze_springen__')
-rw-r--r-- | Froehlich_soll_mein_Herze_springen__/Froehlich_soll_mein_Herze_springen__.ly | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/Froehlich_soll_mein_Herze_springen__/Froehlich_soll_mein_Herze_springen__.ly b/Froehlich_soll_mein_Herze_springen__/Froehlich_soll_mein_Herze_springen__.ly index d082d99..bd28680 100644 --- a/Froehlich_soll_mein_Herze_springen__/Froehlich_soll_mein_Herze_springen__.ly +++ b/Froehlich_soll_mein_Herze_springen__/Froehlich_soll_mein_Herze_springen__.ly @@ -24,25 +24,23 @@ poet = "Paul Gerhardt (1607-1676)" composer = "Melodie: Johann Crüger: 1656" } - << - \new ChoirStaff << - \set Score.skipBars = ##t - \new Staff - << - \new Voice = "sopran" { \globalI \voiceOne \sopranMelodie } - \new Voice = "alt" { \globalI \voiceTwo \altMelodie } - >> - \new Lyrics = "textEins" {} - \new Lyrics = "textZwei" {} - \new Lyrics = "textDrei" {} - \new Staff = "maenner" << - \new Voice = "tenor" { \globalI \clef "bass" \voiceOne \tenorMelodie } - \new Voice = "bass" { \globalI \clef "bass" \voiceTwo \bassMelodie } - >> - \context Lyrics = "textEins" \lyricsto "bass" \textI - \context Lyrics = "textZwei" \lyricsto "bass" \textII - \context Lyrics = "textDrei" \lyricsto "bass" \textIII + \new ChoirStaff \transpose f e << + \set Score.skipBars = ##t + \new Staff + << + \new Voice = "sopran" { \globalI \voiceOne \sopranMelodie } + \new Voice = "alt" { \globalI \voiceTwo \altMelodie } >> + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Staff = "maenner" << + \new Voice = "tenor" { \globalI \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \globalI \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textDrei" \lyricsto "bass" \textIII >> \layout { indent = #0 |