\version "2.10.33" \header { title = "Rock of Ages" poet = \markup { \column { \left-align "2 Samuel 22:3" \left-align \italic "Augustus M. Toplady, 1776, alt." " " } } composer = \markup { \column { \right-align \bold "Toplady" \right-align \italic "Thomas Hastings, 1830" " " } } copyright="Public Domain" tagline = " " } \paper { #(set-paper-size "letter") page-top-space = 0\in indent = #0 line-width = 6\in between-system-padding = 0\in print-page-number = ##f } #(set-global-staff-size 16) global = { \key bes \major \override Staff.TimeSignature #'style = #'() \time 3/4 \partial 4 } soprano = \relative c' { f8. g16 f4 d bes'8. g16 f2 bes8. c16 d4. c8 bes a bes2 \bar "|" \break a8. bes16 c4. c8 a f bes2 a8. bes16 c4. c8 a f bes2 \bar "|" \break f8. g16 f4 d bes'8. g16 f2 bes8. c16 d4. c8 bes a bes2. \bar "|." } alto = \relative c' { d8. es16 d4 bes d8. es16 d2 f8. g16 f4. es8 d c d2 c8. d16 es4. es8 es es d2 c8. d16 es4. es8 es es d2 d8. es16 d4 bes d8. es16 d 2 f8. g16 f4. es8 d c d2. } tenor = \relative c' { bes8. bes16 bes4 f f8. bes16 bes2 bes8. bes16 bes4. <> f f f2 <> bes16 a4. a8 c a bes2 <> bes16 a4. a8 c a bes2 bes8. bes16 bes4 f f8. bes16 bes2 bes8. bes16 bes4. <> f f f2. } bass = \relative c { bes8. bes16 bes4 bes bes8. bes16 bes2 d8. es16 f4. f8 f,[ f] bes2 \dotsDown f'8. \noBeam \dotsNeutral f16 f4. f8 f f bes,2 \dotsDown f'8. \noBeam \dotsNeutral f16 f4. f8 f f bes,2 bes8. bes16 bes4 bes bes8. bes16 bes2 d8. es16 f4. f8 f,[ f] bes2. } verseOne = \lyrics { \set stanza = "1. " Rock of A -- ges, cleft for me, Let me hide my -- self in Thee; Let the wa -- ter and the blood From Thy riv -- en side which flowed Be of sin the dou -- ble cure, Cleanse me from its guilt and pow’r. } verseTwo = \lyrics { \set stanza = "2. " Not the la -- bors of my hands Can ful -- fil Thy Law’s de -- mands; Could my zeal no res -- pite know, Could my tears for -- ev -- er flow, All for sin could not a -- tone; Thou must save, and Thou a -- lone. } verseThree = \lyrics { \set stanza = "3. " Noth -- ing in my hand I bring, Sim -- ply to Thy cross I cling; Nak -- ed, come to Thee for dress; Help -- less, look to Thee for grace; Foul, I to the foun -- tain fly, Wash me, Sav -- ior, or I die! } verseFour = \lyrics { \set stanza = "4. " While I draw this fleet -- ing breath, When mine eye -- lids close in death, When I soar to worlds un -- known, See Thee on Thy judg -- ment throne, Rock of A -- ges, cleft for me, Let me hide my -- self in Thee! } \score { << \context Voice = SA << \clef treble \stemUp \global \soprano \alto >> \context Lyrics = sopranoLyrics { s1 } \lyricsto "SA" \context Lyrics = sopranoLyrics << \verseOne \verseTwo \verseThree \verseFour >> \context Voice = TB << \clef bass \stemDown \global \tenor \bass >> >> \layout { \context { \Score \remove "Bar_number_engraver" } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 110 4) } } }