summaryrefslogtreecommitdiff
path: root/Pop_Messe/parts/agnus_dei.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-12 15:09:54 +0100
committerErich Eckner <git@eckner.net>2019-02-12 15:09:54 +0100
commit20d22de7bf4f53bc24bb36e922e7f2a6b93e298c (patch)
tree32e967837e0fce8d4b8e7f938dcd8568a7d12b32 /Pop_Messe/parts/agnus_dei.ly
parent93ea34b58b5de8024a6f64908829cadd18eb35f7 (diff)
downloadMusik-20d22de7bf4f53bc24bb36e922e7f2a6b93e298c.tar.xz
Pop_Messe aufgeräumt
Diffstat (limited to 'Pop_Messe/parts/agnus_dei.ly')
-rw-r--r--Pop_Messe/parts/agnus_dei.ly32
1 files changed, 32 insertions, 0 deletions
diff --git a/Pop_Messe/parts/agnus_dei.ly b/Pop_Messe/parts/agnus_dei.ly
new file mode 100644
index 0000000..711c13d
--- /dev/null
+++ b/Pop_Messe/parts/agnus_dei.ly
@@ -0,0 +1,32 @@
+\score {
+ \header {
+ piece = "Agnus Dei"
+ composer = ##f
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = sopran { \globalAgnusDei << \melodieSopranAgnusDei \artikulationAgnusDei >> }
+ >>
+ \new Lyrics \lyricsto sopran { \textAgnusDei }
+ \new Staff <<
+ \new Voice = alt { \globalAgnusDei << \melodieAltAgnusDei \artikulationAgnusDei >> }
+ >>
+ \new Lyrics \lyricsto alt { \textAgnusDei }
+ \new Staff <<
+ \new Voice = tenor { \clef "G_8" \globalAgnusDei << \melodieTenorAgnusDei \artikulationAgnusDei >> }
+ >>
+ \new Lyrics \lyricsto tenor { \textAgnusDei }
+ \new Staff <<
+ \new Voice = bass { \clef "bass" \globalAgnusDei << \melodieBassAgnusDei \artikulationAgnusDei >> }
+ >>
+ \new Lyrics \lyricsto bass { \textAgnusDei }
+ >>
+ \layout {
+% indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ }
+ }
+}