\version "2.19.0"

% {
\header {
  title = "171. Was bist du doch, o Seele, so betrübet"
  subtitle = "Choräle für vier singstimmen"
  composer = "aus der sammlung von C.P.E. Bach"
}
% }
\include "score_glb.ily"
\include "anon_bach_was_bist_du_dosh.ily"

pitch_sop = c
pitch_alt = c
pitch_ten = c
pitch_bas = c
#(set-global-staff-size 24)

%\include "score_ps.ily"
\score {
  \new ChoirStaff <<
    \score_pre
    \transpose c \pitch_sop \new Staff << \Msop \BS \PB >>

    \transpose c \pitch_alt \new Staff \Malt
    \lyricsto Valt \Lsop
    \lyricsto Valt \Lalt

    \transpose c \pitch_ten \new Staff \Mten

    \transpose c \pitch_bas \new Staff \Mbas
  >>
  \layout {
    \context {
      \Voice
      \consists "Ambitus_engraver"
%      keySignature = #'()
    }
  }
}

\include "score_midi.ily"
