\version "2.13.19-1"
\header {
title = "Julekveld. C. M."
piece = "Inger M. Wexelsen (1859); trans. Peter A. Sveeggen"
composer = " Peder Knudsen (1859)"
tagline = ""
}
#(set-default-paper-size "legal" 'landscape)
\paper {
between-system-space = 7.5\cm
between-system-padding = #1
ragged-bottom=##f
ragged-last-bottom=##f
}
stanzaOne = \lyricmode {
\set stanza = "1."
I am so glad each Christ -- mas Eve,
The night of Je -- sus' birth!
Then like the sun the star shone forth,
And an -- gels sang on earth.
}
stanzaTwo = \lyricmode {
\set stanza = "2."
The lit -- tle Child in Beth -- le -- hem,
He was a King in -- deed!
For He came down from Heaven a -- bove
To help a world in need
}
stanzaThree = \lyricmode {
\set stanza = "3."
When mo -- ther trims the Christ -- mas tree
Which fills the room with light,
She tells me of the wond -- rous star
That made the dark world bright.
}
sopranoMusic = {
\sacredHarpHeads
\set shapeNoteStyles = ##(fa #f la fa #f la mi)
\clef treble
\key a \major
\autoBeamOff
\time 6/8
\relative c' {
\partial 8
e8 | e4 e8 a4 a8 | b4 a8 gis4 gis8 |
gis4 a8 b4 b8 | a4.( a4)
e8 | e4 e8 a4 a8 | a4 a8 b4 b8 |
cis4 cis8 b4 b8 | a4.( a4)
}
}
altoMusic = {
\sacredHarpHeads
\set shapeNoteStyles = ##(fa #f la fa #f la mi)
\clef treble
\key a \major
\autoBeamOff
\time 6/8
\relative f' {
\partial 8
e8 | cis4 cis8 e4 e8 | e4 cis8 b4 e8 |
e4 a8 fis4 gis8 | e4.( e4)
e8 | cis4 cis8 e4 e8 | e4 d8 fis4 fis8 |
e4 e8 d4 d8 | cis4.( cis4)
}
}
tenorMusic = {
\sacredHarpHeads
\set shapeNoteStyles = ##(fa #f la fa #f la mi)
\clef treble
\key a \major
\autoBeamOff
\time 6/8
\relative c' {
\partial 8
e8 | a4 a8 cis8.[ b16] a8 | gis4 a8 b4
e,8 |
b'4 cis8 d8.[ cis16] b8 | cis4.( cis4)
e,8 | a4 a8 cis8.[ b16] a8 | gis4 fis8 d'4
b8 | a4 a8 gis8.[ fis16] gis8 | a4.( a4)
\bar "|."
}
}
bassMusic = {
\sacredHarpHeads
\set shapeNoteStyles = ##(fa #f la fa #f la mi)
\clef bass
\key a \major
\autoBeamOff
\time 6/8
\relative c {
\partial 8
e8 | a,4 a8 a4 cis8 | e4 e8 e4 e8 |
d4 cis8 b4 e8 | 4.( 4)
e8 | a,4 a8 a4 cis8 | e4 e8 b4 d8 |
e4 e8 e4 e8 | 4.( 4)
}
}
\paper {
left-margin = 3\cm
}
\score
{
<<
\new Voice = "one" { \sopranoMusic}
\new Lyrics \lyricsto "one" \stanzaOne
\new Lyrics \lyricsto "one" \stanzaTwo
\new Voice = "two" { \altoMusic}
\new Lyrics \lyricsto "two" \stanzaThree
<<
>>
\new Voice = "three" { \tenorMusic}
\new Lyrics \lyricsto "three" \stanzaOne
\new Lyrics \lyricsto "three" \stanzaTwo
\new Lyrics \lyricsto "three" \stanzaThree
\new Voice = "four" { \bassMusic}
>>
\layout {
indent = 0 \cm
firstpagenumber = no
}
}