#(set-global-staff-size 16) \book { \bookOutputSuffix "vocal" \score { \new ChoirStaff << \new Staff << \clef treble \global \new Voice { \accident \soprano } \addlyrics { \sopranotext } >> \new Staff << \clef treble \global \new Voice { \accident \alto } \addlyrics { \altotext } >> \new Staff << \clef "treble_8" \global \new Voice { \accident \tenor } \addlyrics { \tenortext } >> \new Staff << \clef bass \global \new Voice { \accident \bass } \addlyrics { \basstext } >> >> \layout { } } }