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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to