lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lyric syllable skipping a note -- why?


From: Erik Sandberg
Subject: Re: lyric syllable skipping a note -- why?
Date: Tue, 7 Feb 2006 12:51:33 +0100
User-agent: KMail/1.8.3

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]