Arvid Gr�tting wrote:
Mats Bengtsson <[EMAIL PROTECTED]> writes:
However, I don't understand your problems with \skip, see the following version of your example:
I don't get \skip to play nicely with \lyricsto in 2.2.1, though. Is this something that's been fixed later?
No, that has never worked, which really is a pity, not the least for scores with a non-repeated part followed by a repeat. One workaround can be to start a new Voice for the repeated part:
\version "2.2.6"
\score{
<<
\context Voice = intro \notes \relative c'{c d e f |
\context Voice = repeated \repeat volta 2 {g f e d} |
c e d b | c1 |}
\lyricsto intro \context Lyrics = versI \lyrics{
First an int -- ro, % repeat part separately below
Fi -- nal -- ly the end. }
\lyricsto repeated \context Lyrics = versI \lyrics{
then first re -- peat }
\lyricsto repeated \context Lyrics = versIrep \lyrics{
and the se -- cond. }
>>
}However, this is fairly clumsy compared to the \repeat fold trick that worked in earlier LilyPond versions.
/Mats
_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user
