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: Tue, 06 Nov 2007 08:04:40 -0800
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

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

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








reply via email to

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