\version "2.14.2" songTitle = "Cat Poop" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ A Cradle-Song of the Blessed Virgin } } tuneComposer = \markup { Joseph Barnby (1838–1896) } tuneSource = \markup {from \italic {Christmas Carols, New and Old}} albumProduct = "Misc Kid 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 \tempo "Allegretto non troppo." 4 = 90 } songChords = \relative c' { < a c f >8 | < a c f >4. < a c f >4. | < a d f >4. < d f g >4 < a d f >8 | < bes d f>4. < bes d e >4 < c e >8 | < bes d e f >4 < bes c e f >8 < a c f >4 < a c e f >8 | < b d f >4. < a c f >4. | < b d f g >4 < a c f >8 < b d f g >4 < b f g >8 | < c e >4. < a d f >4 < a c ees fis >8 | < c e! g >4. < b d f g >4. | < c e >4. < bes c e >4. | < a c f >4 < a f >8 < a c ees g >4 < a c ees f >8 | < bes c d f >4 < bes d g >8 < a bes d g >4 < bes d g >8 | < bes c d g >4.~ < bes c e g >4. | < a f >4. < a f >4 } songChords_reduce = \relative c' { < a c f >8 | < a c f >4. < a c f >4. | < a d f >4. < d f g >4 < a d f >8 | < bes d f>4. < bes d e >4 < c e >8 | < bes e f >4. < a c f >4. | < b d f >4. < a c f >4. | < b d f g >4 < a c f >8 < b f g >4. | < c e >4. < a d f >4 < a c ees fis >8 | < c e! g >4. < b d f g >4. | < c e >4. < bes c e >4. | < a f >4. < a c ees >4. | < bes c d f >4 < bes d g >8 < bes d g >4. | < bes c d g >4. < bes c e g >4. | < a f >4. < a f >4 } sopMusic = \relative c' { \partial 8 a'8 | a4 a8 c4 a8 | a4. g4 a8 | bes4 bes8 d4 c8 | bes4. a4 a8 | b4 b8 c4 a8 | g4( \acciaccatura b8 a8) g4 g8 | e'4 e8 d4 c8 | c4.( d) | c( c4) c8^\markup\italic"piu lento." | c4 a8 g4 f8 | f4 g8 a4 bes8 | g4.(~ g | f~ f4) } altoMusic = \relative c' { f8 | f4 f8 f4 f8 | f4. f4 f8 | f4 f8 e4 e8 | e4. f4 f8 | f4 f8 f4 f8 | f4. f4 f8 | e4 e8 f4 fis8 g4.( f) | e~ e4 e8 | f4 f8 ees4 ees8 | d4 d8 d4 d8 | d4.(\( e\) | f~ f4) } tenorMusic = \relative c' { c8 | c4 c8 a4 c8 | d4. d4 d8 | d4 d8 bes4 c8 | d4( c8) c4 c8 | b4 b8 a4 c8 | d4( c8) b4 b8 | c4 c8 d4 ees8 | e!4.( b) | c( bes!4) bes8 | a4 a8 c4 c8 | c4 bes8 bes4 bes8 | bes4.(~ bes | a~ a4) } bassMusic = \relative c { f8 | f4 f8 f4 f8 | bes4. bes4 a8 | g4 g8 c,4 c8 | f4. f4 e8 | d4 d8 c4 c8 | b4( c8) d4 g,8 | c4 c8 a4 a8 | g4.~ g | c( c4) c8 | f4 f8 a,4 a8 | bes4 bes8 g4 g8 | c4.(~ c | f~ f4) } origLyrics = \lyricmode { \set stanza = #"O. " The Vir -- gin stills the cry -- ing Of Je -- sus, sleep -- less ly -- ing; And sing -- ing for His plea -- sure, Thus calls up -- on her Trea -- sure, “My Dar -- ling, do not weep, My Je -- su, sleep!” __ } lyricsA = \lyricmode { \set stanza = #"1. " Cat poop real -- ly stinks and I don't like to step in it. No. It's real -- ly quite dis -- gus -- ting when I step in it, I~think I~want to cry. Yes I do real -- ly hate to step~in~sticky~poop. } \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 << \new Voice = "sopranos" { \voiceOne \global \sopMusic } % \new Voice { % \voiceTwo % \global % \repeat volta 5 { % \altoMusic % } % } >> \new Lyrics \lyricsto "sopranos" \origLyrics \new Lyrics \lyricsto "sopranos" \lyricsA % \new Staff << % \clef bass % \new Voice { % \voiceOne % \global % \tenorMusic % } % \new Voice { % \voiceTwo % \global % \bassMusic % } % >> >> >> \layout { } \midi { \set Staff.midiInstrument = "flute" \context { \Staff \remove "Staff_performer" } \context { \Voice \consists "Staff_performer" } } } }