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

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

\score{
    <<

	\context Staff="default"
	{
	    \voicedefault 
	}

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