summaryrefslogtreecommitdiff
path: root/Missa_in_C/parts/Benedictus.ly
blob: 638a432df9277f02997342c3b8315c5b2198ff5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\include "deutsch.ly"

\score {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \label #'Benedictus
      \globalBenedictus
      \new Voice = frauen        { \globalBenedictus \oneVoice \frauenPausenBenedictus }
      \new CueVoice = soloSopran { \globalBenedictus \voiceOne \soloSopranMelodieBenedictus }
      \new CueVoice = soloAlt    { \globalBenedictus \voiceTwo \soloAltMelodieBenedictus }
      \new Voice = sopran        { \globalBenedictus \voiceOne << \sopranMelodieBenedictus \artikulationBenedictus >> }
      \new Voice = alt           { \globalBenedictus \voiceTwo \altMelodieBenedictus }
    >>
    \new Lyrics = textAlt   { }
    \new Staff <<
      \clef "bass" 
      \new Voice = maenner       { \globalBenedictus \oneVoice \maennerPausenBenedictus }
      \new CueVoice = soloTenor  { \globalBenedictus \voiceOne \soloTenorMelodieBenedictus }
      \new CueVoice = soloBass   { \globalBenedictus \voiceTwo \soloBassMelodieBenedictus }
      \new Voice = tenor         { \globalBenedictus \voiceOne \tenorMelodieBenedictus }
      \new Voice = bass          { \globalBenedictus \voiceTwo << \bassMelodieBenedictus \artikulationBenedictus >> }
    >>
    \new Lyrics = textBass { }
    \context Lyrics = textAlt    \lyricsto alt    \textAltBenedictus
    \context Lyrics = textBass   \lyricsto bass   \textBassBenedictus
  >>
  \layout {
    indent = #0
  }
  \header {
    title = "Missa in C"
    subtitle = "Orgelsolomesse KV 259"
    composer = "Wolfgang Amadeus Mozart (1756-1791)"
    piece = "Benedictus"
    tagline = ##f
  }
}