\version "2.12.2" #(set-default-paper-size "letter") #(set-global-staff-size 24) #(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 = "Beneath The cross Of Jesus" poet = "Elizabeth C. Clephane, 1872 (1830-1869)" composer = "Frederick C. Maker, 1881 (1844-1927)" meter= "St. Christopher 7.6.8.6.8.6.8.6" tagline = "Last update: 2009-04-03" } global = { \key c \major \time 4/4 \partial 4 } melody = { \global g'4 g'4. g'8 fis'4 a'4 g'2 e'4 c'4 d'4. e'8 f'4 f'4 e'2. e'4 c''4. c''8 c''4 b'4 a'4 g'4 f'4 e'4 d'4. d'8 dis'4 dis'4 e'2. e'4 e'4. d'8 c'4 d'4 e'4 f'4 g'4 g'4 a'4. a'8 a'4 e'4 f'2. f'8 ( f'8 ) b'4. a'8 g'4 f'4 e'4 e'4 g'4 f'8 ( f'8 ) e'4. c'8 e'4 d'4 c'2. \bar "|." } alto = \relative c' { \global } tenor = \relative c' { \global \bar "|." } bass = \relative c { \global } verseOne = \lyricmode { \set stanza = "1. " Be -- neath the cross of Je -- sus I fain would take my stand, The shad -- ow of a might -- y rock With -- in a wea -- ry land; A home with -- in the wil -- der -- ness, A rest up -- on the way, "From the" burn -- ing of the noon -- tide heat, And the bur -- den of the day. } verseTwo = \lyricmode { \set stanza = "2. " Up -- on that cross of Je -- sus Mine eye at times can see The ver -- y dy -- ing form of One Who suf -- fered there for me; And from my smit -- ten heart with tears Two won -- ders I con -- fess: The won -- ders of re -- deem -- ing love And my un -- wor -- thi -- ness. } verseThree = \lyricmode { \set stanza = "3. " I take, O cross, thy shad -- ow For my a -- bid -- ing place; I ask no oth -- er sun -- shine than The sun -- shine of His face; Con -- tent to let the world go by, To know no gain nor loss, My sin -- ful self my on -- ly shame, My glo -- ry all the cross. } \score { << \set Score.tempoHideNote = ##t \tempo 4=105 \new ChoirStaff { << \chords { \set chordChanges = ##t s4 c2 b2:7 c1 g2 g2:7 c1 a2:m a4:m e4:7 a4:m e4:m d4:m a4:m d2:m7 ees2:dim e1 c2 c4 g4 c4 f4 c2:7 f2 a2 d1:m g2 g4 g4:7 c2 c4 f4 c2 g2:7 c4 f4 c2 } \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 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 { } }