Citando Christophe Dang Ngoc Chan <[EMAIL PROTECTED]>:

>
> Now I try to dissociate the two voices, and the lyrics do not align
> any longer.
>
> % ********** this does not work
> \new Staff \relative c' {<<
>     {  s2. e'8 e~
>        e4 e8 e~ e2
>     } \\
>     {  r2. g,8 a~
>        a4^\markup \fret-diagram-terse #"o;o;2;2;o;o;"
>        b8 a~ a2
>     }
>  >>}
>
> \addlyrics {
>     be -- hind
>     blue eyes
> }
> % **********
>
> Any hint ?

Yes. The manual say in the vocal music chapter:
"The command \addlyrics cannot handle polyphony settings. For these cases you
should use \lyricsto and \lyricmode. "

You could do this to fix it:

\new Staff  \relative c' {<< \new Voice = top
    {\voiceOne  s2. e'8 e~
       e4 e8 e~ e2
    }
    {\voiceTwo  r2. g,8 a~
       a4^\markup \fret-diagram-terse #"o;o;2;2;o;o;"
       b8 a~ a2
    }
    \oneVoice
    \new Lyrics \lyricsto top {
    be -- hind
    blue eyes
    }

>>}

%%%%%%

Regards,

Eduardo


___________________________________________________________________________________
Com o Click21 você tem sempre vantagens! Além do email com 1 Gb, Acelerador, 
Blog,
Flog, Games e atendimento 24 horas, voce também pode falar minutos DDD com a
promoção Click 21 Minutos. Quanto mais você navega mais fala DDD.



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

Reply via email to