Hi,I'm looking how to assign the lyrics two one of two voices in one staff in the simplest way with my "normal" source code:
bassVoicePart = \new Staff \with {
midiInstrument = "oboe"
\consists "Merge_rests_engraver"
} { \clef bass << \bass \\ \bassII >> }
\addlyrics { \verseOne }
how do I integrate lyricsto correctly?
Best regards
Joei
