lilypond-user
[Top][All Lists]
Advanced

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

Re: Single staff polyphony and one lyric voice


From: Eduardo Vieira
Subject: Re: Single staff polyphony and one lyric voice
Date: Sat, 16 Dec 2006 10:10:29 -0200
User-agent: Internet Messaging Program (IMP) 3.2.4

Citando Christophe Dang Ngoc Chan <address@hidden>:


>
> 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.





reply via email to

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