summaryrefslogtreecommitdiff
path: root/Deutsche_Messe/Deutsche_Messe.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-01-29 11:01:17 +0100
committerErich Eckner <git@eckner.net>2016-01-29 11:01:17 +0100
commite258dd4127cb6093699a44b27d403067d4fe440f (patch)
treed4f6870f31658fba6494143ee58f355b2b6065fd /Deutsche_Messe/Deutsche_Messe.ly
parent17fd05573024731cffa1259cd1142f8f727cbe0f (diff)
downloadMusik-e258dd4127cb6093699a44b27d403067d4fe440f.tar.xz
Deutsche_Messe weiter: 2. fertig
Diffstat (limited to 'Deutsche_Messe/Deutsche_Messe.ly')
-rw-r--r--Deutsche_Messe/Deutsche_Messe.ly27
1 files changed, 27 insertions, 0 deletions
diff --git a/Deutsche_Messe/Deutsche_Messe.ly b/Deutsche_Messe/Deutsche_Messe.ly
index b7e57f6..74a2282 100644
--- a/Deutsche_Messe/Deutsche_Messe.ly
+++ b/Deutsche_Messe/Deutsche_Messe.ly
@@ -22,6 +22,7 @@
}
\markup { Wohin soll ich mich wenden: Seite \page-ref #'Wohin "0" "?" }
+\markup { Ehre sei Gott in der Höhe: Seite \page-ref #'Ehre "0" "?" }
\score { % Wohin % {{{
\new ChoirStaff <<
@@ -50,5 +51,31 @@
}
} % }}}
+\score { % Ehre % {{{
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \label #'Ehre
+ \new Voice = sopran { \globalEhre \voiceOne \sopranMelodieEhre }
+ \new Voice = alt { \globalEhre \voiceTwo \altMelodieEhre }
+ >>
+ \new Lyrics \lyricsto sopran { \textEhreI }
+ \new Lyrics \lyricsto sopran { \textEhreII }
+ \new Staff <<
+ \new Voice = tenor { \clef "bass" \globalEhre \voiceOne \tenorMelodieEhre }
+ \new Voice = bass { \clef "bass" \globalEhre \voiceTwo \bassMelodieEhre }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "2. Ehre sei Gott in der Höhe"
+ subtitle = ##f
+ composer = ##f
+ poet = ##f
+ }
+} % }}}
+
}