\version "2.14.2"
songDedication = \markup {for C.B.}
songTitle = "It was full of candy."
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 wonder if you would think of~me then.
I thought I might sit there and think of Aunt Fran -- cis.
I~thought I might think of her all night.
I miss her, since she left a -- way o -- ver to Spain.
}
lyricsB = \lyricmode {
\set stanza = #"2. "
I wondered if, I would see Aunt Molis.
But Aunt Mo -- lis is Mo just fo' sho', a Po' Mo'.
Aunt Mo -- lis, just gave me a~good wish
on a dish for a fish and she was not my sis.
}
lyricsC = \lyricmode {
\set stanza = #"3. "
I thought~I might see my unc -- le Mike.
But that Mike was not Ma -- gic so he could not come.
He was stuck way out~in line up front.
He was stuck way up there with not a __ _ good chair.
}
lyricsD = \lyricmode {
\set stanza = #"4. "
He needed to get off~of his right shoe.
It had got -- ten bugs on it and he thought it~was through.
He thought there might be bugs in~the dish.
But that dish was just fine. It was full of can -- dy.
}
\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 { }
}
}
\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 (ba2dc).