Hi Athanasius:
I want music notation there too, not just words.
What I want is the two verses with music and then below the music
for the chorus and the lyrics for the chorus.
One easy way is with variables:
verseNotes = \relative { ... }
chorusNotes = \relative { ... }
verseOneLyrics = \lyricmode { ... }
verseTwoLyrics = \lyricmode { ... }
chorusLyrics = \lyricmode { ... }
Then combine them in the score, e.g.
<<
\new Voice = "melody" { \verseNotes \chorusNotes }
\new Lyrics \lyricsto "melody" { \verseOneLyrics \chorusLyrics }
\new Lyrics \lyricsto "melody" { \verseTwoLyrics }
>>
Hope this helps!
Kieren.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user