diff options
Diffstat (limited to 'Deutsche_Messe/Deutsche_Messe.ly')
-rw-r--r-- | Deutsche_Messe/Deutsche_Messe.ly | 27 |
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 + } +} % }}} + } |