\version "2.10.10"
#(set! point-and-click line-location)
wordsdefaultVA = \lyricmode  {
If all be true that I do think, there are five rea- sons, there are five rea- sons we should drink:
Good wine,
a friend,
or be- ing dry, 
Or lest we should be _ by and _ by;
Or an- y oth- er rea- son, or an- y oth- er rea- son, or an- y oth- er rea- son why, an- y rea- son why!
}
voicedefault =  {
\set Staff.autoBeaming = ##f

\override NoteHead    #'style = #'baroque
\override Staff.Custos   #'style = #'mensural



\override Staff.TimeSignature   #'style = #'C
\transpose c' bes {
 \time 4/4 \key e \minor
\partial 8 b'8 \bar "|" b'4 e'' dis''4. dis''8 e''4 b' d''4. c''8
b'4 e' a' dis'8 dis' e'4 c'4 b4 e'4 e'4. dis'8 e'4. \bar "||"
r8^"*" r4 e'4 b2 r4 g'4 d'2 r8 d''8 b' g' c''4 r4 r8 b'8 e'' cis'' dis''4 e''8 b' g'4. fis'16 e'16 e'4. \bar "||"
r8 r2 r8 fis'8 b' a' g' fis' g' e' r8 fis' b' a' g' fis' g' e' r8 fis' b' a' g' fis' g' e' b'4 g'8 e'8 b4. b8 e'4. \bar "|."
    }   
}
\score{
         <<
	\context Staff="default"
	{
	    \voicedefault 
	}

	\addlyrics 	  { \wordsdefaultVA }
    >>
	\layout {
\context { 
\Voice 
\consists Ambitus_engraver 
} 

	   \context{
\Staff
\consists Custos_engraver
}	}
	\midi {}
}
