summaryrefslogtreecommitdiff
path: root/Messias/parts/XLII.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Messias/parts/XLII.ly')
-rw-r--r--Messias/parts/XLII.ly40
1 files changed, 22 insertions, 18 deletions
diff --git a/Messias/parts/XLII.ly b/Messias/parts/XLII.ly
index 10f038b..39d41db 100644
--- a/Messias/parts/XLII.ly
+++ b/Messias/parts/XLII.ly
@@ -1,25 +1,29 @@
\include "deutsch.ly"
-\score { % XLII % {{{
+\score {
\new ChoirStaff <<
\set Score.skipBars = ##t
- \new Staff {
+ \new Lyrics = "sopranText"
+ \new Staff <<
\label #'ChorXLII
- \new Voice = sopran { \globalXLII \sopranMelodieXLII \bar "|." }
- }
- \new Lyrics \lyricsto sopran { \sopranTextXLII }
- \new Staff {
- \new Voice = alt { \globalXLII \altMelodieXLII }
- }
- \new Lyrics \lyricsto alt{ \altTextXLII }
- \new Staff {
- \new Voice = tenor { \globalXLII \tenorMelodieXLII }
- }
- \new Lyrics \lyricsto tenor { \tenorTextXLII }
- \new Staff {
- \new Voice = bass { \globalXLII \bassMelodieXLII }
- }
- \new Lyrics \lyricsto bass { \bassTextXLII }
+ \new Voice = frauen { \globalXLII \oneVoice \frauenPausenXLII }
+ \new Voice = sopran { \globalXLII \voiceOne \sopranMelodieXLII }
+ \new Voice = alt { \globalXLII \voiceTwo \altMelodieXLII }
+ >>
+ \new Lyrics = "altText"
+ \new Lyrics = "tenorText"
+ \new Staff <<
+ \globalXLII
+ \clef "bass"
+ \new Voice = maenner { \globalXLII \oneVoice \maennerPausenXLII }
+ \new Voice = tenor { \globalXLII \voiceOne \tenorMelodieXLII }
+ \new Voice = bass { \globalXLII \voiceTwo \bassMelodieXLII }
+ >>
+ \new Lyrics = "bassText"
+ \context Lyrics = "sopranText" \lyricsto sopran { \sopranTextXLII }
+ \context Lyrics = "altText" \lyricsto alt { \altTextXLII }
+ \context Lyrics = "tenorText" \lyricsto tenor { \tenorTextXLII }
+ \context Lyrics = "bassText" \lyricsto bass { \bassTextXLII }
>>
\layout {
indent = #0
@@ -31,4 +35,4 @@
composer = "Georg Friedrich Händel"
tagline = ##f
}
-} % }}}
+}