bug-lilypond
[Top][All Lists]
Advanced

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

Re: set associatedVoice and disappearing lyrics


From: Risto Vääräniemi
Subject: Re: set associatedVoice and disappearing lyrics
Date: Mon, 28 Jan 2008 15:53:25 +0200

Dear Mats and Matti,

On Jan 28, 2008 3:07 PM, Mats Bengtsson wrote:
> However, I'm not sure if it's exactly the same problem that you try to
> illustrate below. I don't have the time to try to decipher exactly what
> is right and wrong in your example. Could you please point out the
> problematic syllables with comments in the code replace the corresponding
> syllable by "HELP!!!" or whatever to clarify what the problem is.

Hopefully this clip is of some help. I didn't dig deeper into your
example but it seems a bit different from this.

If you have just one note (and syllable) in the alternative voice you
have to call both the setting and unsetting commands before that
syllable. Could that confuse LP?

The alternate melodies have stems pointing down.

Another issue... If I try to set e.g. \stemDown at the beginning of
the song, it only affects the first two notes before the <<.
Naturally, it shouldn't affect the second and the fourth measure but
in the 3rd and the 5th the stems are pointing up. Normal?

-Risto

PS. I'm sorry for calling Trevor as Mats in my previous message. It's
usually Mats who posts the first comment. :-)

%%%% Clip %%%%
\version "2.11.37"

\paper{ ragged-right=##t }

<<
\new Voice = "melody"
{
    \time 2/4
    c'4 c'
    <<
    \new Voice = "alternate"
       {\voiceTwo \override NoteColumn #'force-hshift = #-3 d'2 }
       {\voiceOne c'4 c' \oneVoice}
   >>
   c'4 c'
   <<
    \new Voice = "alternateII"
       {\voiceTwo \override NoteColumn #'force-hshift = #-3 d'4 d' }
       {\voiceOne c'4 c' \oneVoice}
   >>
   c'4 c'
}

\new Lyrics \lyricsto "melody" \lyricmode
{
    \set stanza = "mel" one two three four five six seven eight nine ten
}

\new Lyrics  \lyricsto "melody" \lyricmode
{
    \set stanza = "alt" one \set associatedVoice = alternate
    two \set associatedVoice = melody
    OK WRONG five six seven eight nine %ten
}

\new Lyrics \lyricsto "melody" \lyricmode
{
    \set stanza = "altII" one two three four five
    \set associatedVoice = alternateII six OK
    \set associatedVoice = melody OK nine ten
}
>>
%%%% END %%%%

Attachment: associatedvoice2.png
Description: PNG image


reply via email to

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