\version "2.10.34"

\paper {
}

\header{
  title = "Everlasting God"
  composer = "Chris Tomlin"
	tagline = ""
}

\layout {
  \context {
    \Score
		\override VerticalAxisGroup #'minimum-Y-extent = #'(-5 . 4)
		\remove "Bar_number_engraver"
  }
}

StaffAVoiceA = \relative c' {
   %\voiceOne
   \clef G
   \key a \major
	 \time 4/4
	 
	 \repeat volta 2{
	   r4 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 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{Bridge} e fis~ fis2~ fis8 e4 fis8~ fis gis4 a8~ a4.( gis8) gis2~ r8
	   e8~ e fis~ fis2~ fis8 e4 fis8~ \time 6/4 fis gis4 a8~ a2~ a4. gis8 \time 4/4 gis2~ gis4 r4
	 
	   \bar "||"
		 r4^\markup{Refrain} a8 a4 b4 b8~ b cis4 cis e, fis8~ fis2~ fis8
	   r8 b b~ b cis4 cis e, fis8~ fis2~ fis8
	   r8 b b~ b cis4 cis e,4. fis2 gis2 a4. b8( a2)
	 }
   r4 a8 a4 b4 b8~ b cis4 cis e, fis8~ fis2~ fis8
	 r8 b b~ b cis4 cis e, fis8~ fis2~ fis8
	 r8 b b~ b cis4 cis e,4. fis2 gis2 a4. b8( a2)
	 
	 \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 -- \skip2 \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 = \chords {
  a1 r r r a r r r2
	r8 a/cis r d r2 r8 a4/cis d e fis:m r4. e2
	r8 a/cis r d r2 r8 a4/cis d e fis:m r2 r4. e1
	a r d r fis:m r d r
	a r d r fis:m r d r
}
StaffA = \simultaneous {
   \context Voice="StaffAVoiceA" \StaffAVoiceA
}

\score {
   \relative <<
     
      \new ChordNames \StaffAChordA
      \new Voice \StaffAVoiceA
   
      \set Score.skipBars = ##t
      \set Score.melismaBusyProperties = #'()
         
      >>

 
   
}