\version "2.14.2"
songTitle = "The Magic of the Elves"
songPoet = "S.W. Black"
songCopyright = "2015 S.W.Black"
tuneArranger = \markup { tune of \italic{ Auld Lang Syne } }
tuneComposer = \markup { Traditional }
tuneSource = \markup {from \italic {Favorite Songs and Hymns for School and Home}, 1899}
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 "../book/album.ily"
global = {
\key g \major
\time 2/4
\autoBeamOff
\tempo 4 = 60
}
sopMusic = \relative c' {
\partial 8 d8^\p |
g8. g16 g8 b |
a8. g16 a8 b |
g8. g16 b8 d |
e4. e8 |
d8. b16 b8 g |
a8. g16 a8 b |
\slurDotted g8.( e16) e8( d) |
g4 b8\rest
\repeat volta 2 {
e8 |
d8.[ b16] b8[ g] |
a8. g16 a8 b16\rest b |
b8.[ g16] b8.[ d16] |
e4. e8 |
d8. b16 b8 g |
a8. g16 a8 b |
g8.[ e16] e8[ d] |
g4 b8\rest
}
}
altoMusic = \relative c' {
d8 |
d8. d16 d8 g |
fis8. e16 fis8 fis |
d8. d16 g8 g |
g4. g8 |
g8. g16 g8 g |
fis8. e16 fis8 g |
\slurDotted e8.( c16) c8( c) |
b4 s8
g'8 |
g4 g |
fis8. e16 fis8 s16 g |
g8.[ e16] g8.[ b16] |
c4. c8 |
b8. g16 g8 g |
fis8. e16 fis8 fis |
e4 c4 |
b4 s8 \bar ":|"
}
origLyics = \lyricmode {
\set stanza = #"1. "
\set ignoreMelismata = ##t
Should auld ac -- quain -- tance be for -- got,
And nev -- er brought to mind?
Should auld ac -- quain -- tance be for -- got,
And days of auld lang syne?
\unset ignoreMelismata
\set associatedVoice = "sopranos"
For auld lang syne, my dear,
For auld lang syne;
We’ll tak’ a cup o’ kind -- ness yet
For auld lang syne.
}
lyricsA = \lyricmode {
\set stanza = #"1. "
The Elves they work all through the year
with union benefits.
When sick they don't need to come in
they can rest 'til they are fit.
The elderly don't need to work
they write and act in plays.
You should see what they did
for Huxley's novel "Antic Hay."
And if you want to party with them
please remember this:
They're not at all like little kids
they like to drink and kiss.
Free love came from the elves,
and not from some sixties guru.
When practicing free love
remember to always love you.
They say the magic of the elves
is something that you lose.
When you grow up do you lose it?
Is this what you would choose?
When I grow up I think I would
prefer to keep it all.
All magic and mystery found
I think I'd have a ball.
}
tenorMusic = \relative c' {
b8 |
b8. b16 b8 d |
d8. d16 d8 d |
b8. b16 d8 b |
c4. c8 |
b8. d16 d8 b |
d8. d16 d8 d |
\slurDotted c8.( g16) fis8( fis) |
g4 s8
c |
b8.[ d16] d4 |
d8. d16 d8 s16 d |
d4 d |
c4. c8 |
d8. d16 d8 b |
d8. d16 d8 d |
b4 fis |
g s8 \bar ":|"
}
bassMusic = \relative c {
g'8 |
g8. g16 g8 g |
d8. d16 d8 d |
g8. g16 g8 g |
c,4. c8 |
g'8. g16 g8 g |
d8. d16 d8 g |
\slurDotted c,8.( c16) d8( d) |
g,4 d'8\rest
g |
g4 g4 |
d8. d16 d8 d16\rest g |
g4 g |
c,4. c8 |
g'8. g16 g8 g |
d8. d16 d8 b |
e4 d |
g, d'8\rest \bar ":|"
}
\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 "altos" \origLyrics
\new Lyrics \lyricsto "altos" \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"
}
}
}
}
text/x-lilypond
This content has been proxied by September (3851b).