\version "2.10.33" \header { title = "Be Thou My Vision" poet = \markup { \column { \left-align "Numbers 12:6" \left-align \italic "Trans., Mary E. Byrne, 1905" \left-align \italic "Arr., Eleanor H. Hull, 1912" " " } } composer = \markup { \column { \right-align \bold "Slane" \right-align \italic "Irish melody, har." " " } } 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 es \major \override Staff.TimeSignature #'style = #'() \time 3/4 } soprano = \relative c' { es4 es f8^( es) c4 bes bes8^( c) es4 es f g2. \break f4 f f f4 g bes c4 bes g bes2. \break c4 c8^([ d]) es^( d) c4^( bes) g bes4 es, d c2^( bes4) \break es4 g bes c8^( bes) g4 es8^( g) f4 es es es2. } alto = \relative c' { bes4 c <> as4 <> <<{s8 s}\\{bes8_( c)}>> c4 c d es2. d4 es d c4 d <<{s8 s}\\{g8( f)}>> g4 f es <<{s4 s s}\\{f4( d es)}>> es4 <<{s s}\\{as g}>> <> d4 f4 <<{s s}\\{es d}>> <<{s2 s4}\\{c2( bes4)}>> c4 es d <> es <> c4 c c bes2. } tenor = \relative c' { g4 g f <> g g g4 g bes bes2. bes4 a bes <> bes <> es4 bes bes <> <> c c <<{es4( d) bes}\\{s4 s s}>> bes4 <> as g4( as8 g f4) g4 g <> g4 bes bes as8( g) g4 f g2. } bass = \relative c { es4 es c c8_( d) es4 es c4 c bes es2. d4 c bes bes8_( a) g4 es'8_( d) c4 d es f2_( g4) as4 f es es8_( f g4) bes8_( g) f4 g f es4( f8 es d4) c4 c bes8_( as) g4 bes g as8( bes) c4 as 2. } verseOne = \lyrics { \set stanza = "1. " Be Thou my Vi -- sion, O Lord of my heart; Naught be all else to me, save that Thou art; Thou my best Thought, by day or by night, Wak -- ing or sleep -- ing, Thy pres -- ence my light. } verseTwo = \lyrics { \set stanza = "2. " Be Thou my Wis -- dom, and Thou my true Word; I ev -- er with Thee and Thou with me, Lord; Thou my great Fa -- ther, I Thy true son; Thou in me dwell -- ing, and I with Thee one. } verseThree = \lyrics { \set stanza = "3. " Be Thou my bat -- tle Shield, Sword for the fight; Be Thou my Dig -- ni -- ty, Thou my De -- light; Thou my soul’s Shel -- ter, Thou my high Tow’r: Raise Thou me heav’n -- ward, O Pow’r of my pow’r. } verseFour = \lyrics { \set stanza = "4. " Rich -- es I heed not, nor man’s emp -- ty praise, Thou mine In -- her -- i -- tance, now and al -- ways: Thou and Thou on -- ly, first in my heart, High King of Heav -- en, my Treas -- ure Thou art. } verseFive = \lyrics { \set stanza = "5. " High King of Heav -- en, my vic -- to -- ry won, May I reach Heav -- en’s joys, O bright Heav’n’s Sun! Heart of my own heart, what -- ev’r be -- fall, Still be my Vi -- sion, O Rul -- er of all. } \score { << \context Voice = SA << \clef treble \stemUp \global \soprano \alto >> \context Lyrics = sopranoLyrics { s1 } \lyricsto "SA" \context Lyrics = sopranoLyrics << \verseOne \verseTwo \verseThree \verseFour \verseFive >> \context Voice = TB << \clef bass \stemDown \global \tenor \bass >> >> \layout { \context { \Score \remove "Bar_number_engraver" } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) } } }