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

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

\score{
    <<

	\context Staff="default"
	{
	    \voicedefault 
	}

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