blob: ddbdaa6cf019580ad94e30125091c4ca84aa7503 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
\include "deutsch.ly"
\score {
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff <<
\new Voice = frauen { \globalDomineFiliUnigenite \oneVoice \pausenFrauenDomineFiliUnigenite }
\new Voice = sopran { \globalDomineFiliUnigenite \voiceOne << \melodieSopranDomineFiliUnigenite \artikulationDomineFiliUnigenite >> }
\new Voice = alt { \globalDomineFiliUnigenite \voiceTwo \melodieAltDomineFiliUnigenite }
>>
\new Lyrics = textAlle {}
\new Staff <<
\new Voice = maenner { \clef "bass" \globalDomineFiliUnigenite \oneVoice \pausenMaennerDomineFiliUnigenite }
\new Voice = tenor { \clef "bass" \globalDomineFiliUnigenite \voiceOne \melodieTenorDomineFiliUnigenite }
\new Voice = bass { \clef "bass" \globalDomineFiliUnigenite \voiceTwo << \melodieBassDomineFiliUnigenite \artikulationDomineFiliUnigenite >> }
>>
\new Lyrics = textBass {}
\context Lyrics = textAlle \lyricsto alt { \textAlleDomineFiliUnigenite }
\context Lyrics = textBass \lyricsto bass { \textBassDomineFiliUnigenite }
>>
\header {
piece = "Domine Fili unigenite"
}
\layout {
indent = #0
\context {
\Staff
\RemoveEmptyStaves
}
}
}
|