09.09.2013 Views

LilyPond Beginnershandleiding

LilyPond Beginnershandleiding

LilyPond Beginnershandleiding

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Hoofdstuk 3: Fundamentele concepten 76<br />

>><br />

\new Lyrics \lyricsto "altos" {<br />

\altoWords<br />

}<br />

\new Staff = "tenors" ><br />

\new Lyrics \lyricsto "tenors" {<br />

\tenorWords<br />

}<br />

\new Staff = "basses" ><br />

\new Lyrics \lyricsto "basses" {<br />

\bassWords<br />

}<br />

>> % end ChoirStaff<br />

\new PianoStaff ><br />

>><br />

Combining all these together and adding the music for the three bars of the example above<br />

gives:<br />

\version "2.17.21"<br />

global = { \key d \major \time 4/4 }<br />

sopranoMusic = \relative c'' {<br />

\clef "treble"<br />

r4 d2 a4 | d4. d8 a2 | cis4 d cis2 |<br />

}<br />

sopranoWords = \lyricmode {<br />

Wor -- thy | is the lamb | that was slain |<br />

}<br />

altoMusic = \relative a' {<br />

\clef "treble"<br />

r4 a2 a4 | fis4. fis8 a2 | g4 fis fis2 |<br />

}<br />

altoWords = \sopranoWords<br />

tenorMusic = \relative c' {<br />

\clef "G_8"<br />

r4 fis2 e4 | d4. d8 d2 | e4 a, cis2 |

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!