Having this example LilyPond snippet, I'm getting two strange things.
\score{
<<
\new Voice = "voicea" \relative { g'4 a b c g a b c }
\new Lyrics \lyricmode {
{ a b c d }
<<
\new Lyrics \lyricsto "voicea" \lyricmode { e f g h }
\new Lyrics \lyricsto "voicea" \lyricmode { i j k l }
>>
}
\new Voice = "voiceb" \relative { g'4 a b c g a b c }
>>
}
- The last two lyrics lines are placed under the both music lines. I want all lyrics to go in-between them.
- By some reason, the lyrics don't line up correctly with the notes. The first quarter note in the second bar has no lyric.
Can you help me understand what is going on, and preferably come up with a solution.
Here is the document: http://lilybin.com/o6atu2/1