\version "2.14.2"

songTitle = "Christmas Cat"

songPoet = "S.W. Black"

songCopyright = "2015 S.W.Black"

tuneArranger = \markup { tune of \italic{ Joy to the World! } }

tuneComposer = \markup { \smallCaps{Antioch} by Lowell Mason (1792–1872)}

tuneSource = \markup {from \italic {Hymns of the Kingdom of God}, 1910} % , via \italic{HymnsAndCarolsOfChristmas.com}}

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"

%% CONFIRM: Is the arrangement legit?

%% See: http://www.hymnsandcarolsofchristmas.com/Hymns_and_Carols/joy_to_the_world-1.htm

\header {

title = \songTitle

poet = \songPoet

composer = \tuneComposer

source = \tuneSource

}

global = {

\key d \major

\time 2/4

\autoBeamOff

\tempo 4 = 70

}

sopMusic = \relative c'' {

d4 cis8.\noBeam b16 |

a4. g8 |

fis4 e |

d4. a'8 |

b4. b8 |

cis4. cis8 |

d4.\fermata d8 |

d[ cis] b[ a] |

a8.[ g16 fis8] d' |

d[ cis] b[ a] |

a8.[ g16 fis8] fis |

fis\noBeam fis\noBeam fis\noBeam fis16[ g] |

a4. g16[ fis] |

e8\noBeam e\noBeam e\noBeam e16[ fis] |

g4. fis16[ e] |

d8( d'4) b8 |

a8.[ g16 fis8] g |

fis4 e |

d2 \bar "|."

}

altoMusic = \relative c' {

fis4 a8.\noBeam g16 |

fis4. e8 |

d4 cis |

d4. a'8 |

g4. g8 |

g4. g8 |

fis4. fis8 |

fis8[ a] g[ fis] |

fis8.[ e16 d8] fis |

fis[ a] g[ fis] |

fis8.[ e16 d8] d |

d\noBeam d\noBeam d\noBeam d16[ e] |

fis4. e16[ d] |

cis8\noBeam cis\noBeam cis\noBeam cis16[ d] |

e4. d16[ cis] |

d8( fis4) g8 |

fis8.[ e16 d8] e8 |

d4 cis |

d2

}

tenorMusic = \relative c' {

a4 d8.\noBeam d16 |

d4. b8 |

a4. g8 |

fis4. d'8 |

d4. d8 |

a4. a8 |

a4. a8 |

a4 d |

d( a8)\noBeam a8 |

a4 d |

d( a8) d,\rest |

d4\rest d8\rest a' |

a\noBeam a\noBeam a\noBeam a\noBeam |

a2~ |

a4. a16[ g] |

fis8( a4) d8 |

d4( a8)\noBeam b |

a4. g8 |

fis2

}

bassMusic = \relative c {

d4 d8.\noBeam d16 |

d4. g,8 |

a4 a |

d4. fis8 |

g4. g8 |

a4. a8 |

d,4.\fermata d8 |

d4 d |

d4. d8 |

d4 d |

d4. r8 |

r4. d8 |

d\noBeam d\noBeam d\noBeam d\noBeam |

a'4. a,8 |

a8\noBeam a\noBeam a\noBeam a\noBeam |

d4. d8 |

d4. g,8 |

a4 a |

d2

}

origLyricsCommon = \lyricmode {

\set stanza = #"1. "

Joy to the world! the Lord is come;

Let earth re -- ceive her King;

Let ev -- ’ry __ heart __ pre -- pare __ Him 

room, __

}

origLyricsalto = \lyricmode {

\origLyricsCommon

And heav’n and na -- ture sing,

And heav’n and na -- ture sing, 

And heav’n, and heav’n __ and na -- ture sing.

}

origLyricstenor = \lyricmode {

\origLyricsCommon 

And heav’n and na -- ture sing, __

And heav’n, and heav’n __ and na -- ture sing.

}

origLyricsbass = \lyricmode {

\origLyricsCommon 

And heav’n and na -- ture sing,

And heav’n and na -- ture sing,

And heav’n and na -- ture sing.

}

lyricsA = \lyricmode {

\set stanza = #"1. "

Christmas Cat loves to bake stuff.

She loves to bake cookies.

She also bakes brownies,

but never blondies,

because chocolate is good.

Santa says it is very good.

Santa loves his chocolate all of the time.

Christmas Cat also makes toys.

She makes them for her friends.

The toys she gives out

to good cats and dogs

are made by the lovely elves.

Toys made by wee tiny elves

then given to good cats and good dogs.

Christmas Cat lives with Santa.

She's of a special breed.

She sometimes helps

the reindeer belch

by massaging their backs.

Scratching when they need a scratch.

She loves to help presents go out to kids.

Christmas cat is a calico.

This means she has colors: three.

If she were a male,

vitality impaired,

fruitless would he be.

No kittens would he see.

Genetics rules both you and me.

}

\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 <<

                \new Voice = "sopranos" { \global \sopMusic }

                \new Lyrics \lyricsto "sopranos" \origLyricsalto

                \new Lyrics \lyricsto "sopranos" \lyricsA

            >>

            %\new Staff <<

                %\new Voice = "altos" { \global \altoMusic }

                %\new Lyrics \lyricsto "altos" \origLyricsalto

            %>>

            %\new Staff <<

                %\clef bass

                %\new Voice = "tenors" { \global \tenorMusic }

                %\new Lyrics \lyricsto "tenors" \origLyricstenor

            %>>

            %\new Staff <<

                %\clef bass

                %\new Voice = "basses" { \global \bassMusic }

                %\new Lyrics \lyricsto "basses" \origLyricsbass

            %>>

        >>

    >>

    \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/07_r0000/Christmas_Cat.ly
Status Code
Success (20)
Meta
text/x-lilypond
Capsule Response Time
842.875882 milliseconds
Gemini-to-HTML Time
1.915243 milliseconds

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