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 16:25:33 +0200

I'll try to clarify some more. :-)

On Jan 28, 2008 3:53 PM, Risto Vääräniemi wrote:
> 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.

The NOT syllable should be attached to the first note of the third
measure and the rest of the lyrics should be shifted to the right
accordingly. The OK is attached to the half note and it's OK. :-)

In the previous example the last two measures were there just to show
that if the alternative part has two notes / syllables it works. I
boiled down the example closer to Matti's example.

-Risto

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

\paper{ ragged-right=##t }

<<
\new Voice = "melody"
{
    \time 2/4 \stemUp
    c'4 c'
    <<
    \new Voice = "alternate"
       { \stemDown  c'2 }
       { \stemUp c'4 c' }
   >>
   c'4 c'
}

\new Lyrics \lyricsto "melody" \lyricmode
{
    one \set associatedVoice = alternate two
    \set associatedVoice = melody
    OK NOT five
}
>>
%%% END %%%

Attachment: associatedvoice3.png
Description: PNG image


reply via email to

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