diff options
Diffstat (limited to 'Gloria_in_D/parts/QuiTollis.ly')
-rw-r--r-- | Gloria_in_D/parts/QuiTollis.ly | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Gloria_in_D/parts/QuiTollis.ly b/Gloria_in_D/parts/QuiTollis.ly new file mode 100644 index 0000000..00ee217 --- /dev/null +++ b/Gloria_in_D/parts/QuiTollis.ly @@ -0,0 +1,36 @@ +\include "deutsch.ly" +#(ly:set-option 'relative-includes #t) +\include "stimmen_QuiTollis.ly" +\include "texte_QuiTollis.ly" +#(ly:set-option 'relative-includes #f) + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'QuiTollis + \new Voice = sopran { \globalQuiTollis \sopranMelodieQuiTollis } + >> + \new Lyrics = textS { } + \new Staff << + \new Voice = alt { \globalQuiTollis \altMelodieQuiTollis } + >> + \new Lyrics = textA { } + \new Staff << + \pausenQuiTollis + \new Voice = tenor { \globalQuiTollis \voiceOne \clef "bass" \tenorMelodieQuiTollis } + \new Voice = bass { \globalQuiTollis \voiceTwo \clef "bass" \bassMelodieQuiTollis } + >> + \new Lyrics = textM { } + \context Lyrics = textS \lyricsto sopran \textQuiTollis + \context Lyrics = textA \lyricsto alt \textQuiTollis + \context Lyrics = textM \lyricsto bass \textQuiTollis + >> + \layout { + indent = #0 + } + \header { + title = "9. Qui tollis peccata mundi" + composer = ##f + } +} |