\version "2.14.2" songTitle = "Santa, are you online?" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ O Come, All Ye Faithful } } tuneComposer = \markup { John Francis Wade (1711–1786) } tuneSource = \markup {from \italic {Christmas Carols and Hymns for School and Choir}, 1910} albumProduct = "Santa-related 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 \autoBeamOff \tempo 4 = 100 } sopMusic = \relative c'' { \partial 4 a4 | a2 e4 a | b2 e, | cis'4 b cis d | \slurDotted cis2 b4 a | a2 gis4 fis | gis( a)( b) cis | \slurSolid gis2( fis4.) e8 | e2. b'4\rest | e2 d4 cis | \slurDotted d2( cis) | b4 cis a b | \slurSolid gis4.( fis8) e4 a4 | a gis a b | a2 e4 cis'4 | cis b cis d | cis2 b4 cis | d cis b a | gis2 a4( d) | cis2( b4.) a8 | a2. \bar "|." } altoMusic = \relative c' { \partial 4 e4 | e2 e4 e | e2 e | e4 e e fis | e2 e4 cis | cis( dis) e dis | \slurDotted e( dis8[) cis]( b4) e | \slurSolid e2( dis4.) e8 | e2. s4 | e2 fis8[ gis] a4 | a( \slurDotted gis)( a2) | e4 e fis fis | \slurSolid e2 e4 e4 | e1~ | e2 e4 e | e e e e | e2 e4 a | gis a e e8[ dis] | e2 e4( fis) | e2( d4.) cis8 | cis2. \bar "|." } tenorMusic = \relative c' { \partial 4 cis4 | cis2 cis4 cis | b2 b | a4 b a a | \slurDotted a2 gis4 a | a2 b4 b | b( a)( e') cis | \slurSolid b2( a4.) gis8 | gis2. d4\rest | cis'2 d4 e | \slurDotted e2( e2) | e4 a, cis d | \slurSolid b4.( a8) gis4 cis4 | cis b cis d | cis2. a4 | a gis a b | a2 gis4 e' | e e b b | b2 a | a( gis4.) a8 | a2. \bar "|." } bassMusic = \relative c' { \partial 4 a4 | a2 a4 a | gis2 gis | a4 gis a d, | \slurDotted e2 e4 fis | fis2 e4 b | e( cis)( gis) a | b2~b4. e8 | e2. s4 | cis'2 b4 a | b2( a2) | gis4 a fis d | e2 e4 \slurSolid d\rest | g,1\rest | g1\rest | g1\rest | g2\rest f4\rest a'4 | b a gis fis | e( d) cis( d) | e2~e4. a,8 | a2. \bar "|." } origLyrics = \lyricmode { \set stanza = #"1. " \set ignoreMelismata = ##t O come, all ye faith -- ful, Joy -- ful and tri -- um -- phant, O come ye, O come _ ye to Beth -- _ le -- hem; Come and be -- hold Him, Born the King of an -- _ gels; \set stanza = \markup\dynamic"mf " \unset ignoreMelismata O come, let us a -- dore Him, \set stanza = \markup\dynamic" f " O come, let us a -- dore Him, \set stanza = \markup\dynamic"ff " O come, let us a -- dore Him, __ Christ, __ the Lord! } lyricsA = \lyricmode { \set stanza = #"1. " Santa, please hear us. We love and cherish you. We want you to have a good time visiting us. We really love you. We love your reindeer, too. We hope that they like veggies. We've made them a nice salad. We hope like you like humus 'cause chickpeas rock. Santa, please hear us. We hope you got our letters. We would call your phone if we had your number. You can reach us with our email address. If you have Internet. Do you have a provider? Is it municipal? Or do you have Comcast? Santa, we're on Facebook, also Instagram. We have an Apple if you ever use FaceTime. We are also on Skype, YouTube and Twitter. Do you use social media? We love our social media. Are you on Tinder 'cause we could get some coffee. } \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" } } } }