Re: Lyrics in a piano staff with { ... } \\ { ... } s

2014-06-11 Thread Jan-Peter Voigt
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


Re: Lyrics in a piano staff with { ... } \\ { ... } s

2014-06-10 Thread MING TSANG


Someone in this lilypond user lists provides the solution to this:
Please use the following will have the lyrics properly associated to upper 
(voiceOne) voice.

{\voiceOne .}\new Voice{\voiceTwo  }\oneVoice

Emmanuel,
Ming.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user