\paper {
   top-system-spacing.basic-distance = #10
   score-system-spacing.basic-distance = #15
   system-system-spacing.basic-distance = #15
   last-bottom-spacing.basic-distance = #10
 }

 \header {
   title = "Jedes Grauen währt nur bis zum dritten Tag"
   instrument = "Refrain"
   composer = "Text/Musik: Johannes Nitsch"
   arranger = "Chorsatz: Carola Hosch"
   }


 %Refrain
 global = {
   \key c \major
   \time 4/4
   }
 chordsRefr = \chordmode {
      c2 c2:/b f2:/a f2 g2. g4:/b c2. g4/b a2.:min a4:min/g 
	  a2:min/f f2 c1:/g g b:min a:/cis 
	  d2 d2:/c g2.:/b g4:/a g1 g2:/e d2:/fis g4:sus4 g2. g1:/a bes1
 }
 sopMusic = \relative c'{
   % Ref.
   \voiceOne s2 e4 g f e d c
   s2 d8 e e d e2 s4 b' 
   c1~c4 b a g 
   e2. f8 g c, d4 d8~d4 s8 d 
   d4 fis8 fis~fis a~a a~a e~e4 s d8 e
   fis4 fis8 e~e d~d g~g1
   s2 d4 e g2 fis e4 d2.
   s2 d8 d d cis d1
 }
 sopWords = \lyricmode {
 }
 altoMusic = \relative c'{
   %Ref. 
   \oneVoice r2 \voiceTwo c4 e c c c c 
   \oneVoice r2 \voiceTwo b8 b b b c2 \oneVoice r4 \voiceTwo g' 
   a1~a4 g f e c2. e4 
   c8 b4 b8~b4 r8 d8
   d4 d8 d8~d d~d e~e cis~cis4 \oneVoice r4 \voiceTwo b8 cis
   d4 d8 c~c c~c d~d1
   \oneVoice r2 \voiceTwo d4 e d2 d b4 b2. 
   \oneVoice r2 \voiceTwo d8 d d cis d1 \bar "|."
 }
 altoWords = \lyricmode {
   % Refrain
   \set stanza = #Ref.
   Je -- des Grau -- en währt nur bis zum drit -- ten Tag
   denn du bist nicht im Tod ge -- blie -- _ ben.
   Das Dun -- kel zieht vo -- rü -- ber
   und die Auf -- er -- ste -- hung  naht. 
   Je -- des Grau -- en währt nur bis zum drit -- ten Tag.
 }
 tenorMusic = \relative c'{
   % Refrain
   c2. c4 a a f f 
   g2. g8 g c2 s4 d 
   e1~e4 c c c 
   c2. c4 c8 d4 d8~d4 s8 b 
   b4 b8 b~b b~b cis~cis cis~cis4 s d8 cis
   a4 a8 c~c c~c d~d1
   s2 d4 d b2 a b4 b2.
   s2 d8 d d cis d1
 }
 tenorWords = \lyricmode {
 }
 bassMusic = \relative c'{
   %Ref.
   g2. b4 a a f f 
   d2. g8 g8 g2 \oneVoice r4 \voiceTwo b
   a2. g4 f f f f g2. g4 
   g4. g4. \oneVoice r8 \voiceTwo b
   a4 a8 a~a a~a a~a a~a4 \oneVoice r4 \voiceTwo a8 a
   a4 a8 a~a a~a b~b1
   \oneVoice r2 \voiceTwo g4 g e2 fis2 g4 g2.
   \oneVoice r2 \voiceTwo d'8 d d cis d1 \bar "|."
 }
 bassWords = \lyricmode {
 }


 % Gesamtzusammensetzung

\book {

 \score { <<
   \new ChordNames { \germanChords \chordsRefr }
   \new ChoirStaff <<
     \new Lyrics = "sopranos" \with {
       % this is needed for lyrics above a staff
       \override VerticalAxisGroup.staff-affinity = #DOWN }
     \new Staff = "women" <<
       \new Voice = "sopranos" { \voiceOne  << \global \sopMusic >>  }
       \new Voice = "altos" {   \voiceTwo  << \global \altoMusic >>  }
     >>
     \new Lyrics = "altos"
     \new Lyrics = "tenors" \with {
       % this is needed for lyrics above a staff
       \override VerticalAxisGroup.staff-affinity = #DOWN }
     \new Staff = "men" <<
       \clef bass
       \new Voice = "tenors" { \voiceOne << \global \tenorMusic >> }
       \new Voice = "basses" { \voiceTwo << \global \bassMusic >>  }
     >>
     \new Lyrics = "basses"
     \context Lyrics = "sopranos" \lyricsto "sopranos" \sopWords
     \context Lyrics = "altos" \lyricsto "altos" \altoWords
     \context Lyrics = "tenors" \lyricsto "tenors" \tenorWords
     \context Lyrics = "basses" \lyricsto "basses" \bassWords
   >>
  >> 
 }



 }

DatenschutzerklärungImpressum – 18. Januar 2019 10:40 ch