diff options
Diffstat (limited to 'Nun_komm_der_Heiden_Heiland_/parts/I.ly')
-rw-r--r-- | Nun_komm_der_Heiden_Heiland_/parts/I.ly | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Nun_komm_der_Heiden_Heiland_/parts/I.ly b/Nun_komm_der_Heiden_Heiland_/parts/I.ly new file mode 100644 index 0000000..cbc122b --- /dev/null +++ b/Nun_komm_der_Heiden_Heiland_/parts/I.ly @@ -0,0 +1,34 @@ +\include "deutsch.ly" +#(ly:set-option 'relative-includes #t) +\include "Itexte.ly" +\include "Istimmen.ly" +#(ly:set-option 'relative-includes #f) + +\score { + \header { + title = "1. Chor und Rezitativ" + composer = ##f + } + + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new CueVoice = "sopranCueI" { \globalI \autoBeamOn \sopranCueI } + \new Voice = frauen { \globalI \oneVoice \frauenPausenI } + \new Voice = sopran { \globalI \voiceOne \sopranMelodieI } + \new Voice = alt { \globalI \voiceTwo \altMelodieI } + >> + \new Lyrics \lyricsto sopran { \textI } + \new Staff << + \clef "bass" + \new CueVoice = "bassCueI" { \globalI \autoBeamOn \bassCueI } + \new Voice = maenner { \globalI \oneVoice \maennerPausenI } + \new Voice = tenor { \globalI \voiceOne \tenorMelodieI } + \new Voice = bass { \globalI \voiceTwo \bassMelodieI } + >> + \new Lyrics \lyricsto bass { \textI } + >> + \layout { + indent = #0 + } +} |