summaryrefslogtreecommitdiff
path: root/Messias/parts/LII.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Messias/parts/LII.ly')
-rw-r--r--Messias/parts/LII.ly35
1 files changed, 35 insertions, 0 deletions
diff --git a/Messias/parts/LII.ly b/Messias/parts/LII.ly
new file mode 100644
index 0000000..e854ab5
--- /dev/null
+++ b/Messias/parts/LII.ly
@@ -0,0 +1,35 @@
+include(parts/stimmenLII.pre)
+include(parts/texteLII.pre)
+
+\score { % LII % {{{
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorLII
+ \new Voice = sopran { \globalLII \sopranMelodieLII }
+ }
+ \new Lyrics \lyricsto sopran { ifdef(`deutsch',`',`\sopranTextLIIEng') }
+ \new Staff {
+ \new Voice = alt { \globalLII \altMelodieLII }
+ }
+ \new Lyrics \lyricsto alt{ ifdef(`deutsch',`',`\altTextLIIEng') }
+ \new Staff {
+ \new Voice = tenor { \globalLII \tenorMelodieLII }
+ }
+ \new Lyrics \lyricsto tenor { ifdef(`deutsch',`',`\tenorTextLIIEng') }
+ \new Staff {
+ \new Voice = bass { \globalLII \bassMelodieLII }
+ }
+ \new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextLIIEng') }
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Messias"
+ subtitle = ##f
+ piece = "Nr. 52 Chor"
+ composer = "Georg Friedrich Händel"
+ tagline = ##f
+ }
+} % }}}