summaryrefslogtreecommitdiff
path: root/Gloria_in_D/parts/Domine.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-02-21 09:41:48 +0100
committerErich Eckner <git@eckner.net>2018-02-21 09:41:48 +0100
commit2059c23c3d06041cfe4fd833346b027d867cc1d4 (patch)
tree1ee8b243cb0158ecb6db95ff93648773ca760f3f /Gloria_in_D/parts/Domine.ly
parent3d43ca74a662d1a3f5c7aeb50fcb6afebddc37aa (diff)
downloadMusik-2059c23c3d06041cfe4fd833346b027d867cc1d4.tar.xz
Gloria_in_D: zerteilt
Diffstat (limited to 'Gloria_in_D/parts/Domine.ly')
-rw-r--r--Gloria_in_D/parts/Domine.ly39
1 files changed, 39 insertions, 0 deletions
diff --git a/Gloria_in_D/parts/Domine.ly b/Gloria_in_D/parts/Domine.ly
new file mode 100644
index 0000000..f19d526
--- /dev/null
+++ b/Gloria_in_D/parts/Domine.ly
@@ -0,0 +1,39 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen_Domine.ly"
+\include "texte_Domine.ly"
+#(ly:set-option 'relative-includes #f)
+
+\score { % Domine % {{{
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \label #'Domine
+ \new Voice = sopran { \globalDomine \sopranMelodieDomine }
+ >>
+ \new Lyrics = stext { }
+ \new Staff <<
+ \new Voice = alt { \globalDomine \altMelodieDomine }
+ >>
+ \new Lyrics = atext { }
+ \new Staff <<
+ \new Voice = tenor { \globalDomine \clef "G_8" \tenorMelodieDomine }
+ >>
+ \new Lyrics = ttext { }
+ \new Staff <<
+ \new Voice = bass { \globalDomine \clef "bass" \bassMelodieDomine }
+ >>
+ \new Lyrics = btext { }
+ \context Lyrics = stext \lyricsto sopran \textDomineSopran
+ \context Lyrics = atext \lyricsto alt \textDomineAlt
+ \context Lyrics = ttext \lyricsto tenor \textDomineTenor
+ \context Lyrics = btext \lyricsto bass \textDomineBass
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "7. Domine fili unigenite"
+ composer = ##f
+ }
+} % }}}