\version "2.7.40"
\header {
	composer =  "Thomas Ravenscroft"
	poet = \markup{From \italic{ Pammelia} (1609)}
	crossRefNumber = "1"
	footnotes = ""
	copyright = "© 2007 Serpent Publications www.laymusic.org"
	tagline = "Transcribed on March 26, 2007"
	title = \markup \column {"Hey down down" "Heave and Ho" "Shall I goe walke the woods so wild" "Oft have I ridden upon my gray nag"}
}
wordsdefaultVA = \lyricmode {
Hey downe downe, Hey downe downe, hey down down down a down down down down 
heave and ho, Rum-  be-  lo, fol-  low me my sweet heart fol-  low me where I goe  
Shall I goe walke the woods so wild, wan-  der-  ing here and there as I was once full sore be-  guild, what re-  me-  dy though a-  las for love I die with woe,  
Oft have I rid-  den u-  pon my gray nag, and with his cut tayle he plaid the wag, and down he fell u-  pon his cragge, fa la re la, la ri dan di-  no.  
}
voicedefault =  {
\transpose c' a {
\set Score.defaultBarType = "empty"

% %MIDI nobarlines
 % %MIDI ratio 3 1
  \override Staff.TimeSignature #'style = #'C
 \time 4/4 \key g \dorian \clef bass
% \set Score.barAlways = ##t 
 % %LY voices \set Score.barAlways = ##t
     f1 ^\markup\bold\box{A}   f2    f2    g1    g2    g2    f1    f2    f,2    \times 2/3 {   
g,4.    a,8    bes,4  }   \times 2/3 {   c2    d4    g,1  }   \bar "||"  
\clef "G_8"     
c'2 ^\markup\bold\box{B}^\segno   a2    f2    f'4    ees'4    d'2    bes4    c'4    d'2    bes2 
   c'2    a2    f2    a2    g2    e4    f4    g1    \bar "||"   
\override Staff.TimeSignature   #'style = #'single-digit
\time 6/4     
f'4 ^\markup\bold\box{C}   f'4    f'4    f'2    c'4    d'2    c'4    a2.    b4.    c'8    d'4   
 e'4    e'4    d'4 \bar "" \break  g'4    g'4    f'4    e'2    d'4    f'2    f'4    f'2    
c'4    d'4.    d'8    c'4    a2    f'4    e'2    d'4    c'2    a4    b!2    g4 
   g2.    \bar "||"       a4 ^\markup\bold\box{D}   f4    f4    f4    f4    f4    a4    a4    
bes4    c'2    c'4    bes4    bes4    g4    g2    g4    bes2    c'4    d'2    
bes4   \bar "" \break a2    f4    f2    f4    a2    bes4    c'2    c'4    bes4.    a8    g4   
 a4.    g8    a4    d2.    d2.    \bar "|."   
}
}
\score{
    <<

	\context Staff="default"
	{
	    \voicedefault 
	}

	\addlyrics { 
 \wordsdefaultVA } 
    >>
	\layout {
	   \context{
\Staff
\consists Custos_engraver
        \override Custos #'style = #'mensural
    }\context{
	\Score
 \override SpacingSpanner #'base-shortest-duration = #(ly:make-moment 1 4)
	}
		\context {
			\Voice 
			\consists Ambitus_engraver
		}
	}
	\midi {}
}
% Local Variables:
% coding: utf-8
% End:
