From 2059c23c3d06041cfe4fd833346b027d867cc1d4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 21 Feb 2018 09:41:48 +0100 Subject: Gloria_in_D: zerteilt --- Gloria_in_D/parts/QuiTollis.ly | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Gloria_in_D/parts/QuiTollis.ly (limited to 'Gloria_in_D/parts/QuiTollis.ly') 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 + } +} -- cgit v1.2.3-70-g09d2