\version "2.14.2" songTitle = "Ghosts and Ghoulies" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ Angels We Have Heard on High } } tuneComposer = \markup { 18th Century French Carol } tuneSource = \markup {from \italic {Carols Old and Carols New}, 1916} albumProduct = "Halloween 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 = 120 } sopMusic = \relative c'' { b4 b b d | d4. c8 b2 | b4 a b d | b4. a8 g2 | b4 b b d | d4. c8 b2 | b4 a b d | b4. a8 g2 | d'2( e8[ d c b] | c2 d8[ c b a] | b2 c8[ b a g] | a4.) d,8 d2 | g4 a b c | b2 a | d2( e8[ d c b] | c2 d8[ c b a] | b2 c8[ b a g] | a4.) d,8 d2 | g4 a b c | b2( a) | g2. b4\rest \bar "|." } altoMusic = \relative c'' { g4 g g g | fis4. fis8 g2 | g4 g g g | fis4. fis8 g2 | g4 fis g g | fis4. fis8 g2 | g4 g g g | fis4. fis8 g2 | g4( b8[ a] gis4 e~ | e a8[ g] fis4 d~ | d g8[ fis] e4 c~ | c4.) d8 d2 | d4 d d e | d( g) g( fis) | g4( b8[ a] gis4 e~ | e a8[ g] fis4 d~ | d g8[ fis] e4 c~ | c4.) d8 d2 | d4 d d e | d( g2 fis4) | d2. s4 \bar "|." } origLyrics = \lyricmode { \set stanza = #"O. " An -- gels we have heard on high, Sweet -- ly sing -- ing o’er the plains; And the moun -- tains in re -- ply Ech -- o -- ing their joy -- ous strains. \set stanza = \markup\dynamic"mf " \markup\italic Glo -- \markup\italic ri -- \markup\italic a \markup\italic in \markup\italic ex -- \markup\italic cel -- \markup\italic sis \markup\italic De -- \markup\italic o, __ \set stanza = \markup\dynamic"f " \markup\italic Glo -- \markup\italic ri -- \markup\italic a \markup\italic in \markup\italic ex -- \markup\italic cel -- \markup\italic sis \markup\italic De -- \markup\italic o! } lyricsA = \lyricmode { \set stanza = #"1. " Ghosts and ghoulies of the night running, dancing, singing bright. Leave on your front porch light so that they can celebrate. All Hallow's Eve, All Hallow's Eve, All Hallow's Eve, tonight. Maybe finding candy. All Hallow's Eve, All Hallow's Eve, All Hallow's Eve, tonight. Finding joy disguised as brains. } lyricsB = \lyricmode { \set stanza = #"2. " Little ones we see tonight dressed as bugs and animals. Larger ones we see as well dressed as ghouls from Great Below. All Hallow's Eve, All Hallow's Eve, All Hallow's Eve, tonight. Maybe finding candy. All Hallow's Eve, All Hallow's Eve, All Hallow's Eve, tonight. Finding joy wrapped in a cape. } lyricsC = \lyricmode { \set stanza = #"3. " If you go outside tonight please beware of children's light. You don't need an undead child to become a more dead child. All Hallow's Eve, All Hallow's Eve, All Hallow's Eve, tonight. They only want candy. All Hallow's Eve, All Hallow's Eve, All Hallow's Eve, tonight. Please will you protect their brains. } tenorMusic = \relative c' { d4 d d d | c d d2 | d4 c d b | d c b2 | d4 d e8[ d] c[ b] c4 d d2 | d4 e d b | d c b2 | b2( e~ | e d~ | d c | a4) g fis2 | g4 fis g g | g( b) d4.( c8) | b2( e~ | e d~ | d c | a4) g fis2 | g4 fis g g | g( b d4. c8) | b2. s4 \bar "|." } bassMusic = \relative c' { g4 g g b | a d, g2 | g4 g g g | d d g2 | g4 b e8[ d] c[ b] | a4 d, g2 | g4 c b g | d d g2 | g2( e4 gis | a2 d,4 fis | g2 c,4 e | fis) e d( c) | b a g c | d2 d | g2( e4 gis | a2 d,4 fis | g2 c,4 e | fis) e d( c) | b a g c | d1 | g2. d4\rest \bar "|." } \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 Staff = men << \clef bass \new Voice = "tenors" { \voiceOne << \global \tenorMusic >> } % \new Voice = "basses" { \voiceTwo << \global \bassMusic >> } >> % \new Lyrics \with { alignBelowContext = #"women" } \lyricsto "tenors" \origLyrics % \new Lyrics \with { alignBelowContext = #"women" } \lyricsto "tenors" \lyricsA \new Lyrics \lyricsto "tenors" \origLyrics \new Lyrics \lyricsto "tenors" \lyricsA \new Lyrics \lyricsto "tenors" \lyricsB \new Lyrics \lyricsto "tenors" \lyricsC >> >> \layout { } \midi { \set Staff.midiInstrument = "flute" \context { \Staff \remove "Staff_performer" } \context { \Voice \consists "Staff_performer" } } } }