> Date: Sat, 26 Jan 2008 12:13:38 +0000 (UTC)
> From: Matti Aaltonen <[EMAIL PROTECTED]>
> Subject: set associatedVoice and disappearing lyrics
> To: bug-lilypond@gnu.org
> Message-ID: <[EMAIL PROTECTED]>
> 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 




_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to