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: Trevor Daniels
Subject: RE: set associatedVoice and disappearing lyrics
Date: Sat, 26 Jan 2008 19:06:37 -0000

> Date: Sat, 26 Jan 2008 12:13:38 +0000 (UTC)
> From: Matti Aaltonen <address@hidden>
> Subject: set associatedVoice and disappearing lyrics
> To: address@hidden
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=us-ascii
> 
> > I'm not top posting.
> 
> Hello.
> 
> This is my second try sending this. Thanks for 
> the advice Graham.
> Anyway, I've tried the following and after I try 
> to associate the lyrics of the
> second verse back to the original melody line the 
> text disappears:
> I've been using Lilypond v. 2.11.37.
> 
> 
> \paper{ ragged-right=##t }  
> 
> << \new Voice = "melody" {
>          \time 2/4
>          e4 e
>     << \new Voice = "alternate" 
>     {\stemDown a a  }
>     {\stemUp d'2. }
>     >> \stemNeutral |
>     g4 g
>     }
> 
> \new Lyrics  \lyricsto melody \lyricmode {
>        play the game
>        yes yes
>     }
> 
> \new Lyrics \lyricsto melody \lyricmode {
>      do  not
>      \set associatedVoice = #"alternate"
>      play it 
>      \set associatedVoice = #"melody"
>      no no
>      } 
> >>
> 
> Cheers & thanks, 
> Matti
>
This is not a bug, although it is an unattractive 
feature of LilyPond.  The \set associatedVoice
command must be placed one syllable before it
should take effect.  That is, it should be placed
before "it" in this example.  It then works 
correctly.

This "feature" is documented in the manual.

Trevor D 






reply via email to

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