\version "2.14.2" songTitle = "On Christmas day, I love you" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ The Holly and the Ivy } } tuneComposer = \markup { English } tuneSource = \markup \null 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 3/4 \autoBeamOff \tempo 4 = 120 } sopMusic = \relative c'' { \partial 4 g4 | g8 g8 g4 e' | d4 b4. g8 | g8 g8 g4 e'4 | d2 d8[ c] | b8 a g4 b4 | e,8 e d4 g8[ a] | b c b4 a4 | g2 b8\rest g8 | g g g4 e'4 | d( b -) g8 g | g g g4 e' | d2 d8[ c] | b8 a g4 b | e,8 e d4 g8 a | b c b4 a | g2\fermata \bar "|." } altoMusic = \relative c' { d4 | e8 e d4 g | g( g4. -) e8 | d4 e4 g4 | g4( fis -) fis8[ a] | g8 fis e4 fis4 | e8 e d4 e8[ d] | d8 g g4 fis4 | g2 s8 d8 | e e d4 g | g2 e8 e | d d e4 g | g( fis -) fis8[ a] | g fis e4 fis | e8 e d4 e8 d | d g g4 fis | g2 \bar "|." } tenorMusic = \relative c' { b4 | c8 c b4 c | b4( d4.) b8 | b4 b4 c4 | a2 a8[ d] | e8 d e4 d4 | c8 c b4 b8[ a] | g e' d4 d8( c -) | b2 s8 b8 | c c b4 c | b( d -) b8 b | b b b4 c | a2 a8[ d] | e8 d e4 d | c8 c b4 b8 a | g e' d4 c | b2 \bar "|." } bassMusic = \relative c' { g4 | c,8 e g4 c, | g'4( g4. -) e8 | g4 e4 c8( e) | d2 d8[ fis] | g8 a b4 b4 | c8 c, g'4 e8[ fis] | g c, g'4 d4 | g2 d8\rest g8 | c, e g4 c,4 | g'2 e8 e | g g e4 c | d2 d8[ fis] | g a b4 b | c8 c, g'4 e8 fis | g c, g'4 d | g2\fermata \bar "|." } origLyrics = \lyricmode { \set stanza = #"O." The hol -- ly and the i -- vy, When they are both full grown, Of all the trees that~are in the wood, The hol -- ly bears the crown: \set stanza = \markup\dynamic"f " The ris -- ing of the sun __ And the run -- ning of the deer, The play -- ing of the mer -- ry or -- gan, Sweet sing -- ing in the choir. } lyricsA = \lyricmode { \set stanza = #"1." On Christmas day, I love you. On Christmas day, I do. It's not that I don't love you on other days that is true. You are my unseen servant. You are my helpful elf. If I were a cobbler you'd have things for my shelf. Oh Santa Claus, I thank you! Oh Santa Claus, I do! You help me shop for presents for both my girl and my boy. At Macy's they disbelieved you. You almost lost it all. Fortunately the judge believed you Christmas wasn't lost at all. I've heard you have a puppy. I've heard you have a dog. Do you really have a puppy? Or does an elk roam your halls? I've heard elks use door knobs. I've heard that elks break laws. Would a magic elk be helpful? Would you need the elves at all? Did you really beat the Martians? Did you really bring them gifts? I understand why they wanted you. We are glad you're back now, too. And what about Skull Island? Is what they talk about true? Did you really bring presents there or did rat-monkeys get you? } \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 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" } } } }