a()a()a
-Q: how do I place lyrics under _each_ of the staves in a score, as in
-choral mus$ I can work out how to put lyrics for each line all under
+Q: How do I place lyrics under I<each> of the staves in a score, as in
+choral music. I can work out how to put lyrics for each line all under
the top line, or at the bottom but not between!
A: You change the order lyrics and staves. You have to name all
\score {
< \melodic \type Staff = "treble" \trebleMelody
- \lyric \type Lyrics = "tlyrics" \trebtext
+ \lyric \type Lyrics = "tlyrics" \trebtext
\type Staff = "bass" \melodic \bassMelody
- \lyric \type Lyrics = "blyrics" \basstext
+ \lyric \type Lyrics = "blyrics" \basstext
>
\paper { }
}