Colin Hall <colinghall <at> gmail.com> writes:

> 
> Hi Renato,
> 
> Thanks for sending in your report.
> 
> Could you tell us which version of Lilypond you were using 
> when you witnessed this bug?
> 
> Also, do you have a workaround for this bug? In other words, is it
> preventing you from typesetting your score?
> 
> Cheers,
> Colin.
> 

Sorry, I thought I wrote the version in the example... I was using lilypond 2.
For the workaround, in fact, as I wrote before, I put a \new Voice on the line
with the two rests and named it, so that I could switch to this "new" Voice 
and not to the main one.

<<
  \new Voice = "a" {
   \new Voice = "b" {c2( d2)}
   \new Voice = "c" {r4 r4 c2}
   %if you want, you can add music here 
   %and switch the lyrics to the "a" Voice
   %paying attention not to put two rests at the beginning
  }
  \new Lyrics \lyricsto "b" {
   \set associatedVoice = "c" Aaa __
   %if you add music, \set associatedVoice = "a"
   Bbb
   %the other lyrics
  }
 >>


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to