\version "2.7.40"
\header {
	composer =  "Thomas Ravenscroft"
	poet = \markup{From \italic{ Pammelia} (1609)}
	crossRefNumber = "1"
	footnotes = "\\\\original clef, C on fourth line"
	copyright = "© 2009 Serpent Publications www.laymusic.org"
	tagline = "Transcribed on March 24, 2009"
	title = "Ut, re, me, fa, sol, la,"
	subtitle = "Canon in the unison for 5 voices"
}
wordsdefaultVA = \lyricmode {
  Ut, re, mi, fa, sol, la, la, sol, fa, mi, re ut.
  Hey down a down, a di sing you three aft -- er me
  and fol -- low me my lads, and fol -- low me my lads, my lads,
  and we will mer -- ry be
  fa, la, la, la, la, la, la, la, la, la,
  fa, la, la, la,
  fa, la, la, la, la, la, la, la, la, la, la, fa, la, la, la, la, la, la, la, fa, la, la, la, la, well
  song be -- fore hold fast, hold fast, hold fast be -- time take heed.
  be time take heed you misse not nor break the time, 
  nor break the time
  for if thou misse the Basse a note
  theres nere a man, theres nere a man can sing a jot.
}
voicedefault =  {
\set Staff.autoBeaming = ##f
\set Staff.melismaBusyProperties = #'(melismaBusy)
\slurDashed
#(set-accidental-style 'forget)
\override NoteHead    #'style = #'baroque
\set Staff.midiInstrument = "oboe"
\set Score.defaultBarType = "empty"
\relative c {
  \override Staff.TimeSignature #'style = #'C
 \time 2/2 \key c \major \clef "G_8"
   c1^"1." d e f g a a g f e d c
   r2^"2." c' b4 a g f e2 g f e d d c
   r4 c c d e f g2. g,4 a b c d e4. f8 g4 g a g a b c1
   g2.^"3." f8 e d4 f e d c2 b a a' g4 c2 b4 c c, e a c4. c8 a2 b4. a8 g4 d a'4. g8 f4 d g4. f8 e4 c f e f d e2 g
  e^"4." c f r4 f g2 r4 g a2 r4 a b a g f e2 e a4. b8 c4 c, d2 d4 b c2 a g2. g'4 f2. f4 e\breve \\ {s1 s1^"5."} 
   r2 r4 d g,2 g c2. c4 g'2 g, c1 r2 c b4 g g d' f2. f4 g2 g, d'2. d4 g1
\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:
