Hello, I went back from Carl's parallelStaffs music function to plain lily code but also here have no success in managing parallel staves and lyrics. Horizontal alignment with notes is OK but lyrics for both voices are placed under staff system. How to force lyrics to go under corresponding staff?
\version "2.12.1"
intro = <<
\context Staff = "Staffi" {
\context Voice = "Voicei" {
r4 c''
}
}
\context Staff = "Staffii" {
\context Voice = "Voiceii" {
c'4 c'
}
}
>>
verseOne = <<
\context Staff = "Staffi" {
\context Voice = "Voicei" {
d''4 d'
}
}
\context Staff = "Staffii" {
\context Voice = "Voiceii" {
d'4 d'
}
}
>>
\score { <<
{
\intro
\verseOne
}
\context Lyrics = "Lyri" \lyricsto "Voicei" { the first voice }
\context Lyrics = "Lyrii" \lyricsto "Voiceii" { the se -- cond voice }
>>
}
Thanks
Antanas Budriūnas
<<attachment: pastaly.JPEG>>
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
