\version "2.7.40"
\header {
	crossRefNumber = "1"
	footnotes = "\\\\pour plus d'information : http://graner.name/nicolas/arbeau/"
	tagline = ""
	title = "Gavotte"
}
voicedefault =  {
\set Score.defaultBarType = ""

\repeat volta 2 {
\override Staff.TimeSignature #'style = #'C
 \time 2/2 \key f \major   a'4.    g'8    f'8    g'8    a'8    bes'8    c''2    
c''2    \bar "|"   d''8    e''8    f''4    e''4    d''4    c''2    c''2    
} \repeat volta 2 {     bes'4    a'4    g'4    a'4    f'4.    g'8    a'4    f'4 
   \bar "|"   bes'4    a'4    g'4    c''4    f'2    f'2    } \repeat volta 2 {  
 }
}

\score{
    <<

	\context Staff="default"
	{
	    \voicedefault 
	}

    >>
	\layout { indent = 0.0\cm 
	}
	\midi { \tempo 2=100 }
}
