Op vrijdag 18 februari 2011 schreef Egon: > Hallo, > > I tried for a while in vain to create a polyphonie piece with lyrics. I > could not find an example.
Here is an example: http://lilymusic.googlecode.com/svn/trunk/mantua/alleluia.ly just put every voice in a variable and the lyrics and a simple score section can create a nice PDF: \score { \new ChoirStaff << \new Staff { \soprano } \addlyrics { \sopranoVerse } \new Staff { \alto } \addlyrics { \altoVerse } \new Staff { \clef "treble_8" \tenor } \addlyrics { \tenorVerse } \new Staff { \clef bass \bass } \addlyrics { \bassVerse } >> } best regards, Wilbert Berendsen -- Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/ Nederlands LilyPond forum: http://www.lilypondforum.nl/ _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
