summaryrefslogtreecommitdiff
path: root/Uns_ist_ein_Kind_geboren/parts/II_Chor.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-08-16 08:31:10 +0200
committerErich Eckner <git@eckner.net>2018-08-16 08:31:10 +0200
commit6b299d1ba146c40bb0216ace405c23ab2c0db55a (patch)
treeb58962e6ac7bf7a06d8e1a9a2f8de925c902c6eb /Uns_ist_ein_Kind_geboren/parts/II_Chor.ly
parent66733114ae6f0198407fd1cf575b06d284b78717 (diff)
downloadMusik-6b299d1ba146c40bb0216ace405c23ab2c0db55a.tar.xz
Uns_ist_ein_Kind_geboren: Chor 2 bis auf Tenortext fertig, Chor 4 angelegt
Diffstat (limited to 'Uns_ist_ein_Kind_geboren/parts/II_Chor.ly')
-rw-r--r--Uns_ist_ein_Kind_geboren/parts/II_Chor.ly33
1 files changed, 33 insertions, 0 deletions
diff --git a/Uns_ist_ein_Kind_geboren/parts/II_Chor.ly b/Uns_ist_ein_Kind_geboren/parts/II_Chor.ly
new file mode 100644
index 0000000..554c5df
--- /dev/null
+++ b/Uns_ist_ein_Kind_geboren/parts/II_Chor.ly
@@ -0,0 +1,33 @@
+\include "deutsch.ly"
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Lyrics = textSopran { }
+ \new Staff <<
+ \label #'II
+ \new Voice = frauen { \globalII \oneVoice \frauenPausenII }
+ \new Voice = sopran { \globalII \voiceOne << \sopranMelodieII \artikulationII >> }
+ \new Voice = alt { \globalII \voiceTwo \altMelodieII }
+ >>
+ \new Lyrics = textAlt { }
+ \new Lyrics = textTenor { }
+ \new Staff <<
+ \new Voice = maenner { \globalII \oneVoice \maennerPausenII }
+ \new Voice = tenor { \globalII \clef "bass" \voiceOne \tenorMelodieII }
+ \new Voice = bass { \globalII \clef "bass" \voiceTwo << \bassMelodieII \artikulationII >> }
+ >>
+ \new Lyrics = textBass { }
+ \context Lyrics = textSopran \lyricsto sopran \textSopranII
+ \context Lyrics = textAlt \lyricsto alt \textAltII
+ \context Lyrics = textTenor \lyricsto tenor \textTenorII
+ \context Lyrics = textBass \lyricsto bass \textBassII
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ tagline = ##f
+ piece = "2. Chor"
+ }
+}