lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: polyphonie?


From: Wilbert Berendsen
Subject: Re: polyphonie?
Date: Fri, 18 Feb 2011 22:33:47 +0100
User-agent: KMail/1.13.5 (Linux/2.6.32-28-generic; KDE/4.5.0; i686; ; )

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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]