\version "1.6.5"
\header {
	title = "Blessing Song"
	composer = "Me!"
	tagline = "Cursillo Music"
	enteredby = "Jeff Ousley"
	copyright = "unknown"
}


melody = \notes \relative c' {
	\property Staff.autoBeaming = ##f
	\time 4/4
	\key f \major
	\clef violin

	\partial 4
	[c8 f8]
	a8 a4 a8 bes4 [a8 g8]
	a4 f4 ~ f4. c8
	[a'8 a8] [a8 a8] [bes8 a8] [g8 f8]
	a2 ~ a8 a8 [a8 bes8]
	c8 c4 a8 f4. f8
	a8 a4 f8 d4. d8
	bes'4 a4 g4. f8
	f2 ~ f8 f8 [a8 bes8]
	c8 c4 a8 f4. f8
	a8 a4 f8 d4. d8
	bes'4 a4 g4. f8
	f2.
	\bar "|."
}


texti = \lyrics {
	\time 4/4
	\partial 4
	May8 the8
	bless-8 ing4 of8 God4 be8 up-8
	on4 you,4 _4. the8 bless-8 ing8
}

\score {
	\addlyrics
	\notes {
		\melody		
	}

	\context Lyrics \texti

	\paper { }

	\midi { \tempo 4 = 120 }

}



