27.03.2013 Views

LilyPond Snippets

LilyPond Snippets

LilyPond Snippets

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.

Text 147<br />

}<br />

\time 4/4<br />

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

c4 c c8[( b)] c4<br />

}<br />

sopWords = \lyricmode {<br />

hi hi hi hi<br />

}<br />

altoMusic = \relative c' {<br />

e4 f d e<br />

}<br />

altoWords = \lyricmode {<br />

ha ha ha ha<br />

}<br />

tenorMusic = \relative c' {<br />

g4 a f g<br />

}<br />

tenorWords = \lyricmode {<br />

hu hu hu hu<br />

}<br />

bassMusic = \relative c {<br />

c4 c g c<br />

}<br />

bassWords = \lyricmode {<br />

ho ho ho ho<br />

}<br />

\score {<br />

\new ChoirStaff }<br />

>><br />

\new Lyrics \with { alignAboveContext = women } \lyricsto sopranos \sopWords<br />

\new Lyrics \with { alignBelowContext = women } \lyricsto altos \altoWords<br />

% we could remove the line about this with the line below, since we want<br />

% the alto lyrics to be below the alto Voice anyway.<br />

% \new Lyrics \lyricsto altos \altoWords<br />

\new Staff = men }<br />

\new Voice = "basses" { \voiceTwo > }<br />

>><br />

\new Lyrics \with { alignAboveContext = men } \lyricsto tenors \tenorWords<br />

\new Lyrics \with { alignBelowContext = men } \lyricsto basses \bassWords<br />

% again, we could replace the line above this with the line below.<br />

% \new Lyrics \lyricsto basses \bassWords

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

Saved successfully!

Ooh no, something went wrong!