diff options
author | Erich Eckner <git@eckner.net> | 2018-02-21 09:41:48 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-02-21 09:41:48 +0100 |
commit | 2059c23c3d06041cfe4fd833346b027d867cc1d4 (patch) | |
tree | 1ee8b243cb0158ecb6db95ff93648773ca760f3f /Gloria_in_D/parts/QuiTollis.ly | |
parent | 3d43ca74a662d1a3f5c7aeb50fcb6afebddc37aa (diff) | |
download | Musik-2059c23c3d06041cfe4fd833346b027d867cc1d4.tar.xz |
Gloria_in_D: zerteilt
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 + } +} |