bug-lilypond
[Top][All Lists]
Advanced

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

Re: Switching associatedVoice


From: Graham Percival
Subject: Re: Switching associatedVoice
Date: Mon, 05 Nov 2007 02:32:46 -0800
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond





reply via email to

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