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

\repeat volta 2 {
\override Staff.TimeSignature #'style = #'C
 \time 2/2 \key c \major   a'4    b'4    c''4    d''4    e''4    d''4    c''4   
 e''4    d''4    c''4    b'4    a'4    a'4    g'4    a'4    a'4    
} \repeat volta 2 {   }
}

\score{
    <<

	\context Staff="default"
	{
	    \voicedefault 
	}

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