\version "2.12.2" #(set-default-paper-size "letter") #(set-global-staff-size 22) #(ly:set-option 'point-and-click #f) #(ly:set-option 'delete-intermediate-files #t) \paper { indent = #0 left-margin = 0.75\in line-width = 7.0\in top-margin = 0.25\in bottom-margin = 0.25\in % between-system-padding = 4\mm % between-system-space = 20\mm print-page-number = ##f print-first-page-number = ##f ragged-bottom = ##t } \header { subtitle = "Jesus, the Very Thought of Thee" poet = "Attrib. to Bernard of Clairvaux (1091-1153)" composer = "John B. Dykes, 1866 (1823-1876)" meter= "ST. AGNES C.M." tagline = "Last update: 2009-04-03" } global = { \key g \major \time 3/4 } % melody = { \time 3/4 { \key g \major b'4 b' b' a'2 b'4 c''2 fis'4 g'2. d'4 d' d' b'2 a'4 a'2. c''4 c'' b' a'2 g'4 fis'2 e'4 d'2. d'4 e' g' b'2 a'4 g'2. \bar "|." } } % alto = { { \key g \major e'4 d' d' e'2 d'4 c' e' d' d'2. d'4 d' d' d'2 cis'4 d'2. e'4 e' d' c'2 ( c'4 ) d'2 cis'4 d'2. d'4 d' d' c' b d' b2. \bar "|." } } % tenor = { { \key g \major b4 b g c'2 g4 a2 a4 b2. c'4 b a g2 g4 fis2. e4 fis gis a2 a4 a2 g4 fis2. g4 g g g2 fis4 g2. \bar "|." } } % bass = { { \key g \major g4 g b, c2 b,4 a,2 d4 g2. a4 g fis g2 e4 d2. a,4 a, a, a,2 a,4 d2 d4 d2 c4 b, c e d2 d4 g,2. \bar "|." } } melody = { \global b'4 b'4 b'4 a'2 b'4 c''2 fis'4 g'2. d'4 d'4 d'4 b'2 a'4 a'2. c''4 c''4 b'4 a'2 g'4 fis'2 e'4 d'2. d'4 e'4 g'4 b'2 a'4 g'2. \bar "|." } alto = \relative c' { \global } tenor = \relative c' { \global \bar "|." } bass = \relative c { \global } verseOne = \lyricmode { \set stanza = "1. " Je -- sus, the ver -- y thought of Thee, With sweet -- ness fills my breast; But sweet -- er far Thy face to see, And in Thy pres -- ence rest. } verseTwo = \lyricmode { \set stanza = "2. " No voice can sing, no heart can frame, Nor can the mem -- ory find A sweet -- er sound than Je -- sus' name, The Sav -- ior of man -- kind. } verseThree = \lyricmode { \set stanza = "3. " O hope of ev -- ery con -- trite heart! O joy of all the meek, To those who fall, how kind Thou art! How good to those who seek! } verseFour = \lyricmode { \set stanza = "4. " But what to those who find? Ah! this Nor tongue nor pen can show: The love of Je -- sus what it is, None but His loved ones know. } verseFive = \lyricmode { \set stanza = "5. " Je -- sus, our on -- ly joy be Thou, As Thou our prize wilt be; In Thee be all our glo -- ry now, And through e -- ter -- ni -- ty. } \score { << \set Score.tempoHideNote = ##t \tempo 4=140 \new ChoirStaff { << \chords { \set chordChanges = ##t g2. a2:m g4 a2:m d4 g2. d2. g2 a4:7 d2. a2:m g4 d2:7 a4:7 d2 a4:7 d2 d4:7 g4 c4 g4 d2.:7 g2. } \new Staff { \clef treble << \new Voice = "voicea" { \voiceOne \melody } \new Voice = "voiceb" { \voiceTwo \alto } >> } \new Lyrics { \lyricsto "voicea" \verseOne } \new Lyrics { \lyricsto "voicea" \verseTwo } \new Lyrics { \lyricsto "voicea" \verseThree } \new Lyrics { \lyricsto "voicea" \verseFour } \new Lyrics { \lyricsto "voicea" \verseFive } \new Staff { \clef bass \set Staff.printPartCombineTexts = ##f \partcombine \tenor \bass } >> } >> \layout { \context { \Score \remove "Bar_number_engraver" } \context { \Lyrics \override LyricText #'font-size = #-1 } \context { \Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } } \midi { } }