\version "2.14.2" songTitle = "Santa Claus, like pumpkin pie" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ Stille Nacht } } tuneComposer = \markup { Franz Gruber (1787–1863) } tuneSource = \markup { from \concat{\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 "../../../lyi/album.ily" global = { \key bes \major \time 6/8 \autoBeamOff \tempo \markup\italic"Tranquillo" 4 = 90 } sopMusic = \relative c' { \slurDotted f8.[ g16] f8 d4. | f8. g16 f8 d4. | c'8.[ b16] c8 a4. | bes8.[ a16] bes8 f4. | g4 g8 bes8.( a16) g8 | f8.\noBeam g16\noBeam f8 d4 bes'8\rest | g4 g8 bes8.( a16) g8 | f8.\noBeam( g16\noBeam) f8 d4 bes'8\rest | \slurSolid c4 c8\noBeam ees8.\noBeam c16\noBeam a8 | bes4.( d4) bes8\rest | bes8[ f] d8 f8.\noBeam ees16\noBeam c8 | bes4.~bes4 bes'8\rest \bar "|." } altoMusic = \relative c' { \slurDotted d8.[ ees16] d8 bes4. | d8. ees16 d8 bes4. | ees8.[ d16] ees8 c4. | d8.[ c16] d8 d4. | ees4 ees8 g8.( f16) ees8 | d8.\noBeam ees16\noBeam d8\noBeam bes4 s8 | ees4 ees8 g8.( f16) ees8 | d8.\noBeam( ees16\noBeam) d8 bes4 s8 | \slurSolid ees4 ees8 c8.\noBeam ees16\noBeam c8 | d4.( f4) s8 | d4 bes8 d8.\noBeam c16\noBeam a8 | bes4.~ bes4 s8 \bar "|." } tenorMusic = \relative c' { \slurDotted bes4 bes8 f4. | bes8. bes16 bes8 f4. | a4 a8 f4. | f4 f8 bes4. | bes4 bes8 g8.( a16) bes8 | bes8.\noBeam bes16\noBeam bes8 f4 s8 | bes4 bes8 g8.( a16) bes8 | bes8.\noBeam( bes16\noBeam) bes8 f4 s8 | a4 a8\noBeam a8.\noBeam a16\noBeam f8 | \slurSolid f4.( bes4) s8 | f4 f8\noBeam f8.\noBeam f16\noBeam ees8 | d4.~d4 s8 \bar "|." } bassMusic = \relative c { \slurDotted bes4 bes8 bes4. | bes8. bes16 bes8 bes4. | f'4 f8 f4. | bes,4 bes8 bes4. | ees4 ees8 ees8.( ees16) ees8 | bes8.\noBeam bes16\noBeam bes8\noBeam bes4 d8\rest | ees4 ees8 ees8.( ees16) ees8 | bes8.\noBeam( bes16\noBeam) bes8 bes4 d8\rest | f4 f8\noBeam f8.\noBeam f16\noBeam f8 | bes,4.~ bes4 d8\rest | f,4 f8\noBeam f8.\noBeam f16\noBeam f8 | bes4.~ bes4 d8\rest \bar "|." } origLyrics = \lyricmode { \set stanza = #"O. " Stil -- le Nacht! hei -- li -- ge Nacht! Al -- les schläft; ein -- sam wacht. Nur das \set ignoreMelismata = ##t trau -- te hoch -- hei -- li -- ge Paar. Hol -- der Kna -- be im lock -- i -- gen Haar, \unset ignoreMelismata Schlaf in himm -- li -- scher Ruh! __ Schlaf in himm -- li -- scher Ruh! __ } lyricsA = \lyricmode { \set stanza = #"1. " We invoke you. We invoke you. We've set the tree and stockings too. We would like you to visit us soon. We have been good. We've set out your food. Please would you bring us presents? Santa, you're really the best. I really think you are nice. You are like a pumpkin pie. Really nice, when covered with froth Pictures online would go for a lot. You could bring us some pumpkins. Then we could make us some pie. We pray to you. We pray to you. We send you prayers: notes of concern. We would like you to bring us some things We would like you to know which things Santa could you bring them? I made you pictures of them. We love you. We love you. You are sweet. Yes, it is true. I would like to be with you now. We could sit and talk about cows. Santa, you're really a sweet-heart. I really love you the best. I think you're sweet. I think you're sweet. And really neat. Yes, I mean that. You could cover yourself in barbecue sauce. I could think that you're off of your rocker. You are really awesome. I think you're covered with slosh. I love you. I love you. You are not covered in poo. You are Santa Claus, yes that is true. Like Shazam, you wear a red suit. I think you're really awesome. I wonder if your a kid. } \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" } } } }