\version "2.7.40"
#(set-default-paper-size "letter" )
%#(set-global-staff-size 16)
\header {
	composer = "John Jenkins 1592-1678"
	crossRefNumber = "1"
	footnotes = ""
	tagline = "Lily was here 2.8.2 -- automatically converted from ABC"
	title = "Pavan in E Minor — Soprano"
}
voicedefault =  {
\set Score.defaultBarType = "empty"
\override Staff.NoteHead  #'style = #'baroque
% %pageheight 11in
 % %topmargin 1 in
 % %leftmargin 1 in
 % %staffwidth 6.5 in
 % %botmargin 1 in
 % %-g shrink
 % %MIDI gchordoff
 % %MIDI nobarlines
 % %MIDI ratio 3 1
 \override Staff.TimeSignature #'style = #'C
 \time 2/2 \key e \minor   \repeat volta 2 {   r\breve   r\breve   fis'1.    
fis'4    fis'4    fis'2    g'1    fis'4    e'4    fis'2    g'2.    a'4    b'1   
 a'2    b'2.    b'4    a'4    fis'4    g'4    a'4    fis'1      r2   d''1    
b'2    c''1    b'1.    a'4    g'4    fis'4    d''4    c''4    b'4    a'2    b'4 
   a'4    g'2.    g'4    a'1    d'2    e'4    f'4      g'1.    e''1    b'2    
c''1    r1   r2   d''1    dis''2    e''2    b'2.    a'4    g'4    a'4    fis'1  
  gis'\breve  }     \repeat volta 2 {   r\breve   r2   d''2.    d''4    cis''2  
  b'1    a'1    g'4    fis'4    e'4    d'4    cis'2    d'2.    e'4    cis'!2    
d'1      r\breve   r2   d''2.    d''4    c''!2    b'1    a'1    b'2    a'4    
g'4    fis'2    e'2    b'\breve    b'2    r2   r2   e''2.    e''4    d''2    
c''2    b'2      a'2    f''2.    f''!4    e''2    d''1    e''2    e''1    b'4   
 cis''4    dis''2    e''2    fis''2    g''2    fis''1  }     \repeat volta 2 {  
 r\breve   r2   e''4    fis''4    g''4    cis''4    d''4    e''4    fis''4    
b'4    ais'4    b'4    cis''!4    d''4    cis''!2    b'4    cis''!4    d''4    
b'4    c''!4    a'4    b'2      r2   e'4    fis'4    g'4    e'4    b'4    e'4   
 b'4    a'4    g'4    e'4    c''1    r2   b'4    cis''4    dis''4    b'4    
e''4    g'4      fis'4    g''4    fis''2    e''1.    r2   r1   r1   e''4    b'4 
   d''4    e''4    c''2.    d''4    b'1    r1   b'4    fis'4    g'4    a'4      
fis'2    g'2.    a'4    fis'2    gis'2    a'4    b'4    c''4    d''4    e''2.   
 b'4    d''4    e''4    c''2    c''1    b'4    a'4    b'1  }                    
       
}

\score{
         <<

	\context Staff="default"
	{
	    \voicedefault 
	}

    >>
	\layout {
                \context {
                        \Voice 
                        \consists Ambitus_engraver
                }
	}
	\midi {}
}
