\version "2.14.2" songTitle = "Please clean up after your puppy" songPoet = "S.W. Black" songCopyright = "2015 S.W.Black" tuneArranger = \markup { tune of \italic{ We Wish You a Merry Christmas } } tuneComposer = \markup { English Folk Song } tuneSource = \markup \null 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 aes \major \time 3/4 \autoBeamOff \tempo 4 = 150 } sopMusic = \relative c' { \partial 4 ees4 | aes4 aes8\noBeam bes aes\noBeam g | f4 f f | bes bes8\noBeam c bes\noBeam aes | g4 ees ees | c' c8\noBeam des c\noBeam bes | \slurDotted aes4 f ees8\noBeam( ees) | f4 bes g | aes2^\markup\italic"Fine" ees4 | aes aes aes | g2 g4 | aes g f | ees2 bes'4 | c bes aes | ees' ees, ees8\noBeam ees | f4 bes g | aes2 \bar "|." } altoMusic = \relative c' { ees4 | c c8\noBeam c c\noBeam c | des4 des ees | d d8\noBeam d d\noBeam d | ees4 ees ees | e e8\noBeam e e\noBeam e | \slurDotted f4 c ees8\noBeam( ees) | des4 f ees | ees2 \bar "||" c4 | ees4 ees ees | ees2 ees4 | d4 d d | ees2 ees4 | ees des c | ees ees ees8\noBeam ees | des4 f ees | ees2 \bar "|." } tenorMusic = \relative c { ees4 | ees4 ees8\noBeam ees aes\noBeam aes | aes4 aes a | bes f8\noBeam aes g\noBeam f | ees4 g g | g g8\noBeam g c\noBeam c | \slurDotted c4 aes aes8\noBeam( aes) | aes4 des des | c2_\markup\italic"Fine" \bar "||" aes4 | c c c | bes2 bes4 | bes bes aes | g2 g4 | aes aes aes | aes aes aes8\noBeam aes | aes4 des des | c2 \bar "|." } bassMusic = \relative c { ees4 | aes, aes8\noBeam aes aes\noBeam aes | des4 des c | bes bes8\noBeam bes bes\noBeam bes | ees4 ees des | c c8\noBeam c c\noBeam c | \slurDotted f4 f c8\noBeam( c) | des4 bes ees | aes2 \bar "||" aes4 | aes, aes aes | bes2 bes4 | bes bes bes | ees2 ees4 | aes, aes aes | c c c8\noBeam c | des4 bes ees | aes2 \bar "|." } origLyrics = \lyricmode { \set stanza = #"O. " \set ignoreMelismata = ##t We wish you a Mer -- ry Christ -- mas, We wish you a Mer -- ry Christ -- mas, We wish you a Mer -- ry Christ -- mas, And a hap -- py New Year! } lyricsA= \lyricmode { \set stanza = #"1. " Please clean up after your puppy. Please clean up after your puppy. Please clean up after your puppy. There's poop over here. The puppy's poop can cause blindness in kids. Doctors might not save them! Roundworms do not kid. Go clean up after your dragon. Go clean up after your dragon. Go clean up after your dragon. The sheep's over there. The dragon loves to play big messy games. We might slip and tumble, but who could we blame? Please clean up after your kitty. Please clean up after your kitty. Please clean up after your kitty. There's yuck over there. The kitty's sleeping out back in the yard. We'd love you to see her. Pet gently not hard. } \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" } } } }