\version "2.14.2"

songTitle = "That Annoying Elf"

songPoet = "S.W. Black"

songCopyright = "2015 S.W.Black"

tuneArranger = \markup { tune of \italic{ Come Thou Long Expected Jesus } }

tuneComposer = \markup { \italic{Stuttgart}, Christian F. Witt (c. 1660–1716)}

tuneSource = \markup{from \italic{The Church Hymnary}, 1902} %, via \italic{HymnsAndCarolsOfChristmas.com}}

%source = \markup { "from" \italic "CyberHymnal.org"}

albumProduct = "Santa-related Carols"

albumCopyright = \markup {Creative Commons Attribution 4.0 License}

albumTagline = \markup {created for \italic {50/90 2015}}

% Fancier Copyright/Tagline messages

\include "../book/album.ily"

global = {

\key g \major

\time 4/4

\autoBeamOff

\tempo 4 = 105

}

sopMusic = \relative c' {

d4 d g g |

a a b g |

d' d e c |

a d b2 |

b4 b a b |

g a g fis |

g e d g |

g fis g2 \bar "|."

}

altoMusic = \relative c' {

d4 d b b |

e d d d |

d g g g |

g fis g2 |

g4 g fis fis |

b, e d d |

d c b d |

d d d2 \bar "|."

}

tenorMusic = \relative c' {

b4 a g g |

g fis g b |

g b c e |

d d d2 |

e4 b c b |

b a a a |

g g d' b |

a8[ b] c4 b2 \bar "|."

}

bassMusic = \relative c {

g'4 fis e d |

c d g g, |

b g c a |

d d g2 |

e4 e e dis |

e cis d c |

b c g b8[ c] |

d4 d g,2 \bar "|."

}

origLyrics = \lyricmode {

\set stanza = #"O. "

Come, Thou long ex -- pect -- ed Je -- sus,

born to set Thy peo -- ple free;

from our fears and sins re -- lease us, let us find our rest in Thee.

}

lyricsA = \lyricmode {

\set stanza = #"1. "

Santa, please could you do something

about that annoying elf.

He snoops and pries and makes me cry

and I don't think he's worth a shelf.

He told my mama that I ate

one of her special cookies.

He told my pa that I took his

biscuit without saying please.

I have heard that he does lie

to you about the things we do.

I have never shot a walrus.

It's not what I want to do.

My brother heard there were pictures

of our friend Pastor Mike.

We don't know what was in them,

but we know that they caused a fight.

Santa, does he sell his pictures

to the rags or "special" sites.

We never agreed to pictures.

We don't believe that it's right.

Did you even know he took time

away from making the toys?

Time that would be better spent

building blocks for the girls and boys.

Or perhaps he might be able to

build something we all want.

I am fond of Unicode but

I could use a nicer font.

So do you think you that could relieve

him of his awful chore.

It would really help us all

as he is really quite the bore.

}

\bookpart{

\tocItem \songTitle

\header {

    title = \songTitle 

    poet = \songPoet 

    %dedication = \songDedication

    %translator = \songTranslator 

    composer = \tuneComposer 

    arranger = \tuneArranger 

    source = \tuneSource 

    copyright = \albumCopyright

    tagline = \albumTagline

}

\score {

    <<

        \new ChoirStaff <<

            \new Staff = women <<

                \new Voice = "sopranos" { \voiceOne << \global \sopMusic >> }

                \new Voice = "altos" { \voiceTwo << \global \altoMusic >> }

            >>

            \new Lyrics \lyricsto "sopranos" \origLyrics

            \new Lyrics \lyricsto "sopranos" \lyricsA

            \new Staff = men <<

                \clef bass

                \new Voice = "tenors" { \voiceOne << \global \tenorMusic >> }

                \new Voice = "basses" { \voiceTwo << \global \bassMusic >> }

            >>

        >>

    >>

    \layout { }

    \midi {

        \set Staff.midiInstrument = "flute" 

        \context {

            \Staff \remove "Staff_performer"

        }

        \context {

            \Voice \consists "Staff_performer"

        }

    }

}

}

Proxy Information
Original URL
gemini://yam655.com/j/2015-08/20_r0000/That_Annoying_Elf.ly
Status Code
Success (20)
Meta
text/x-lilypond
Capsule Response Time
731.214022 milliseconds
Gemini-to-HTML Time
1.975896 milliseconds

This content has been proxied by September (3851b).