\version "2.14.2" songTitle = "Cosplay’s not just for Halloween" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ God Rest You Merry, Gentlemen } } tuneComposer = \markup { Traditional } tuneSource = \markup { from \italic {Christmas Carols, New and Old}} 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 2/2 \tempo 4 = 130 } sopMusic = \relative c' { \partial 4 \repeat volta 2 { e4 | e b' b a | \slurDotted g( fis) e d | \slurSolid e fis g a | b2. e,4 | e b' b a | \slurDotted g( fis) e d | \slurSolid e fis g a | b2 b4\rest b | c a b c | \slurDotted d( e) b a | \slurSolid g e fis g | a2 g4( a) | b2 c4 b | b( a) g fis | e2 g8\noBeam fis e4 | a2 g4( a) | b( c) d e | b( a) g fis | e2. } } altoMusic = \relative c' { e4 | e g fis dis | \slurDotted e( d?) c b | \slurSolid e dis e e | dis2. e4 | e g fis dis | \slurDotted e( d?) c b | \slurSolid e dis e e | dis2 s4 e | e d d g | \slurDotted f( e) d dis | \slurSolid e cis d g | fis2 g4( d) | d2 e4 d | g( fis) e dis | e2 b8\noBeam b cis4 | d2 e4( fis) | g2 g4 g | g( fis) e dis | e2. } tenorMusic = \relative c { e4 | g e fis b | \slurDotted b( b) g g | \slurSolid g b b e, | fis2. e4 | g e fis b | \slurDotted b( b) g g | \slurSolid g b b e, | fis2 s4 g | a a g g | \slurDotted g( g) g fis | \slurSolid g g a d | d( c) b( a) | g2 g4 g | d'( c) b b | g2 g8\noBeam g g4 | fis( a) d( c) | b( g) d' c | d( c) b b | g2. } bassMusic = \relative c { e4 | e e dis b | \slurDotted e( b) c g | \slurSolid c b e c | b2. e4 | e e dis b | \slurDotted e( b) c g | \slurSolid c b e c | b2 d4\rest e | a fis g e | \slurDotted b( c) g b | \slurSolid e e d b | d2 e4( fis) | g2 c,4 g' | g,( a) b b | e2 e8\noBeam e e4 | d( c) b( a) | g( e') b c | g( a) b b | e2. } origLyric = \lyricmode { \set stanza = #"O. " God rest you mer -- ry, \set ignoreMelismata = ##t gen -- tle -- men, \unset ignoreMelismata Let noth -- ing you dis -- may, Re -- mem -- ber Christ our Sav -- ior Was born on Christ -- mas Day, To save us all from \set ignoreMelismata = ##t Sa -- tan’s \unset ignoreMelismata pow’r When we were gone a -- stray; \set stanza = \markup\dynamic"ff " O __ ti -- dings of com -- fort and joy, com -- fort and joy, O __ ti -- dings of com -- fort and joy. } lyricA = \lyricmode { \set stanza = #"1. " I hope that you'll agree cosplay's not just for Halloween. We dress up in our costumes and have lots of fun, you see. Chewbacca, Wonder Woman, and the rat-man mutant Scree. Gender bending and cross play adds twists twists and turns You could even dress as Bizarro Captain Kirk. Perhaps Zor-El and a borg fell in lust or fell in love. A mechanized uterus could have helped the pair evolve. A chair like Davros would really give you some more resolve. And your children could destroy the hall. Vendors and art. Mutants, yes, but what would have set them off? If your father was in Japan in the mid-seventies He might have been exposed to a children's TV series. Three generations of rangers fighting strange entities. The cosplay pictures would look oh so cute. Cute as can be. You'd be posing for pictures all night and day. } \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 { } \midi { \set Staff.midiInstrument = "flute" \context { \Staff \remove "Staff_performer" } \context { \Voice \consists "Staff_performer" } } } }