The English Hymnal - Wiki Music Experiment/036
Jump to navigation
Jump to search
Lily1 Code
Edit this section and paste your code between the tags <code><pre> and </pre></code>.
To upload a midi, go here: file-repository. You need a userid and password (see this project's main wiki page).
Then create a link in this section to that uploaded midi file.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% The English Hymnal, 036.png
%%% Format=ABC
%%%
X: 12
T: BRISTOL. (C. M.)
C: Melody from Ravenscroft's Psalter, 1621.
M: 4/2
L: 1/2
Q: 1/2=69
K: G
V:1 staves=4
%%MIDI transpose 0
d2|cABG|A>AG2||c2|BAA^G|A2||
A2|BcBG|AGF2||d2|BcAA|G2||
%
V:2
%%MIDI transpose 0
D2|EDDD|EFG2||E2|E(C/D/)E>D|^C2||
D2|DCDD|C(B,/C/)D2||A2|GGGF|G2||
%
V:3 clef=bass
%%MIDI transpose -24
b2|afgd'|c'ab2||a2|^gabb|a2||
f2|gggg|ega2||d'2|d'e'a(d'/c'/)|b2||
%
V:4 clef=bass
%%MIDI transpose -24
g2|cdGB|cdG2||A2|e=fee|A2||
d2|gegB|ced2||f2|gcdd|G2||
%
W: "P. Doddridge, 1702-51.
W: "
W: "Hark the glad sound! the Saviour comes,
W: " The Saviour promised long!
W: "Let every heart prepare a throne,
W: " And every voice a song.
W: "
W: "He comes the prisoners to release
W: " In Satan's bondage held;
W: "The gates of brass before him burst,
W: " The iron fetters yield.
W: "
W: "He comes the broken heart to bind,
W: " The bleeding soul to cure,
W: "And with the treasures of his grace
W: " To enrich the humble poor.
W: "
W: "Our glad hosannas, Prince of peace,
W: " Thy welcome shall proclaim,
W: "And heaven's eternal arches ring
W: " With thy belovèd name.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% The English Hymnal, 036.png
%%% Format=ABC
%%%
%%% Amen only.
X: 13
T:
C:
M: 4/2
L: 1/2
Q: 1/2=69
K: G
V:1 staves=4
%%MIDI transpose 0
G2G2||
%
V:2
%%MIDI transpose 0
E2D2||
w:A-men.
%
V:3 clef=bass
%%MIDI transpose -24
c'2b2||
%
V:4 clef=bass
%%MIDI transpose -24
c2G2||
Lily2 Code
Edit this section and paste your code between the tags <code><pre> and </pre></code>.
To upload the output PDF and midi files, go here: file-repository. You need a userid and password (see this project's main wiki page).
Then create a link in the Lily3 section to those files
%%%036.png
%%%Hymn 6 Bristol (C. M.) "Hark the glad sound!"
%%%Version 3 Fonts reset.
\version "2.10"
\header {
dedication = \markup { \center-align { "THE CHRISTIAN YEAR - ADVENT"
\hspace #0.1 }}
title = "6"
meter = \markup { \small { \column { \line { \sans {"BRISTOL."} \hspace #1 \roman {"(C. M.)"}}
\line { \italic {Moderately slow} \fontsize #-5 \general-align #Y #DOWN \note #"2" #1 = 69.}}}}
arranger = \markup { \small \center-align {
\line{ \italic {"Melody from" } }
\line { \italic { "Ravencroft's Psalter, 1621."}}}}
tagline =""
}
nbbar = {\bar "|" \noBreak }
halfmeasure = \set Score.measurePosition = #(ly:make-moment 2 2)
soprano = \relative c' {
\partial 1 d'1 \nbbar c2 a2 b2 g2 \nbbar a2. a4 g1 \bar "||" \noBreak
\halfmeasure c1 \nbbar b2 a2 a2 gis2 \nbbar a1 \bar "||" \break
\halfmeasure a1 \nbbar b2 c2 b2 g2 \nbbar a2 g2 fis1 \bar "||" \noBreak
\halfmeasure d'1 \nbbar b2 c2 a2 a2 \nbbar g1
}
alto = \relative c' {
d1 | e2 d2 d2 d2 | e2 fis2 \once \override NoteColumn #'force-hshift = #-0.02 g1 \bar "||"
e1 | e2 c4 ( d4 ) e2. d4 | cis1 \bar "||"
d1 | d2 c2 d2 d2 | c2 b4 ( c4 ) d1 \bar "||"
a'1 | g2 g2 g2 fis2 | \once \override NoteColumn #'force-hshift = #-0.02 g1 \bar "||"
}
tenor = \relative c { \clef bass
b'1 | a2 fis2 g2 d'2 | c2 a2 b1 \bar "||"
a1 | gis2 a2 b2 b2 | a1 \bar "||"
fis1 | g2 g2 g2 g2 | e2 g2 a1 \bar "||"
d1 | d2 e2 a,2 d4 ( c4 ) | b1 \bar "||"
}
bass = \relative c {\clef bass
g'1 | c,2 d2 g,2 b2 | c2 d2 g,1 \bar "||"
a1 | e'2 f2 e2 e2 | a,1 \bar "||"
d1 | g2 e2 g2 b,2 | c2 e2 d1 \bar "||"
fis1 | g2 c,2 d2 d2 | g,1 \bar "||"
}
global = {
\time 4/2
\key g \major
\set Staff.midiInstrument = "church organ"
}
#(ly:set-option 'point-and-click #f)
\paper {
#(set-paper-size "a4")
% annotate-spacing = ##t
top-margin = 3\mm
bottom-margin = 5\mm
print-page-number = ##f
after-title-space = 1\mm
between-system-space = #0.1
between-system-padding = 2\mm
ragged-last-bottom = ##t
ragged-bottom = ##t
}
\book{
\score{
\new ChoirStaff
<<
\context Staff = upper <<
\context Voice = sopranos { \voiceOne \global \soprano }
\context Voice = altos {\voiceTwo \global \alto }
>>
\context Staff = lower <<
\context Voice = tenors { \voiceOne \global \tenor }
\context Voice = basses { \voiceTwo \global \bass }
>>
>>
\layout {
indent=0
% \context { \Score timing = ##f }
\context { \Score \remove "Bar_number_engraver" }
\context { \Staff \remove "Time_signature_engraver" }
\context { \Score \remove "Mark_engraver" }
\context { \Staff \consists "Mark_engraver" }
}
\midi {
\context {
\Score
tempoWholesPerMinute = #(ly:make-moment 69 2)
}
}
} %%score bracket
\markup { \hspace #8 %%add space as necc. to center the column
\fill-line {
\column {
\line { \small { \italic {\hspace #44 "P. Doddridge, 1702-51." }}}
\hspace #1 % adds vertical spacing between verses. More such lines more space.
\column { %% stanza 1 column
\line { \hspace #2.2 \column { \lower #2.4 \fontsize #8 "H" } %%Drop Cap goes here
\hspace #-1 %% adjust this if other letters are too far from Drop Cap
\column { \raise #0.0 "ARK the glad sound! the Saviour comes," " The Saviour promised long!" } }
\line { \hspace #2.5 %%adjust hspace until this line left edge is flush with Drop Cap
\lower #1.56 %%adjust this until the line spacing looks right
\column {
"Let every heart prepare a throne,"
" And every voice a song."
}}
} %% finish stanza 1
\hspace #1
\line { "2 "
\column {
"He comes the prisoners to release"
" In Satan's bondage held;"
"The gates of brass before him burst,"
" The iron fetters yield."
}}
\hspace #1
\line { "3 "
\column {
"He comes the broken heart to bind,"
" The bleeding soul to cure,"
"And with the treasures of his grace"
" To enrich the humble poor."
}}
\hspace #1
\line { "4. "
\column {
"Our glad hosannas, Prince of peace,"
" Thy welcome shall proclaim,"
"And heaven's eternal arches ring"
" With thy belovèd name."
}}
}}
} % stanza markup bracket
%% Amen score block
\score{
\new ChoirStaff
<<
\context Staff = upper \with { fontSize = #-3 \override StaffSymbol #'staff-space = #(magstep -2) }
<<
\context Voice = "sopranos" { \relative c' { \clef treble \global \voiceOne g'1 g1 \bar "||" }}
\context Voice = "altos" { \relative c' { \clef treble \global \voiceTwo e1 d1 \bar "||" }}
>>
\context Lyrics \lyricsto "altos" { \override LyricText #'font-size = #-1 A -- men. }
\context Staff = lower \with { fontSize = #-3 \override StaffSymbol #'staff-space = #(magstep -2) }
<<
\context Voice = "tenors" { \relative c { \clef bass \global \voiceThree c'1 b1 \bar "||" }}
\context Voice = "basses" { \relative c { \clef bass \global \voiceFour c1 g1 \bar "||" }}
>>
>>
\header { breakbefore = ##f piece = " " opus = " " }
\layout {
ragged-right = ##t
indent = 15\cm
\context { \Staff \remove Time_signature_engraver }
}
\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 69 2) }} %%Amen midi
}
} %%book bracket
Lily3
Download the files from these links, edit the code in Lily2 or else leave notes in the section below.
Version 1:
Version 2:
Notes
- "slow" should be lower case in tempo marking. --stygiania 15:04, 11 May 2007 (PDT)
- -fixed. Only uploaded new pdf and code since midi unchanged. Jkenny 02:52, 12 May 2007 (PDT)
Lily3 Cleared QMacrocarpa 06:07, 12 May 2007 (PDT)
Record of Work
- Lily1 - done by QMacrocarpa (ABC). Strip out \" in lyrics once imported into Lilypond.
- Lily2 - done by jkenny.
- Lily3 - QMacrocarpa found no problems-- 2nd opinion please!
- - Just one niggling thing. --stygiania 15:06, 11 May 2007 (PDT)
- - fixed. Jkenny 02:56, 12 May 2007 (PDT) Ready for Lily 3
- - Lily3 Cleared QMacrocarpa 06:07, 12 May 2007 (PDT)
- - Just one niggling thing. --stygiania 15:06, 11 May 2007 (PDT)
- Reset fonts to Proposal 3 conventions Jkenny 05:17, 22 May 2007 (PDT)