\version "2.14.2" songDedication = \markup {for J.C.} songTitle = "Pumpkins" songPoet = "S.W. Black" songCopyright = "2016 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} albumCopyright = \markup {Creative Commons Attribution 4.0 License} albumTagline = \markup {for \italic {Christmas 2016.} If you can do better, fork it from https://github.com/mrbeany/christmas-2016} % Fancier Copyright/Tagline messages \include "../book/album.ily" 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 } lyricsA = \lyricmode { \set stanza = #"1. " Pump -- kins are like lit -- tle balls~of yarn ex -- cept they're full of vegetable. I thought they might look good to eat but I was oh, so wrong, you see. They're just full of string -- y seeds. They are just full of string -- y seeds. I don't like that pump -- kins __ _ are __ _ full of seeds. } lyricsB = \lyricmode { \set stanza = #"2. " Rep -- li -- ca -- tors make my food best. Bring me some -- thing like tea. I once flew through -- out space and time. I thought I was sow -- ing for time. I thought I could eat a fish. Ex -- cept that fish went in my ear. Now I'm hear -- ing lots of things and run -- ning from shears. } lyricsC = \lyricmode { \set stanza = #"3. " Have you thought of some -- thing to do? If you could do any -- thing? I would like to do __ _ some stuff. Real -- ly far a -- way far a -- way stuff. And per -- haps stuff o -- ver here and per -- haps o -- ther stuff there. I would like to do lots of stuff __ _ e -- v'ry -- where. } lyricsD = \lyricmode { \set stanza = #"4. " I flew through -- out space and __ _ time With -- out leav -- ing my ship. My ship it really goes __ _ far. It goes __ _ far in space and time and that is how I get a -- round and that is how I get a -- round yes, __ _ that __ _ is how __ _ I get a -- round town. } \bookpart{ \tocItem \songTitle \header { title = \songTitle poet = \songPoet dedication = \songDedication %translator = \songTranslator composer = \tuneComposer arranger = \tuneArranger source = \tuneSource copyright = \albumCopyright tagline = \albumTagline } \score { << \new Staff \new Voice = "sopranos" { \global \sopMusic } \new Lyrics \lyricsto "sopranos" \lyricsA \new Lyrics \lyricsto "sopranos" \lyricsB \new Lyrics \lyricsto "sopranos" \lyricsC \new Lyrics \lyricsto "sopranos" \lyricsD >> \layout { } } } \bookpart{ \header { title = \songTitle poet = \songPoet } \score { << \new Staff \new Voice = "tune" { \global \repeat unfold 4 \sopMusic } \new Lyrics \lyricsto "tune" { \lyricsA \lyricsB \lyricsC \lyricsD } >> \midi { } } }