Hi Samuel,

the lyrics are bound to one voice with addlyrics, but "<<{}\\{}>>"
creates and starts two new voice contexts, which are not known by the
lyrics context.
One way to circumvent this is to explicitly create one extra voice:
<< { \voiceOne \uppermusic \oneVoice } \new Voice { \voiceTwo
\lowermusic } >>

This way the lyrics follow "uppermusic".

HTH
Jan-Peter


Am 10.06.2014 20:45, schrieb Samuel Cederlund:
> Hi! I'm transposing a song for a singer and have encountered a
> difficulty. The score is a piano score with lyrics. The problem is that
> when the right hand splits into two parts using << { ... } \\ { ... } >>
> the lyrics stop and do not type set until the << { ... } \\ { ... } >>s
> are finished, whereas I would like the lyrics to follow the upper part.
> I've searched the lilypond documentation and not found any solution to
> this problem. Glad if you could help me with this!


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to