Danke für die Antwort, aber das hilft mir leider nicht. Ich versuche ja, die Dynamik über den jeweiligen Text zu setzen (siehe „% < >“ im Score-Block):
\new Staff = women <<
\clef treble
\new Voice = "sopranos" { \voiceOne << \global \soprano >> }
\new Voice { \voiceTwo << \global \alto >> }
>>
% <> <>
\new Lyrics = "lyricsOne" { s1 }
% <> <>
\new Lyrics = "lyricsTwo" { s1 }
% <> <>
\new Lyrics = "lyricsThree" { s1 }
\new Staff = men <<
\clef bass
\new Voice { \voiceOne << \global \tenor >> }
\new Voice { \voiceTwo << \global \bass >> }
>>
Gruß, Diskord23