Just as curiosity:
I was adding some lyrics to Carl's example and when the number of
sylables is less than the number of notes, on each appearance of
\intro lyrics go downstairs.
\version "2.11.65"
intro = <<
\context Staff = "StaffOne" {
<<
\context Voice = "VoiceOne" {
c''4 d''
}
\context Lyrics = "LyrI" \lyricmode {
\set associatedVoice = #"VoiceOne" ae
}
>>
}
\context Staff = "StaffTwo" {
<<
\context Voice = "VoiceTwo" {
e'4 f'
}
\context Lyrics = "LyrII" \lyricmode {
\set associatedVoice = #"VoiceTwo" be
}
>>
}
>>
\score {
{
\intro
\intro
\intro
}
}
What's happening there?
Antanas Budriūnas
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user