The English Hymnal - Wiki Music Experiment/032
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.
Midi file here: midi file
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
%%% 032.png
%%% Hymn 3 Second Mode Melody "Behold the Bridegroom cometh"
%%% Version 3 fonts reset
\version "2.10"
\header {
dedication = \markup { \center-align { "THE CHRISTIAN YEAR - ADVENT"
\hspace #0.1
}}
title="3"
poet = \markup { \small {\sans "SECOND MODE MELODY." \hspace #1 \roman (D. C. M.) }}
meter = \markup { \small { \italic {"Moderately slow, dignified" \fontsize #-5 \general-align #Y #DOWN \note #"2" #1 "= 69."} } }
arranger = \markup { \small { \smallCaps "T. Tallis," \italic " c." "1515-1585."}}
tagline = ""
}
global = {
\time 4/2
\key g \major
\set Staff.midiInstrument = "church organ"
}
%%generates the breathmarks above barlines
breathmark = {
\override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible
\override Score.RehearsalMark #'Y-offset = #'4.0
\override Score.RehearsalMark #'X-offset = #'-0.5
\mark \markup { \fontsize #4 ","}
}
%%make explicit accidentals transparent (they show up when timing is turned off
noacci = \once \override Accidental #'transparent = ##t
soprano = \relative c' { \once \override Staff.TimeSignature #'stencil = ##f
e1 \bar "|" e2 fis2 g2 e2 \bar "|" fis2. fis4 e2 e2 \bar "|" d2 e2 fis2 fis2 \bar "|" e1. \bar "||" \break
e2 \bar "|" a2 b2 c2 a2 \bar "|" b2 b2 a2 a2 \bar "|" g2 a2 b2 b2 \bar "|" a1. \breathmark \bar "||" \break
d,2 \bar "|" g2 a2 b2 g2 \bar "|" a2 a2 g2 g2 \bar "|" \once \override Accidental #'transparent = ##t fis2 g2 a2 a2 \bar "|" g1. \bar "||" \break
g2 \bar "|" fis2 g2 a2 fis2 \bar "|" g2 g2 fis2 e2 \bar "|" \time 3/1 e2 d2 e1 fis1 \bar "|" e1 \bar "||"
}
alto = \relative c' {
b1 \bar "|" b2 d2 d2 b2 \bar "|" d2 d2 c2 c2 \bar "|" b2 e2 e2 d2 \bar "|"
\once \override Dots #'transparent = ##t
\once \override NoteColumn #'force-hshift = #-0.05 e1. \bar "||"
e2 \bar "|" e2 g2 g2 e2 \bar "|" g2 g2 f2 f2 \bar "|" e2 c2 e2 e2 \bar "|" c1. \bar "||"
d2 \bar "|" b2 d2 d2 d2 \bar "|" e2 d2 b2 d2 \bar "|" d2 b2 d2. c4 \bar "|" b1. \bar "||"
b2 \bar "|" d2 e2 e2 d2 \bar "|" d2 d2 d2 c \bar "|" c2 b2 c1 d1 \bar "|" \override NoteColumn #'force-hshift = #-0.05 e1 \bar "||"
}
tenor = \relative c { \clef bass \once \override Staff.TimeSignature #'stencil = ##f
g'1 \bar "|" g2 a2 g2 g2 \bar "|" b2 a2 g2 g2 \bar "|" g2 g2 b2 b2 \bar "|" g1. \bar "||"
b2 \bar "|" c d2 c2 c2 \bar "|" e2 d2 c2 c2 \bar "|" c2 a2 a2 g2 \bar "|" a1. \bar "||"
g2 \bar "|" g2 \noacci fis2 g2 g2 \bar "|" c2 fis,2 g2 g2 \bar "|" a2 g2 g2 fis2 \bar "|" g1. \bar "||"
g2 \bar "|" b2 b2 c a2 \bar "|" b2 b2 b2 g2 \bar "|" g2 g2 g1 b2( a2) \bar "|" g1 \bar "||"
}
bass = \relative c { \clef bass
e1 \bar "|" e2 d2 b2 e2 \bar "|" b2 b2 c2 c2 \bar "|" g2 c2 b2 b2 \bar "|" e1. \bar "||"
g2 \bar "|" a2 g2 e2 a2 \bar "|" e2 e2 f2 f2 \bar "|" c2 f!2 e2 e2 \bar "|" a,1. \bar "||"
b2 \bar "|" e2 d2 g,2 b2 \bar "|" c d2 e2 b2 \bar "|" d2 e2 d2 d2 \bar "|" g,1. \bar "||"
e'2 \bar "|" b2 e2 a,2 d2 \bar "|" g,2 g2 b2 c2 \bar "|" c2 g2 c1 b1 \bar "|"
<< { \voiceTwo e1 }
\new Voice {\once \override NoteColumn #'force-hshift = #0.1 \voiceFour \set fontSize = #-3 e,1 } >> \bar "||"
}
#(ly:set-option 'point-and-click #f)
\paper {
#(set-paper-size "a4")
top-margin = 2\mm
bottom-margin = 3\mm
between-system-padding = 2\mm
before-title-space = 0\mm
after-title-space = 1.5\mm
print-page-number = ##f
between-system-space = #0.1
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)
}
}
}
\markup { \hspace #2.4 %%add space as necc. to center the column
\fill-line {
\column {
%%next line is for attributions
\hspace #1
\line { \hspace #36 \small \italic "Horologion. c. 8th cent. Tr. G. Moultrie."}
\hspace #0.2
\line { \small {\hspace #20 "Ἰδοὺ ὀ Νυμφἱος ἔρΧεται. [Idou o Numphios erchetai.]"} }
\hspace #0.2
\column {
\line { \hspace #2.2 \column { \lower #2.4 \fontsize #8 "B" } %%Drop Cap goes here
\hspace #-1.0 %% adjust this if other letters are too far from Drop Cap
\column { \raise #0.0 "EHOLD the Bridegroom cometh in the middle of the night,"
" And blest is he whose loins are girt, whose lamp is burning bright;" } }
\line { \hspace #2.7 %%adjust hspace until this line left edge is flush with Drop Cap
\lower #1.56 %%adjust this until the line spacing looks right
\column {
"But woe to that dull servant, whom the Master shall surprise"
"With lamp untrimmed, unburning, and with slumber in his eyes."
}}
} %% finish stanza 1
\hspace #0.1 % adds vertical spacing between verses
\line { "2 "
\column {
"Do thou, my soul, beware, beware, lest thou in sleep sink down,"
"Lest thou be given o'er to death, and lose the golden crown;"
"But see that thou be sober, with a watchful eye, and thus"
"Cry—'Holy, holy, holy God, have mercy upon us.' "
}}
}
}
}
%%fake score block to occupy space and force a pagebreak. Can't think of a better way of doing this.
\score{
{ s4 }
\header { breakbefore = ##f piece = " " opus = " " }
\layout{
\context { \Staff
\remove Time_signature_engraver
\remove Key_engraver
\remove Clef_engraver
\remove Staff_symbol_engraver
}}}
%%second page
\markup { \hspace #0 %%add space as necc. to center the column
\fill-line {
\column {
\line { "3 "
\column {
"That day, the day of fear, shall come; my soul, slack not thy toil,"
"But light thy lamp, and feed it well, and make it bright with oil;"
"Who knowest not how soon may sound the cry at eventide,"
"'Behold, the Bridegroom comes! Arise! Go forth to meet the bride.'"
}}
\hspace #0.1 % adds vertical spacing between verses
\line { "4. "
\column {
"Beware, my soul; beware, beware, lest thou in slumber lie,"
"And, like the Five, remain without, and knock, and vainly cry;"
"But watch, and bear thy lamp undimmed, and Christ shall gird thee on"
"His own bright wedding-robe of light—the glory of the Son."
}}
}
}
}
%% 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 e1 e1 \bar "||" }}
\context Voice = "altos" { \relative c' { \clef treble \global \voiceTwo c1 b1 \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 a'1 gis1 \bar "||" }}
\context Voice = "basses" { \relative c { \clef bass \global \voiceFour a1 e'1 \bar "||" }}
>>
>>
\header { breakbefore = ##f piece = " " opus = ##f tagline = ##f }
\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
We are trying out a new workflow where L3 grabs the code, compiles and checks. After clearance, L# will name the files and upload to repository. This ensures that what is checked and cleared is exactly what is uploaded.
Notes
Notes L2 by Jkenny 07:54, 13 May 2007 (PDT)
- Please check Greek. Most Windows/Linux/Mac installations will have at least one font capable of displaying Greek letters. The Greek was entered using unicode.
- Also following PPer's direction that pieces should be complete in and of themselves, including lyrics and Amen. So the Hymn 3 alternative version will also have score, lyrics and Amen.
Comments by QMacrocarpa 11:28, 13 May 2007 (PDT)
- Some of the Greek characters don't display for me-- the 4 with accents over them. Others look ok, though are we missing mark to left of first letter? (Maybe nice to include transliteration of Greek as well as the Greek itself?)
- Hymn number should be 3 instead of 15.
- 3rd meas.: 2nd note in tenor should be A instead of B.
- breathmark at end of 2nd system missing.
- 3rd system, 1st complete meas.: tenor F-sharp should not have explicit sharp.
- I think it should be "Tr. G. Moultrie." instead of "... Moullrie." Google seems to agree.
Comments by stygiania 12:43, 13 May 2007 (PDT)
- The Greek displayed fine for me. Yes there is a mark missing to the left of the initial Iota.
- Looks like Q caught everything. Sorry about the tenor note--my fault since I had it wrong in the Lily1 midi. <blush>
Replies Jkenny 19:38, 13 May 2007 (PDT)
- Fixed all the errors.
- On Moultrie -- looks like you found a P3 error. I'll note it somewhere for the PPer.
- Greek - inserted accent left of the Iota. Couldn't be sure whether it is the rough or smooth breathing mark, finally went with the smooth breathing which transliterates to Idou. If I used rough breathing mark then it should transliterate to Hidou. Lots of Google hits for Idou meaning "Behold", only 1-2 Google hits for Hidou. So looks right.
- Left a Greek transliteration (from P3) next to the Greek, but Greek remains centered. The Greek transliteration is a departure from the image, so the PPer can decide whether to leave it in or take it out.
Comment by stygiania 20:06, 13 May 2007 (PDT)
- Now there is an extra delta in Ἰδδοὺ. Everything else looks good.
- - Removed. Jkenny 20:20, 13 May 2007 (PDT)
Lily3 cleared, files uploaded stygiania 20:34, 13 May 2007 (PDT)
Comment by Jkenny 20:30, 14 May 2007 (PDT)
- Corrected last verse typo (after what we decided to do on Hymn 3-Alt.)
Replacement files uploaded, links updated and old files removed. QMacrocarpa 14:05, 15 May 2007 (PDT)
Record of Work
- Lily1 - done by stygiania (Cakewalk midi, church organ)
- Lily2 - claimed by jkenny. Please check my Greek.
- Lily3 - comments added by QMacrocarpa.
- - comments added by stygiania 12:44, 13 May 2007 (PDT)
- - fixed. Jkenny 19:39, 13 May 2007 (PDT)
- -one more Greek comment by stygiania 20:07, 13 May 2007 (PDT)
- - fixed. Jkenny 20:21, 13 May 2007 (PDT)
- Lily3 cleared stygiania 20:36, 13 May 2007 (PDT)
- - Fixed a couple broken links on Completed Files page--QMacrocarpa 12:54, 14 May 2007 (PDT)
- - Corrected last verse punctuation typo. Clear and upload again? Done! QMacrocarpa 14:06, 15 May 2007 (PDT)
- - Fixed a couple broken links on Completed Files page--QMacrocarpa 12:54, 14 May 2007 (PDT)
- - comments added by stygiania 12:44, 13 May 2007 (PDT)
pdf needs to be loaded again--accented Greek didn't come through
- Done. Whoever compiles and prints final PDF must have the accented Greek font otherwise it won't work. Jkenny 19:45, 17 May 2007 (PDT) (Oops! Sorry! --Q)
- Reset font sizes to latest Proposal 3 conventions. Jkenny 21:10, 20 May 2007 (PDT)
Differences between Image and Lilypond
- Corrected typo at end of last verse by adding punctuation.
- Added transliteration of Greek letters.