\header {
	book = "db: -c 4 -b 13"
	composer = "John Dowland"
	crossRefNumber = "1"
	footnotes = "\\\\Original clef, C on third line"
tagline = "© 2005, Serpent Publications www.laymusic.org"
	title = "XIX. Up merry mates,\\\\TENOR."
}
wordsdefaultVA = \lyrics  {
Up mer-  ry mates, to Nep-  tunes prayse, Your voy-  ces high advance:  
The wat-  rie Nymphs shall dance, _  _  _  _   
and E-  o-  lus shall whis-  tle to your layes,  
Stere-  man, how stands the winde?  what course?  
no worse, and blow so faire,   
Then sincke, sincke, sincke, sincke des-  payre,  Come so-  lace to the minde  
ere night we shall, we shall the ha-  ven finde.  
O hap-  py, hap-  py dayes, who may con-  taine,  
but swell with proud dis-  daine,   when seas are smooth,  
sailes, sailes full, and all things, all things please?  
The gol-  den meane that con-  stant spi-  rit beares,   
in such ex-  treams that nor pre-  sumes nor feares.  
}
wordsdefaultVB = \lyrics  {
Stay mer-  ry mates, proud Nep-  tune lowres, 
Your voy-  ces all de-  plore you,  
The Nymphes stand weep-  ing o're _  _   you:  
And E-  o-  lus and I-  ris ban-  dy showres.  
Mr. Boates man hale in the Boate.  Tis haile  Strike Saile,   
Make quicke dis-  pat-  ches, Shut close the hatches.  
Hold sterne, cast An-  cour out,  This night we shall at ran-  come floate.  
O dis-  mall houres, who can for-  beare,  but sinke with sad des-  paire.  
When seas are rough,  sailes rent, and each thing lowres.  
}
voicedefault = \notes {
\property Staff.autoBeaming = ##f
\property Staff.minimumVerticalExtent = #'(-4 . 4)
\forgetAccidentals
\property Voice.NoteHead \override  #'style = #'baroque
\property Score.RehearsalMark \set #'extra-offset = #'( -3 . 0 )
\property Score.RehearsalMark \override #'visibility-lambda = #begin-of-line-invisible
\property Staff.automaticMelismata = ##f
\property Staff.midiInstrument = "oboe"
\property Score.defaultBarType="empty"

\property Staff.TimeSignature \override #'style = #'C
 \time 4/4 % %MIDI nobarlines
 % %MIDI ratio 3 1
 % %MIDI gchordoff
 % %MIDI transpose -12
 %  %%LY voices \property Voice.Slur \set #'dashed = #1
 \property Staff.automaticMelismata = ##f 
 % %LY voices \property Staff.automaticMelismata = ##f
 \key g \mixolydian \clef "G_8"
   g4    b8    c'8    d'4    d'4    e'4    d'4    b2    \bar "|" |     c'4    
c'8    c'8    f'4    d'4    e'2.      c'4    \bar "|" |   e'4.    e'8    d'4.   
 c'8    \bar "|" |   b'8    c'8    d'8    e'8    d'4      c'8    b8    c'4.    
c'8    b8    c'8    d'2    c'8    b8    a8    g8    a'4    g1    \bar "|" |     
r2   r4   d'4    b2    r8   d'8    b8    c'8    d'1    \bar "|" |     r1   r2   
r4   b4    \bar "|" |   c'2.      r4   r1   r2   r4   a4    b4    c'4    c'4    
b4    \bar "|" |   c'2.      e'4    d'2    c'2    \bar "|" |   b4    a4.    a8  
\property Staff.TimeSignature \override #'style = #'1style
  gis4    \time 3/2   c'2    b2    c'2    d'2.    e'4    d'2    \bar "|" |     
\property Staff.TimeSignature \revert #'style
c'2    b2    g2    d'2.    c'4    b2    \bar "|" |   c'4.    b8    a4    g4    
a4.    a8    g1.    \bar "|" |   \time 4/4     a4 ^"Chorus"   a2    f4    f4.   
 g8    a8    bes8 (   c'4  -)   d'2    d2.    f4.    e8    d4    \bar "|" |     
r4   c'2    c'8    c'8    b4    e'4    \bar "|" |   d'2.      c'2    c'4    d'4 
   g2      c'2    b4    \bar "|" |   c'2    r4   d'8    c'8    b8    a8    b8   
\property Staff.TimeSignature \override #'style = #'1style
 g4    g8    fis4    g1    \bar "||"   \time 3/2     b2 ^"Conclusion"   d'2    
\property Staff.TimeSignature \revert #'style
d'2    \bar "|" |   d'2.    c'4    b4.    a8    g1    g2.    fis4    e4    d4   
 e2    \bar "|" |   fis1.      d'2    d'2    e'2    \bar "|" |   a2    d'1    
\bar "|" |   c'2    g2.    a4    b4    g4    a2    d'2    d'1 ^\fermata   
\bar "|."   
}\score{
        \notes <<

        \addlyrics
	\context Staff="default"
	{
	    \voicedefault 
	}

	\context Lyrics="default" 
	<<	
	  { \wordsdefaultVA }
	  { \wordsdefaultVB }
	>>

    >>
	\paper {
	   \translator{
\StaffContext
\consists Custos_engraver
        Custos \override #'style = #'mensural
    }\translator{
	\ScoreContext
	SpacingSpanner \override #'base-shortest-duration = #(ly:make-moment 1 4)
	}
		\translator {
			\VoiceContext 
			\consists Ambitus_engraver
		}
	}
	\midi {\tempo 2 = 84}
}
