----- Original Message -----
From: "Graham Percival" <[EMAIL PROTECTED]>
To: "Eduardo Vieira" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Wednesday, April 26, 2006 8:06 AM
Subject: Re: Regression Tests: lyric-combine-polyphonic.ly
> Thanks! I think the lyrics are supposed to be placed above the music,
> though, which is why the \lyricsto appeared above it. I certainly
> agree that it's not working right now, though... could you change this
> example so it works with the "one" lyrics appearing above the staff?
>
> Cheers,
> - Graham
>
Here is the example. I'm not good at indentations, though.
% ****************************************************************
% ly snippet:
% ****************************************************************
\version "2.8.0"
\header {
texidoc ="Polyphonic rhythms and rests do not disturb
@code{\lyricsto}."
}
\layout { ragged-right = ##t}
{ \new ChoirStaff <<
\context Lyrics = sop { s1 }
\new Staff {
\clef violin
\time 8/8
\key des \major
<<
\new Voice = "one" {
\voiceOne
bes'4 bes'4
bes'4 bes'4
}
\lyricsto "one" \context Lyrics = sop {
Do mi nus ex
}
\new Voice = "two" {
\voiceTwo
ees'8 r8 r8 r8 ees' r8 r8 r8
}
\lyricsto "two" \new Lyrics {
Do na
}
>>
}
>>
}
% ****************************************************************
% end ly snippet
% ****************************************************************
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel