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/Quoniam.ly | |
parent | 3d43ca74a662d1a3f5c7aeb50fcb6afebddc37aa (diff) | |
download | Musik-2059c23c3d06041cfe4fd833346b027d867cc1d4.tar.xz |
Gloria_in_D: zerteilt
Diffstat (limited to 'Gloria_in_D/parts/Quoniam.ly')
-rw-r--r-- | Gloria_in_D/parts/Quoniam.ly | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Gloria_in_D/parts/Quoniam.ly b/Gloria_in_D/parts/Quoniam.ly new file mode 100644 index 0000000..34fe7a7 --- /dev/null +++ b/Gloria_in_D/parts/Quoniam.ly @@ -0,0 +1,31 @@ +\include "deutsch.ly" +#(ly:set-option 'relative-includes #t) +\include "stimmen_Quoniam.ly" +\include "texte_Quoniam.ly" +#(ly:set-option 'relative-includes #f) + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Quoniam + \pausenQuoniam + \new Voice = sopran { \globalQuoniam \voiceOne \sopranMelodieQuoniam } + \new Voice = alt { \globalQuoniam \voiceTwo \altMelodieQuoniam } + >> + \new Lyrics = text { } + \new Staff << + \pausenQuoniam + \new Voice = tenor { \globalQuoniam \voiceOne \clef "bass" \tenorMelodieQuoniam } + \new Voice = bass { \globalQuoniam \voiceTwo \clef "bass" \bassMelodieQuoniam } + >> + \context Lyrics = text \lyricsto bass \textQuoniam + >> + \layout { + indent = #0 + } + \header { + title = "11. Quoniam tu solus sanctus" + composer = ##f + } +} |