\version "2.10.34" \paper { } \header{ title = "Everlasting God" composer = "Chris Tomlin" tagline = "" } \layout { \context { \Score \override VerticalAxisGroup #'minimum-Y-extent = #'(-5 . 10) \remove "Bar_number_engraver" } } StaffAVoiceA = \relative c' { %\voiceOne \clef G \key a \major \repeat volta 2{ r4^A cis8 e e a, cis d~ d d cis b a b cis d~ d d cis b a b cis d~ d d cis b a4 r r4^A cis8 e e a, cis d~ d d cis b a b cis d~ d d cis b a b cis d~ d d cis b a e'8~^\markup{A/C\typewriter"#"} e fis~^D fis2~ fis8 e4^\markup{A/C\typewriter"#"} fis8~^D fis gis4^E a8~^\markup{F\typewriter"#"m} a4.( gis8) gis2~^E r8 e8~^\markup{A/C\typewriter"#"} e fis~^D fis2~ fis8 e4^\markup{A/C\typewriter"#"} fis8~^D fis gis4^E a8~^\markup{F\typewriter"#"m} a4. gis8 gis2~^E gis4 r4 r4^A a8 a4 b4 b8~ b cis4 cis e, fis8~ fis2~^D fis8 r8 b b~ b cis4 cis e, fis8~ fis2~^\markup{F\typewriter"#"m} fis8 r8 b b~ b cis4 cis e,4. fis2^D gis2^E a4.^\markup{D/F\typewriter"#"} b8( a2)^\markup{E/G\typewriter"#"} } r4^A a8 a4 b4 b8~ b cis4 cis e, fis8~ fis2~^D fis8 r8 b b~ b cis4 cis e, fis8~ fis2~^\markup{F\typewriter"#"m} fis8 r8 b b~ b cis4 cis e,4. fis2^D gis2^E a4.^\markup{D/F\typewriter"#"} b8( a2)^\markup{E/G\typewriter"#"} \bar "|." } \addlyrics { \set fontSize = #-2.5 Strength will rise as we wait \skip4 u -- pon the Lord We will wait \skip4 u -- pon the Lord We will wait \skip4 u -- pon the Lord Strength will rise as we wait \skip4 u -- pon the Lord We will wait \skip4 u -- pon the Lord We will wait \skip4 u -- pon the Lord Our \skip8 God, \skip2 \skip8 You reign \skip8 for -- e -- \skip4. \skip8 ver Our \skip8 hope, \skip2 \skip8 our Strong \skip8 De -- li -- \skip4. ve -- rer \skip4 You are the e -- \skip8 ver -- la -- sting God \skip2 \skip8 The e -- \skip8 ver -- la -- sting God \skip2 \skip8 You do \skip8 not faint You won't grow wea -- ry \skip2 You're the de -- fen -- \skip8 der of the weak \skip2 \skip8 You com -- \skip8 fort those in need \skip2 \skip8 You lift \skip8 us up on wings like ea -- gles } StaffAChordA = \chordmode { } StaffA = \simultaneous { \context Voice="StaffAVoiceA" \StaffAVoiceA } \score { \relative << \new ChordNames \StaffAChordA \new Voice \StaffAVoiceA \set Score.skipBars = ##t \set Score.melismaBusyProperties = #'() >> }