Compare commits

...

2 commits

Author SHA1 Message Date
df296fea16
Remove inapplicable transition from Were You There 2026-01-07 23:17:39 -06:00
33976ae8de
Add PDFs
I changed my mind: The PDF files are small, and it'll be nice to be able to access them without a compiler. (Hopefully they stay up to date; the .ly files will be the source of truth, but I'll recompile them when I remember!)
2026-01-07 23:17:21 -06:00
6 changed files with 0 additions and 40 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
*.pdf

Binary file not shown.

View file

@ -46,27 +46,6 @@ baritone = \relative ef {
af'4 c | bf2 bf4 bf | bf g bf4. af8 | g1~ | g2 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 { verseOne = \lyricmode {
\set stanza = "1. " \set stanza = "1. "
Were you there when they cru -- ci -- fied my Lord? Were you there when they cru -- ci -- fied my Lord?
@ -121,21 +100,3 @@ verseFour = \lyricmode {
>> >>
\layout { } \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 { }
% }

BIN
were-you-there-sab.pdf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.