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

\repeat volta 2 {
\time 3/4 \key c \major   a'4    d''4    g'4    a'2    a'4    \bar "|"   d''4   
 d''4    c''4    b'2    a'4    } \repeat volta 2 {   c''4    c''4    b'4    
a'4.    a'8    g'4    \bar "|"   g'4    f'4    f'4    e'2    r4   
} \repeat volta 2 {     d'4    c'4    d'4    e'4.    f'8    g'4    \bar "|"   
a'4    f'4    g'4    e'2    d'4    \bar "||"   }
}

\score{
    <<

	\context Staff="default"
	{
	    \voicedefault 
	}

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