summaryrefslogtreecommitdiff
path: root/Uns_ist_ein_Kind_geboren/parts/IV_Chor.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Uns_ist_ein_Kind_geboren/parts/IV_Chor.ly')
-rw-r--r--Uns_ist_ein_Kind_geboren/parts/IV_Chor.ly27
1 files changed, 27 insertions, 0 deletions
diff --git a/Uns_ist_ein_Kind_geboren/parts/IV_Chor.ly b/Uns_ist_ein_Kind_geboren/parts/IV_Chor.ly
new file mode 100644
index 0000000..68b75f2
--- /dev/null
+++ b/Uns_ist_ein_Kind_geboren/parts/IV_Chor.ly
@@ -0,0 +1,27 @@
+\include "deutsch.ly"
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \label #'VIII
+ \new Voice = frauen { \globalVIII \oneVoice \pausenVIII }
+ \new Voice = sopran { \globalVIII \voiceOne << \sopranMelodieVIII \artikulationVIII >> }
+ \new Voice = alt { \globalVIII \voiceTwo \altMelodieVIII }
+ >>
+ \new Lyrics = text { }
+ \new Staff <<
+ \new Voice = maenner { \globalVIII \oneVoice \pausenVIII }
+ \new Voice = tenor { \globalVIII \clef "bass" \voiceOne \tenorMelodieVIII }
+ \new Voice = bass { \globalVIII \clef "bass" \voiceTwo << \bassMelodieVIII \artikulationVIII >> }
+ >>
+ \context Lyrics = text \lyricsto sopran \textVIII
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ tagline = ##f
+ piece = "8. Choral - Halleluja"
+ }
+}