\version "2.10.34" \paper { } \header{ title = "Everlasting God" composer = "Chris Tomlin" } \layout { \context { \Score } } StaffAVoiceA = \relative c' { %\voiceOne \clef G \key a \major 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 } \addlyrics { \set fontSize = #-2.5 Strength will rise as we wait u -- pon the Lord We will wait __ u -- pon the Lord We will wait __ u -- pon the Lord } StaffAChordA = \chordmode { } StaffA = \simultaneous { \context Voice="StaffAVoiceA" \StaffAVoiceA } \score { \relative << \new ChordNames \StaffAChordA \new Voice \StaffAVoiceA \set Score.skipBars = ##t \set Score.melismaBusyProperties = #'() >> }