\version "2.5.20"
\header {
	composer = "Claude Gervaise"
	crossRefNumber = "1"
	footnotes = ""
tagline = "\\copyright 2005, Serpent Publications www.laymusic.org"
	title = "Bransle"
}
voicedefault =  {
\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"
\set Score.defaultBarType = "empty"

\key c \major   \repeat volta 2 {   c''4    d''4    e''4    e''4    f''4    
f''4    e''4    c''4    d''4    c''8    b'8    a'4    g'4      c''4    d''4    
e''4    e''4    f''4    f''4    e''4    c''4    d''4    b'4    c''2    
} \repeat volta 2 {     g''4    f''4    g''4    e''4    g''4    f''4    g''4    
e''2    f''2    e''2    f''2    e''4    c''4    d''4    c''8    b'8    a'4    
g'4      c''4    d''4    e''4    e''4    f''4    f''4    e''4    c''4    d''4   
 b'4    c''2    }   
}

\score{
         <<

	\context Staff="default"
	{
	    \voicedefault 
	}

    >>
	\layout {
	}
	\midi {}
}
