On Monday 06 February 2006 23.16, Eduardo Vieira wrote: > Hello users, > > I've been struggling to set the lyrics correctly for this song. But I can't > assign the word "right" and the word "true" (2nd stanza) for the note "d2." > in this part: << { d2. } \\ { g,4.( f4.) } >>
<<\\>> creates new voices implicitly, see manual. You need to do that manually when voice naming matters, maybe something like: << \new Voice { \voiceOne ..} \context Voice = MelodySop {\voiceTwo ..} >> i.e. without \\. -- Erik _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user