Hi, is there any reason why Lyrics on the two staves in the attached example is not correctly vertical aligned?
Thanks for your help! TG
<<attachment: lyrics.png>>
%{ lyrics %}
\version "2.16.0"
\include "english.ly"
firstMusic = \relative c'' {
\time 3/2
g1. | f4. g8 a4 g2 fs4 | g1.
}
firstWords = \lyricmode {
Ho -- | di -- _ _ e __ _ | et
}
secondMusic = \relative c'' {
g1. | a1 a2 | g1.
}
secondWords = \lyricmode {
Ho -- | _ di -- | e
}
\score {
\new StaffGroup <<
\new Staff <<
\new Voice = "first" {\firstMusic}
\lyricsto "first" \new Lyrics \firstWords
>>
\new Staff <<
\new Voice = "second" {\secondMusic}
\lyricsto "second" \new Lyrics \secondWords
>>
>>
}
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
