diff options
Diffstat (limited to 'Nun_komm_der_Heiden_Heiland_/parts/V.ly')
-rw-r--r-- | Nun_komm_der_Heiden_Heiland_/parts/V.ly | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Nun_komm_der_Heiden_Heiland_/parts/V.ly b/Nun_komm_der_Heiden_Heiland_/parts/V.ly new file mode 100644 index 0000000..d0c153b --- /dev/null +++ b/Nun_komm_der_Heiden_Heiland_/parts/V.ly @@ -0,0 +1,37 @@ +\include "deutsch.ly" +#(ly:set-option 'relative-includes #t) +\include "Vtexte.ly" +\include "Vstimmen.ly" +#(ly:set-option 'relative-includes #f) + +\score { + \header { + title = "5. Chor" + composer = ##f + } + + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopran { \globalV \sopranMelodieV } + >> + \new Lyrics \lyricsto sopran { \sopranTextV } + \new Staff << + \new Voice = alt { \globalV \altMelodieV } + >> + \new Lyrics \lyricsto alt { \altTextV } + \new Staff << + \clef "G_8" + \new Voice = tenor { \globalV \tenorMelodieV } + >> + \new Lyrics \lyricsto tenor { \tenorTextV } + \new Staff << + \clef "bass" + \new Voice = bass { \globalV \bassMelodieV } + >> + \new Lyrics \lyricsto bass { \bassTextV } + >> + \layout { + indent = #0 + } +} |