I can't seem to reproduce this in 2.11.34 (or perhaps I don't understand
the bug).  Could you try with an updated version of lilypond and let me
know if you still see the bug?

Cheers,
- Graham

[EMAIL PROTECTED] wrote:
%the first note of the new associated voice seems to be left out.

\version "2.10.5"
{<<  \new Voice = "mel" \relative c''
     { c4    <<    {\new Voice = "One" { c,4 c c }}
                   {\new Voice = "Two" { c'2 c4 }} >>}
     \new Lyrics \lyricsto "mel" \lyricmode
     {    \set associatedVoice = One % applies to "B"
          A B C D }
}




-------- Original-Nachricht --------
Datum: Mon, 05 Nov 2007 02:32:46 -0800
Von: Graham Percival <[EMAIL PROTECTED]>
An: Marian <[EMAIL PROTECTED]>
CC: bug-lilypond@gnu.org
Betreff: Re: Switching associatedVoice

Minimal example, please. I can't tell if this is a bug or not. For hints, see

http://lilypond.org/web/devel/participating/bugs

Cheers,
- Graham

Marian wrote:
The placement of the lyrics seems wrong. The syllables ("B" and "I")
after
switching the associated Voice appear on the second note.
In the manual chapter "7.3.7.3 Switching the melody associated with a
lyrics
line"  the syllable "ran" appears on the first note after the switching.

I'm using Ubuntu 7.04 (Feisty Fawn) {Ubuntustudio}, lilypond 2.10.5


\version "2.10.5"
melody = \relative c''
{
        \time 5/4
        c4      
        <<
                {\new Voice = "One"{ \stemUp \override NoteHead #'color = #blue 
a8 c d
c f d c
d|}}
                {\new Voice = "Two" {\override NoteHead #'color = #red 
\stemDown d2 a
|}}
        >>
        a4 d c c2  |
}
lyr = \lyricmode
{       \set associatedVoice = One % applies to "B"
        A B C D E F G
        \set associatedVoice = mel % applies to "I"
        H I
}
\score
{       <<        \new Voice = "mel" \melody
                \new Lyrics \lyricsto "mel" \lyr
        >>
}



Best regards, Marian



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






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

Reply via email to