\version "2.14.2"
songDedication = \markup {for E.R.}
songTitle = "Lots of Little Shoes"
songPoet = "S.W. Black"
songCopyright = "2016 S.W.Black"
tuneArranger = \markup { tune of \italic{Fröhlich soll mein Herze springen} }
tuneComposer = \markup{Johann Georg Ebeling (1637–1676)}
tuneSource = \markup{from \italic{CantateDomino.org}}
albumCopyright = \markup {Creative Commons Attribution 4.0 License}
albumTagline = \markup {for \italic {Christmas 2016.}
If you can do better, fork it from
https://github.com/mrbeany/christmas-2016}
% Fancier Copyright/Tagline messages
\include "../book/album.ily"
global = {
\key f \major
\time 4/4
\autoBeamOff
\tempo 4 = 120
}
sopMusic = \relative c' {
f2 g | a2. g4 | a c d2 | c1 | c4 d bes2 | bes4 c a2 |
a4 c bes a | g2 f | c' bes | a2. g4 | f e d2 | c1 |
c'4 d bes2 | bes4 c a2 | a4 g bes a | g2 f2 \bar "|."
}
altoMusic = \relative c' {
c2 d4( e) | f2. e4 | f e g2 | e1 | f4 f d2 | d4 e c2 |
c4 c f f | f( e) c2 | f f4( e) | f2. c4 | c c c( b) | c1 |
e4 f d2 | d4 e c2 | d4 d8[ c] bes4 c | d( c) a2 \bar "|."
}
tenorMusic = \relative c' {
a2 bes | c2. c4 | c c c( b) | c1 | a4 a bes2 | g4 g a2 |
f4 g8[ a] bes4 c | c2 a | a bes | c2. e,4 | f g a( g) | e1 |
g4 a a( g) | bes a8[ g] f2 | f4 g d8[ e] f4 | f( e) c2 \bar "|."
}
bassMusic = \relative c' {
a2 g | f2. c4 | f a g2 | c,1 | f4 d g2 | g4 c, f2 |
f4 e d f | c2 f | f, g | a2. c4 | d e f( g) | c,1 |
c4 f, g2 | g'4 c, f( e) | d bes8[ a] g4 a | bes( c) f,2 \bar "|."
}
lyricsA = \lyricmode {
\set stanza = #"1. "
I want to eat lots of little shoes.
Pre -- fer' -- bly cho -- co -- late, but may -- be in stew.
I think I might eat a little die tonight
but just one, not so much eat -- ing though they're small dice.
}
lyricsB = \lyricmode {
\set stanza = #"2. "
I think I might blow up in~my side
to get to just that lung, but not to the other side.
I think I might draw a picture, too.
Of my poo from last night.
His name was Unc -- le Stew.
}
lyricsC = \lyricmode {
\set stanza = #"3. "
He was not act -- ual -- ly my uncle.
But all the same that's what I called this gi -- ant poo.
I thought I was just be -- ing polite.
Then I found that I was act -- ual -- ly part poo -- p.
}
lyricsD = \lyricmode {
\set stanza = #"4. "
That's what I have grow -- ing deep inside.
It's just poo. Poo, poo, poo. Poo all in my in -- sides.
So, per -- haps, my unc -- le he~was right.
We're all poo, deep in -- side. And so let's all have pride.
}
\bookpart{
\tocItem \songTitle
\header {
title = \songTitle
poet = \songPoet
dedication = \songDedication
%translator = \songTranslator
composer = \tuneComposer
arranger = \tuneArranger
source = \tuneSource
copyright = \albumCopyright
tagline = \albumTagline
}
\score {
<<
\new Staff \new Voice = "sopranos" { \global \sopMusic }
\new Lyrics \lyricsto "sopranos" \lyricsA
\new Lyrics \lyricsto "sopranos" \lyricsB
\new Lyrics \lyricsto "sopranos" \lyricsC
\new Lyrics \lyricsto "sopranos" \lyricsD
>>
\layout { }
% \midi { }
}
}
\bookpart{
\header {
title = \songTitle
poet = \songPoet
}
\score {
<<
\new Staff \new Voice = "tune" { \global \repeat unfold 4 \sopMusic }
\new Lyrics \lyricsto "tune" {
\lyricsA \lyricsB \lyricsC \lyricsD
}
>>
\midi { }
}
}
text/x-lilypond
This content has been proxied by September (3851b).