\version "2.14.2" songTitle = "Fermi's Paradox" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ O Little Town of Bethlehem } } tuneComposer = \markup { Lewis H. Redner (1831–1908) } tuneSource = \markup {from \italic {Christmas Carols and Hymns for School and Choir}, 1910} albumProduct = "Other Carols from 2015" 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 = 95 } sopMusic = \relative c'' { \partial 4 b4 | b b ais b | \slurDotted d( c) e, a | \slurSolid g fis8[ g] a4 d, | b'2. b4 | b b e d | d c e, a | g fis8[ g] b4. a8 | g2. b4 | b b a g | fis2 fis4 fis | e fis g a | b2. b4 | b b ais b | d c e, e' | d g, b4. a8 | g2. \bar "|." } altoMusic = \relative c' { d4 | d d cis d | \slurDotted f( e) c e | d d d d | d2. d4 | d g gis gis | a e c e | d d fis fis | g2. g4 | g g fis e | dis2 dis4 dis | e fis g e | fis2. g4 | d d cis d | \slurSolid e e c e8[ fis] | g4 cis, d4 c | b2. \bar "|." } tenorMusic = \relative c' { g4 | g g g g | \slurDotted gis( a) a c | \slurSolid b a8[ b] c4 c | b2. g4 | g b b e | e e e c | b a8[ b] d4 c | b2. d4 | d b c cis | dis2 dis4 b | e, fis g e' | dis2. d4 | d b g g | gis a a a | b a8[ g] g4 fis | g2. \bar "|." } bassMusic = \relative c' { g4 | g g g g | \slurDotted c,( c) c c | d d d d | g,2. g'4 | g f e e | a a a, c | d4. d8 d4 d | g2. g4 | g g a ais | b2 b4 b, | e fis g c | b2. g4 | g g g g | c, c c c | d e d4 d | g,2. \bar "|." } origLyrics = \lyricmode { \set stanza = #"O. " \set ignoreMelismata = ##t O lit -- tle town of Beth -- le -- hem, How still we _ see thee lie! A -- bove thy deep and dream -- less sleep The si -- lent _ \set associatedVoice = "altos" stars go by; \unset associatedVoice Yet in thy dark streets shin -- eth The ev -- er -- last -- ing Light; The hopes and fears of all the years Are met in \set associatedVoice = "altos" thee to -- night. } lyricsA = \lyricmode { \set stanza = #"1. " The problem with Fermi's Paradox is related to how we're grown. Evolution found a niche, and it is one that hits close to home. We're evolved to lie and steal, to cheat and harm ourselves. Humanity would have been better off as loving wolves. We can't run very fast, but we can carry your stuff while we go. Our face very expressive, in anger a smile can show. We lie with our clothes. Our estrus gives no outward sign. Fathers deceived, our speech further spins such deceptive lines. Daytime TV, it does showcase mankind being mean to man. Recognizing and enhancing these things improves your life span. Evolution didn't stop, when our world, it was won. We turned our gaze next door and evolved to defeat their sons. The implications here could be profound to say the least. The event stopping contact is that we are naught but beasts. Intelligent life like us would be inwardly drawn. Wars and division likely until they see their last dawn. Our only hope for survival is in seeing brains at home. We have intelligence here, in our own little biome. Perhaps with some uplift, we could lend our kin a hand. Then we might not destroy that which we can not understand. } \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" } } } }