Compare commits
No commits in common. "df296fea16c17f1b07e7260e5aaab67b3fa9a7dc" and "bd07618eeadec0bc7d331ed732df60a2f6ceda6f" have entirely different histories.
df296fea16
...
bd07618eea
6 changed files with 40 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
*.pdf
|
||||
Binary file not shown.
|
|
@ -46,6 +46,27 @@ baritone = \relative ef {
|
|||
af'4 c | bf2 bf4 bf | bf g bf4. af8 | g1~ | g2
|
||||
}
|
||||
|
||||
% sopTransition = \relative f' {
|
||||
% \key bf \major
|
||||
% f4 bf,8( c) d( ef) f4 |
|
||||
% \key b \major
|
||||
% fs4 as,8( b) cs( ds) e4 \bar "||"
|
||||
% }
|
||||
%
|
||||
% altoTransition = \relative d' {
|
||||
% \key bf \major
|
||||
% d4 bf bf8( c) d4 |
|
||||
% \key b \major
|
||||
% cs4 as8( b) as( b) cs4 |
|
||||
% }
|
||||
%
|
||||
% bariTransition = \relative bf {
|
||||
% \key bf \major
|
||||
% bf4 a af af |
|
||||
% \key b \major
|
||||
% as as8( gs) fs4 fs |
|
||||
% }
|
||||
|
||||
verseOne = \lyricmode {
|
||||
\set stanza = "1. "
|
||||
Were you there when they cru -- ci -- fied my Lord?
|
||||
|
|
@ -100,3 +121,21 @@ verseFour = \lyricmode {
|
|||
>>
|
||||
\layout { }
|
||||
}
|
||||
|
||||
% Optional modulation between verses four and five
|
||||
% \score {
|
||||
% <<
|
||||
% \new ChoirStaff <<
|
||||
% \new Staff = "sopTransition" <<
|
||||
% \new Voice = "sopTransition" { \voiceOne \sopTransition }
|
||||
% \new Lyrics \lyricsto sopTransition { \refrain }
|
||||
% \new Voice = "altoTransition" { \voiceTwo \altoTransition }
|
||||
% >>
|
||||
% \new Staff = "bariTransition" <<
|
||||
% \clef bass
|
||||
% \new Voice = "bariTransition" { \voiceThree \bariTransition }
|
||||
% >>
|
||||
% >>
|
||||
% >>
|
||||
% \layout { }
|
||||
% }
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue