[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Lyrics bug (quite complicated)
From: |
Renato |
Subject: |
Re: Lyrics bug (quite complicated) |
Date: |
Mon, 18 Jun 2012 11:54:08 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
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
}
>>