\version "2.14.2" songTitle = "The demons hunting you" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ Creator of the Stars of Night } } tuneComposer = \markup { } tuneSource = \markup { from \italic {Peters’ Sodality Hymn Book,} 1914} 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 f \major \time 6/8 %\autoBeamOff %\set Score.timing = ##f \tempo 4 = 120 } sopMusic = \relative c'' { a4 f a c c d bes c \bar "|" c d bes c bes a g a\fermata \bar "|" c bes g a bes a g f \bar "|" f a bes c bes a g a\fermata } sopMusic_noferm = \relative c'' { a4 f a c c d bes c c d bes c bes a g a2 c4 bes g a bes a g f f a bes c bes a g a2 } sopAmen = \relative c'' { a4( bes a) g2( a) \bar "|." } altoMusic = \relative c' { f4 f f f f f d f a f d e d f e f \fermata \bar "|" a g e f g f e d d f g a g f e f \fermata } altoMusic_noferm = \relative c' { f4 f f f f f d f a f d e d f e f2 a4 g e f g f e d d f g a g f e f2 } altoAmen = \relative c' { f2. e2( f) } tenorMusic = \relative c' { c4 a c a a bes g a c bes bes c bes c c c \bar "|" c c c c d c bes a a c bes a g a c c } tenorMusic_noferm = \relative c' { c4 a c a a bes g a c bes bes c bes c c c2 c4 c c c d c bes a a c bes a g a c c2 } tenorAmen = \relative c' { c2. c1 } bassMusic = \relative c { f4 f f f f bes, g' f f bes, bes c bes c c f\fermata \bar "|" f c c f g c, c d d c bes f g d' c f\fermata } bassMusic_noferm = \relative c { f4 f f f f bes, g' f f bes, bes c bes c c f2 f4 c c f g c, c d d c bes f g d' c f2 } bassAmen = \relative c { f2. c2( f) } origLyrics = \lyricmode { \set stanza = #"O." Cre -- a -- tor of the stars of night, Thy peo -- ple’s ev -- er -- last -- ing Light; Je -- su, Re -- deem -- er, save us all, And hear thy ser -- vants when they call. } lyricsA = \lyricmode { \set stanza = #"1." The demons hunting you are just little kids and you must know that. The real concern is cosmic dust turning you to dust that goes splat. I hope that you like to drink lots of goo 'cause that's the theme tonight. I wanted some pickle themed shots but that just can't always be right. And when you go candy hunting I hope that you really do not end up blotto, fit for grunting, unable to make a whole thought. I really hope that in your case you like to sing with the pumpkins. The pumpkins will not eat your face. They are singing with the munchkins. I hope you are safe and the creche does not open bursting forth the wee vampires that are eating flesh. If you can, I hope that you flee. I hope that Halloween treats you kindly and you stay safe tonight I hope that goblins do not poo or if they do that you might smite. } \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 "altos" \origLyrics \new Lyrics \lyricsto "altos" \lyricsA \new Staff = men << \clef bass \new Voice = "tenors" { \voiceOne << \global { \tenorMusic } >> } \new Voice = "basses" { \voiceTwo << \global {\bassMusic } >> } >> >> >> \layout { } } \score { << \new ChoirStaff << \new Staff = women << \new Voice = "sopranos" { \voiceOne << \global {\sopMusic_noferm }>> } \new Voice = "altos" { \voiceTwo << \global {\altoMusic_noferm } >> } >> \new Lyrics \lyricsto "altos" \origLyrics \new Lyrics \lyricsto "altos" \lyricsA \new Staff = men << \clef bass \new Voice = "tenors" { \voiceOne << \global { \tenorMusic_noferm } >> } \new Voice = "basses" { \voiceTwo << \global {\bassMusic_noferm } >> } >> >> >> \midi { \set Staff.midiInstrument = "flute" \context { \Staff \remove "Staff_performer" } \context { \Voice \consists "Staff_performer" } } } }