\version "2.14.2" songTitle = "It’s board game time" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ Good King Wenceslas } } tuneComposer = \markup { \italic {Tempus adest floridum}, from \italic {Piæ Cantiones}, 1582} tuneSource = \markup { from \italic {Christmas Carols, New and Old}} albumProduct = "Misc Kid 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 a \major \time 4/4 \tempo "Moderato" 4 = 120 } sopMusic = \relative c'' { a4 a a b | a a e2 | fis4 e fis gis | a2 a | a4 a a b | a a e2 | fis4 e fis gis | a2 a | e'4 d cis b | cis b a2 | fis4 e fis gis | a2 a | e4 e fis gis | a a b2 | e4^\markup\italic"poco più lento" d cis b | a2( d) | a1 \bar "|." } altoMusic = \relative c' { e4 e fis e | e fis b,2 | d4 e d d | e2 e | e4 e fis e | e fis b,2 | d4 e d d | e2 e | e4 fis e e | e e cis2 | d4 e d d | e2 e | e4 e d d | cis cis e2 | e4 fis e d | cis2( fis) | e1 \bar "|." } tenorMusic = \relative c' { cis4 cis cis b | cis d gis,2 | a4 a a b | cis2 cis | cis4 cis cis b | cis d gis,2 | a4 a a b | cis2 cis | a4 a a gis | a gis a2 | a4 a a b | cis2 cis | a4 a a b | a a gis2 | a4 a a gis | a2~ a | cis1 \bar "|." } bassMusic = \relative c' { a4 a fis gis | a d, e2 | d4 cis d b | a2 a | a'4 a fis gis | a d, e2 | d4 cis d b | a2 a | cis4 d e e | a, e' fis2 | d4 cis d b | a2 a | cis4 cis d b | fis' fis e2 | cis4 d e e | fis2( d) | a1 \bar "|." } origLyrics = \lyricmode { \set stanza = #"O. " Good King Wen -- ces -- las look’d out On the Feast of Ste -- phen, When the snow lay round a -- bout, Deep and crisp and e -- ven; Bright -- ly shone the moon that night, Tho’ the frost was cru -- el, When a poor man came in sight, Gath -- ’ring win -- ter fu -- el. } lyricsA = \lyricmode { \set stanza = #"1. " Here we go, it's board game time Time to discuss meaning I want to play something tough. These zombies are stinking. I think we should play my game. I made it last evening. Would you like to Print and Play something that I'm screening? Here we go, it's board game time. Monop'ly has me seething. If we wanted to waste time we could have been eating. I wanted to play a game. Perhaps get in some cleaving. Why are your figures wet? That for none is pleasing. Here we go, it's board game time. The cultists start their meeting. Munchkin's played with just some cards. This board games needs cleaning. Watch out for my little boy he has started teething. Please would you let me know if you smell his butt start stinking. Here we go, it's board game time. Winning has him beaming. He really was quite a fiend always resource stealing. I think we could do with a gentle gaming evening. I don't want to crush you and leave you alone grieving. } \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" } } } }