summaryrefslogtreecommitdiff
path: root/Pop_Messe/parts/sanctus.ly
blob: 2f36da9a465097184f967286e40a35b0fcc24e9d (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
\score {
  \header {
    piece = "Sanctus"
    composer = ##f
  }
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = frauen   { \oneVoice \globalSanctus \pausenFrauenSanctus }
      \new Voice = sopran   { \voiceOne \globalSanctus \melodieSopranSanctus }
      \new Voice = alt      { \voiceTwo \globalSanctus << \melodieAltSanctus \artikulationSanctus >> }
    >>
    \new Lyrics \lyricsto alt { \textSanctus }
    \new Staff <<
      \clef "bass"
      \new Voice = maenner  { \oneVoice \globalSanctus \pausenMaennerSanctus }
      \new Voice = tenor    { \voiceOne \globalSanctus \melodieTenorSanctus }
      \new Voice = bass     { \voiceTwo \globalSanctus << \melodieBassSanctus \artikulationSanctus >> }
    >>
  >>
  \layout {
%    indent = #0
    \context {
      \Staff
      \RemoveEmptyStaves
    }
  }
}